]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/common/unicode/uscript.h
ICU-66108.tar.gz
[apple/icu.git] / icuSources / common / unicode / uscript.h
index 0ba3cf0be67ce8a41171254daf18d63ed3dbbfa2..53d57abed14cd0e3f080dc736bf441e86df70988 100644 (file)
@@ -475,6 +475,15 @@ typedef enum UScriptCode {
       /** @stable ICU 64 */
       USCRIPT_WANCHO                        = 188,/* Wcho */
 
+      /** @stable ICU 66 */
+      USCRIPT_CHORASMIAN                    = 189,/* Chrs */
+      /** @stable ICU 66 */
+      USCRIPT_DIVES_AKURU                   = 190,/* Diak */
+      /** @stable ICU 66 */
+      USCRIPT_KHITAN_SMALL_SCRIPT           = 191,/* Kits */
+      /** @stable ICU 66 */
+      USCRIPT_YEZIDI                        = 192,/* Yezi */
+
 #ifndef U_HIDE_DEPRECATED_API
     /**
      * One more than the highest normal UScriptCode value.
@@ -482,7 +491,7 @@ typedef enum UScriptCode {
      *
      * @deprecated ICU 58 The numeric value may change over time, see ICU ticket #12420.
      */
-    USCRIPT_CODE_LIMIT    = 189
+    USCRIPT_CODE_LIMIT    = 193
 #endif  // U_HIDE_DEPRECATED_API
 } UScriptCode;
 
@@ -648,7 +657,7 @@ U_NAMESPACE_END
 U_COMMON_API icu::UnicodeString U_EXPORT2
 uscript_getSampleUnicodeString(UScriptCode script);
 
-#endif // U_SHOW_CPLUSPLUS_API
+#endif
 
 /**
  * Returns the script usage according to UAX #31 Unicode Identifier and Pattern Syntax.