diff --git a/reference/intl/constants.xml b/reference/intl/constants.xml
index bd803d908a52..5aa04e32c243 100644
--- a/reference/intl/constants.xml
+++ b/reference/intl/constants.xml
@@ -148,6 +148,39 @@
+
+
+ GRAPHEME_EXTR_COUNT
+ (int)
+
+
+
+ The number of default grapheme clusters to extract.
+
+
+
+
+
+ GRAPHEME_EXTR_MAXBYTES
+ (int)
+
+
+
+ The maximum number of bytes returned.
+
+
+
+
+
+ GRAPHEME_EXTR_MAXCHARS
+ (int)
+
+
+
+ The maximum number of UTF-8 characters returned.
+
+
+