Movatterモバイル変換


[0]ホーム

URL:


ICU 78.1  78.1
uchar.h
Go to the documentation of this file.
1 // © 2016 and later: Unicode, Inc. and others.
2 // License & terms of use: http://www.unicode.org/copyright.html
3 /*
4 **********************************************************************
5 * Copyright (C) 1997-2016, International Business Machines
6 * Corporation and others. All Rights Reserved.
7 **********************************************************************
8 *
9 * File UCHAR.H
10 *
11 * Modification History:
12 *
13 * Date Name Description
14 * 04/02/97 aliu Creation.
15 * 03/29/99 helena Updated for C APIs.
16 * 4/15/99 Madhu Updated for C Implementation and Javadoc
17 * 5/20/99 Madhu Added the function u_getVersion()
18 * 8/19/1999 srl Upgraded scripts to Unicode 3.0
19 * 8/27/1999 schererm UCharDirection constants: U_...
20 * 11/11/1999 weiv added u_isalnum(), cleaned comments
21 * 01/11/2000 helena Renamed u_getVersion to u_getUnicodeVersion().
22 ******************************************************************************
23 */
24 
25 #ifndef UCHAR_H
26 #define UCHAR_H
27 
28 #include <stdbool.h>
29 #include "unicode/utypes.h"
30 #include "unicode/stringoptions.h"
31 #include "unicode/ucpmap.h"
32 
33 #if !defined(USET_DEFINED) && !defined(U_IN_DOXYGEN)
34 
35 #define USET_DEFINED
36 
45 typedefstructUSetUSet;
46 
47 #endif
48 
49 
50 U_CDECL_BEGIN
51 
52 /*==========================================================================*/
53 /* Unicode version number */
54 /*==========================================================================*/
64 #define U_UNICODE_VERSION "17.0"
65 
158 #define UCHAR_MIN_VALUE 0
159 
168 #define UCHAR_MAX_VALUE 0x10ffff
169 
174 #define U_MASK(x) ((uint32_t)1<<(x))
175 
196 typedefenumUProperty {
197 /*
198  * Note: UProperty constants are parsed by preparseucd.py.
199  * It matches lines like
200  * UCHAR_<Unicode property name>=<integer>,
201  */
202 
203 /* Note: Place UCHAR_ALPHABETIC before UCHAR_BINARY_START so that
204  debuggers display UCHAR_ALPHABETIC as the symbolic name for 0,
205  rather than UCHAR_BINARY_START. Likewise for other *_START
206  identifiers. */
207 
210 UCHAR_ALPHABETIC=0,
212 UCHAR_BINARY_START=UCHAR_ALPHABETIC,
214 UCHAR_ASCII_HEX_DIGIT=1,
218 UCHAR_BIDI_CONTROL=2,
223 UCHAR_BIDI_MIRRORED=3,
225 UCHAR_DASH=4,
229 UCHAR_DEFAULT_IGNORABLE_CODE_POINT=5,
232 UCHAR_DEPRECATED=6,
235 UCHAR_DIACRITIC=7,
239 UCHAR_EXTENDER=8,
243 UCHAR_FULL_COMPOSITION_EXCLUSION=9,
247 UCHAR_GRAPHEME_BASE=10,
251 UCHAR_GRAPHEME_EXTEND=11,
254 UCHAR_GRAPHEME_LINK=12,
257 UCHAR_HEX_DIGIT=13,
260 UCHAR_HYPHEN=14,
265 UCHAR_ID_CONTINUE=15,
269 UCHAR_ID_START=16,
272 UCHAR_IDEOGRAPHIC=17,
276 UCHAR_IDS_BINARY_OPERATOR=18,
280 UCHAR_IDS_TRINARY_OPERATOR=19,
283 UCHAR_JOIN_CONTROL=20,
287 UCHAR_LOGICAL_ORDER_EXCEPTION=21,
290 UCHAR_LOWERCASE=22,
292 UCHAR_MATH=23,
296 UCHAR_NONCHARACTER_CODE_POINT=24,
298 UCHAR_QUOTATION_MARK=25,
302 UCHAR_RADICAL=26,
307 UCHAR_SOFT_DOTTED=27,
311 UCHAR_TERMINAL_PUNCTUATION=28,
315 UCHAR_UNIFIED_IDEOGRAPH=29,
318 UCHAR_UPPERCASE=30,
322 UCHAR_WHITE_SPACE=31,
326 UCHAR_XID_CONTINUE=32,
329 UCHAR_XID_START=33,
333 UCHAR_CASE_SENSITIVE=34,
338 UCHAR_S_TERM=35,
344 UCHAR_VARIATION_SELECTOR=36,
351 UCHAR_NFD_INERT=37,
358 UCHAR_NFKD_INERT=38,
365 UCHAR_NFC_INERT=39,
372 UCHAR_NFKC_INERT=40,
383 UCHAR_SEGMENT_STARTER=41,
388 UCHAR_PATTERN_SYNTAX=42,
393 UCHAR_PATTERN_WHITE_SPACE=43,
398 UCHAR_POSIX_ALNUM=44,
403 UCHAR_POSIX_BLANK=45,
408 UCHAR_POSIX_GRAPH=46,
413 UCHAR_POSIX_PRINT=47,
418 UCHAR_POSIX_XDIGIT=48,
420 UCHAR_CASED=49,
422 UCHAR_CASE_IGNORABLE=50,
424 UCHAR_CHANGES_WHEN_LOWERCASED=51,
426 UCHAR_CHANGES_WHEN_UPPERCASED=52,
428 UCHAR_CHANGES_WHEN_TITLECASED=53,
430 UCHAR_CHANGES_WHEN_CASEFOLDED=54,
432 UCHAR_CHANGES_WHEN_CASEMAPPED=55,
434 UCHAR_CHANGES_WHEN_NFKC_CASEFOLDED=56,
441 UCHAR_EMOJI=57,
448 UCHAR_EMOJI_PRESENTATION=58,
455 UCHAR_EMOJI_MODIFIER=59,
462 UCHAR_EMOJI_MODIFIER_BASE=60,
469 UCHAR_EMOJI_COMPONENT=61,
474 UCHAR_REGIONAL_INDICATOR=62,
479 UCHAR_PREPENDED_CONCATENATION_MARK=63,
486 UCHAR_EXTENDED_PICTOGRAPHIC=64,
493 UCHAR_BASIC_EMOJI=65,
500 UCHAR_EMOJI_KEYCAP_SEQUENCE=66,
507 UCHAR_RGI_EMOJI_MODIFIER_SEQUENCE=67,
514 UCHAR_RGI_EMOJI_FLAG_SEQUENCE=68,
521 UCHAR_RGI_EMOJI_TAG_SEQUENCE=69,
528 UCHAR_RGI_EMOJI_ZWJ_SEQUENCE=70,
535 UCHAR_RGI_EMOJI=71,
542 UCHAR_IDS_UNARY_OPERATOR=72,
548 UCHAR_ID_COMPAT_MATH_START=73,
554 UCHAR_ID_COMPAT_MATH_CONTINUE=74,
560 UCHAR_MODIFIER_COMBINING_MARK=75,
561 #ifndef U_HIDE_DEPRECATED_API
566 UCHAR_BINARY_LIMIT=76,
567 #endif// U_HIDE_DEPRECATED_API
568 
571 UCHAR_BIDI_CLASS=0x1000,
573 UCHAR_INT_START=UCHAR_BIDI_CLASS,
576 UCHAR_BLOCK=0x1001,
579 UCHAR_CANONICAL_COMBINING_CLASS=0x1002,
582 UCHAR_DECOMPOSITION_TYPE=0x1003,
586 UCHAR_EAST_ASIAN_WIDTH=0x1004,
589 UCHAR_GENERAL_CATEGORY=0x1005,
592 UCHAR_JOINING_GROUP=0x1006,
595 UCHAR_JOINING_TYPE=0x1007,
598 UCHAR_LINE_BREAK=0x1008,
601 UCHAR_NUMERIC_TYPE=0x1009,
604 UCHAR_SCRIPT=0x100A,
607 UCHAR_HANGUL_SYLLABLE_TYPE=0x100B,
610 UCHAR_NFD_QUICK_CHECK=0x100C,
613 UCHAR_NFKD_QUICK_CHECK=0x100D,
616 UCHAR_NFC_QUICK_CHECK=0x100E,
619 UCHAR_NFKC_QUICK_CHECK=0x100F,
626 UCHAR_LEAD_CANONICAL_COMBINING_CLASS=0x1010,
633 UCHAR_TRAIL_CANONICAL_COMBINING_CLASS=0x1011,
638 UCHAR_GRAPHEME_CLUSTER_BREAK=0x1012,
643 UCHAR_SENTENCE_BREAK=0x1013,
648 UCHAR_WORD_BREAK=0x1014,
653 UCHAR_BIDI_PAIRED_BRACKET_TYPE=0x1015,
661 UCHAR_INDIC_POSITIONAL_CATEGORY=0x1016,
668 UCHAR_INDIC_SYLLABIC_CATEGORY=0x1017,
675 UCHAR_VERTICAL_ORIENTATION=0x1018,
682 UCHAR_IDENTIFIER_STATUS=0x1019,
688 UCHAR_INDIC_CONJUNCT_BREAK=0x101A,
689 #ifndef U_HIDE_DEPRECATED_API
694 UCHAR_INT_LIMIT=0x101B,
695 #endif// U_HIDE_DEPRECATED_API
696 
705 UCHAR_GENERAL_CATEGORY_MASK=0x2000,
707 UCHAR_MASK_START=UCHAR_GENERAL_CATEGORY_MASK,
708 #ifndef U_HIDE_DEPRECATED_API
713 UCHAR_MASK_LIMIT=0x2001,
714 #endif// U_HIDE_DEPRECATED_API
715 
718 UCHAR_NUMERIC_VALUE=0x3000,
720 UCHAR_DOUBLE_START=UCHAR_NUMERIC_VALUE,
721 #ifndef U_HIDE_DEPRECATED_API
726 UCHAR_DOUBLE_LIMIT=0x3001,
727 #endif// U_HIDE_DEPRECATED_API
728 
731 UCHAR_AGE=0x4000,
733 UCHAR_STRING_START=UCHAR_AGE,
736 UCHAR_BIDI_MIRRORING_GLYPH=0x4001,
739 UCHAR_CASE_FOLDING=0x4002,
740 #ifndef U_HIDE_DEPRECATED_API
743 UCHAR_ISO_COMMENT=0x4003,
744 #endif/* U_HIDE_DEPRECATED_API */
747 UCHAR_LOWERCASE_MAPPING=0x4004,
750 UCHAR_NAME=0x4005,
753 UCHAR_SIMPLE_CASE_FOLDING=0x4006,
756 UCHAR_SIMPLE_LOWERCASE_MAPPING=0x4007,
759 UCHAR_SIMPLE_TITLECASE_MAPPING=0x4008,
762 UCHAR_SIMPLE_UPPERCASE_MAPPING=0x4009,
765 UCHAR_TITLECASE_MAPPING=0x400A,
766 #ifndef U_HIDE_DEPRECATED_API
771 UCHAR_UNICODE_1_NAME=0x400B,
772 #endif/* U_HIDE_DEPRECATED_API */
775 UCHAR_UPPERCASE_MAPPING=0x400C,
778 UCHAR_BIDI_PAIRED_BRACKET=0x400D,
779 #ifndef U_HIDE_DEPRECATED_API
784 UCHAR_STRING_LIMIT=0x400E,
785 #endif// U_HIDE_DEPRECATED_API
786 
792 UCHAR_SCRIPT_EXTENSIONS=0x7000,
794 UCHAR_OTHER_PROPERTY_START=UCHAR_SCRIPT_EXTENSIONS,
808 UCHAR_IDENTIFIER_TYPE=0x7001,
809 #ifndef U_HIDE_DEPRECATED_API
814 UCHAR_OTHER_PROPERTY_LIMIT=0x7002,
815 #endif// U_HIDE_DEPRECATED_API
816 
818 UCHAR_INVALID_CODE = -1
819 }UProperty;
820 
826 typedefenumUCharCategory
827 {
828 /*
829  * Note: UCharCategory constants and their API comments are parsed by preparseucd.py.
830  * It matches pairs of lines like
831  * / ** <Unicode 2-letter General_Category value> comment... * /
832  * U_<[A-Z_]+> = <integer>,
833  */
834 
836 U_UNASSIGNED = 0,
838 U_GENERAL_OTHER_TYPES = 0,
840 U_UPPERCASE_LETTER = 1,
842 U_LOWERCASE_LETTER = 2,
844 U_TITLECASE_LETTER = 3,
846 U_MODIFIER_LETTER = 4,
848 U_OTHER_LETTER = 5,
850 U_NON_SPACING_MARK = 6,
852 U_ENCLOSING_MARK = 7,
854 U_COMBINING_SPACING_MARK = 8,
856 U_DECIMAL_DIGIT_NUMBER = 9,
858 U_LETTER_NUMBER = 10,
860 U_OTHER_NUMBER = 11,
862 U_SPACE_SEPARATOR = 12,
864 U_LINE_SEPARATOR = 13,
866 U_PARAGRAPH_SEPARATOR = 14,
868 U_CONTROL_CHAR = 15,
870 U_FORMAT_CHAR = 16,
872 U_PRIVATE_USE_CHAR = 17,
874 U_SURROGATE = 18,
876 U_DASH_PUNCTUATION = 19,
878 U_START_PUNCTUATION = 20,
880 U_END_PUNCTUATION = 21,
882 U_CONNECTOR_PUNCTUATION = 22,
884 U_OTHER_PUNCTUATION = 23,
886 U_MATH_SYMBOL = 24,
888 U_CURRENCY_SYMBOL = 25,
890 U_MODIFIER_SYMBOL = 26,
892 U_OTHER_SYMBOL = 27,
894 U_INITIAL_PUNCTUATION = 28,
896 U_FINAL_PUNCTUATION = 29,
904 U_CHAR_CATEGORY_COUNT
905 }UCharCategory;
906 
921 #define U_GC_CN_MASK U_MASK(U_GENERAL_OTHER_TYPES)
922 
924 #define U_GC_LU_MASK U_MASK(U_UPPERCASE_LETTER)
926 #define U_GC_LL_MASK U_MASK(U_LOWERCASE_LETTER)
928 #define U_GC_LT_MASK U_MASK(U_TITLECASE_LETTER)
930 #define U_GC_LM_MASK U_MASK(U_MODIFIER_LETTER)
932 #define U_GC_LO_MASK U_MASK(U_OTHER_LETTER)
933 
935 #define U_GC_MN_MASK U_MASK(U_NON_SPACING_MARK)
937 #define U_GC_ME_MASK U_MASK(U_ENCLOSING_MARK)
939 #define U_GC_MC_MASK U_MASK(U_COMBINING_SPACING_MARK)
940 
942 #define U_GC_ND_MASK U_MASK(U_DECIMAL_DIGIT_NUMBER)
944 #define U_GC_NL_MASK U_MASK(U_LETTER_NUMBER)
946 #define U_GC_NO_MASK U_MASK(U_OTHER_NUMBER)
947 
949 #define U_GC_ZS_MASK U_MASK(U_SPACE_SEPARATOR)
951 #define U_GC_ZL_MASK U_MASK(U_LINE_SEPARATOR)
953 #define U_GC_ZP_MASK U_MASK(U_PARAGRAPH_SEPARATOR)
954 
956 #define U_GC_CC_MASK U_MASK(U_CONTROL_CHAR)
958 #define U_GC_CF_MASK U_MASK(U_FORMAT_CHAR)
960 #define U_GC_CO_MASK U_MASK(U_PRIVATE_USE_CHAR)
962 #define U_GC_CS_MASK U_MASK(U_SURROGATE)
963 
965 #define U_GC_PD_MASK U_MASK(U_DASH_PUNCTUATION)
967 #define U_GC_PS_MASK U_MASK(U_START_PUNCTUATION)
969 #define U_GC_PE_MASK U_MASK(U_END_PUNCTUATION)
971 #define U_GC_PC_MASK U_MASK(U_CONNECTOR_PUNCTUATION)
973 #define U_GC_PO_MASK U_MASK(U_OTHER_PUNCTUATION)
974 
976 #define U_GC_SM_MASK U_MASK(U_MATH_SYMBOL)
978 #define U_GC_SC_MASK U_MASK(U_CURRENCY_SYMBOL)
980 #define U_GC_SK_MASK U_MASK(U_MODIFIER_SYMBOL)
982 #define U_GC_SO_MASK U_MASK(U_OTHER_SYMBOL)
983 
985 #define U_GC_PI_MASK U_MASK(U_INITIAL_PUNCTUATION)
987 #define U_GC_PF_MASK U_MASK(U_FINAL_PUNCTUATION)
988 
989 
991 #define U_GC_L_MASK \
992  (U_GC_LU_MASK|U_GC_LL_MASK|U_GC_LT_MASK|U_GC_LM_MASK|U_GC_LO_MASK)
993 
995 #define U_GC_LC_MASK \
996  (U_GC_LU_MASK|U_GC_LL_MASK|U_GC_LT_MASK)
997 
999 #define U_GC_M_MASK (U_GC_MN_MASK|U_GC_ME_MASK|U_GC_MC_MASK)
1000 
1002 #define U_GC_N_MASK (U_GC_ND_MASK|U_GC_NL_MASK|U_GC_NO_MASK)
1003 
1005 #define U_GC_Z_MASK (U_GC_ZS_MASK|U_GC_ZL_MASK|U_GC_ZP_MASK)
1006 
1008 #define U_GC_C_MASK \
1009  (U_GC_CN_MASK|U_GC_CC_MASK|U_GC_CF_MASK|U_GC_CO_MASK|U_GC_CS_MASK)
1010 
1012 #define U_GC_P_MASK \
1013  (U_GC_PD_MASK|U_GC_PS_MASK|U_GC_PE_MASK|U_GC_PC_MASK|U_GC_PO_MASK| \
1014  U_GC_PI_MASK|U_GC_PF_MASK)
1015 
1017 #define U_GC_S_MASK (U_GC_SM_MASK|U_GC_SC_MASK|U_GC_SK_MASK|U_GC_SO_MASK)
1018 
1023 typedefenumUCharDirection {
1024 /*
1025  * Note: UCharDirection constants and their API comments are parsed by preparseucd.py.
1026  * It matches pairs of lines like
1027  * / ** <Unicode 1..3-letter Bidi_Class value> comment... * /
1028  * U_<[A-Z_]+> = <integer>,
1029  */
1030 
1032 U_LEFT_TO_RIGHT = 0,
1034 U_RIGHT_TO_LEFT = 1,
1036 U_EUROPEAN_NUMBER = 2,
1038 U_EUROPEAN_NUMBER_SEPARATOR = 3,
1040 U_EUROPEAN_NUMBER_TERMINATOR = 4,
1042 U_ARABIC_NUMBER = 5,
1044 U_COMMON_NUMBER_SEPARATOR = 6,
1046 U_BLOCK_SEPARATOR = 7,
1048 U_SEGMENT_SEPARATOR = 8,
1050 U_WHITE_SPACE_NEUTRAL = 9,
1052 U_OTHER_NEUTRAL = 10,
1054 U_LEFT_TO_RIGHT_EMBEDDING = 11,
1056 U_LEFT_TO_RIGHT_OVERRIDE = 12,
1058 U_RIGHT_TO_LEFT_ARABIC = 13,
1060 U_RIGHT_TO_LEFT_EMBEDDING = 14,
1062 U_RIGHT_TO_LEFT_OVERRIDE = 15,
1064 U_POP_DIRECTIONAL_FORMAT = 16,
1066 U_DIR_NON_SPACING_MARK = 17,
1068 U_BOUNDARY_NEUTRAL = 18,
1070 U_FIRST_STRONG_ISOLATE = 19,
1072 U_LEFT_TO_RIGHT_ISOLATE = 20,
1074 U_RIGHT_TO_LEFT_ISOLATE = 21,
1076 U_POP_DIRECTIONAL_ISOLATE = 22,
1077 #ifndef U_HIDE_DEPRECATED_API
1084 U_CHAR_DIRECTION_COUNT
1085 #endif// U_HIDE_DEPRECATED_API
1086 }UCharDirection;
1087 
1094 typedefenumUBidiPairedBracketType {
1095 /*
1096  * Note: UBidiPairedBracketType constants are parsed by preparseucd.py.
1097  * It matches lines like
1098  * U_BPT_<Unicode Bidi_Paired_Bracket_Type value name>
1099  */
1100 
1102 U_BPT_NONE,
1104 U_BPT_OPEN,
1106 U_BPT_CLOSE,
1107 #ifndef U_HIDE_DEPRECATED_API
1114 U_BPT_COUNT/* 3 */
1115 #endif// U_HIDE_DEPRECATED_API
1116 }UBidiPairedBracketType;
1117 
1122 enumUBlockCode {
1123 /*
1124  * Note: UBlockCode constants are parsed by preparseucd.py.
1125  * It matches lines like
1126  * UBLOCK_<Unicode Block value name> = <integer>,
1127  */
1128 
1130 UBLOCK_NO_BLOCK = 0,/*[none]*//* Special range indicating No_Block */
1131 
1133 UBLOCK_BASIC_LATIN = 1,/*[0000]*/
1134 
1136 UBLOCK_LATIN_1_SUPPLEMENT=2,/*[0080]*/
1137 
1139 UBLOCK_LATIN_EXTENDED_A =3,/*[0100]*/
1140 
1142 UBLOCK_LATIN_EXTENDED_B =4,/*[0180]*/
1143 
1145 UBLOCK_IPA_EXTENSIONS =5,/*[0250]*/
1146 
1148 UBLOCK_SPACING_MODIFIER_LETTERS =6,/*[02B0]*/
1149 
1151 UBLOCK_COMBINING_DIACRITICAL_MARKS =7,/*[0300]*/
1152 
1157 UBLOCK_GREEK =8,/*[0370]*/
1158 
1160 UBLOCK_CYRILLIC =9,/*[0400]*/
1161 
1163 UBLOCK_ARMENIAN =10,/*[0530]*/
1164 
1166 UBLOCK_HEBREW =11,/*[0590]*/
1167 
1169 UBLOCK_ARABIC =12,/*[0600]*/
1170 
1172 UBLOCK_SYRIAC =13,/*[0700]*/
1173 
1175 UBLOCK_THAANA =14,/*[0780]*/
1176 
1178 UBLOCK_DEVANAGARI =15,/*[0900]*/
1179 
1181 UBLOCK_BENGALI =16,/*[0980]*/
1182 
1184 UBLOCK_GURMUKHI =17,/*[0A00]*/
1185 
1187 UBLOCK_GUJARATI =18,/*[0A80]*/
1188 
1190 UBLOCK_ORIYA =19,/*[0B00]*/
1191 
1193 UBLOCK_TAMIL =20,/*[0B80]*/
1194 
1196 UBLOCK_TELUGU =21,/*[0C00]*/
1197 
1199 UBLOCK_KANNADA =22,/*[0C80]*/
1200 
1202 UBLOCK_MALAYALAM =23,/*[0D00]*/
1203 
1205 UBLOCK_SINHALA =24,/*[0D80]*/
1206 
1208 UBLOCK_THAI =25,/*[0E00]*/
1209 
1211 UBLOCK_LAO =26,/*[0E80]*/
1212 
1214 UBLOCK_TIBETAN =27,/*[0F00]*/
1215 
1217 UBLOCK_MYANMAR =28,/*[1000]*/
1218 
1220 UBLOCK_GEORGIAN =29,/*[10A0]*/
1221 
1223 UBLOCK_HANGUL_JAMO =30,/*[1100]*/
1224 
1226 UBLOCK_ETHIOPIC =31,/*[1200]*/
1227 
1229 UBLOCK_CHEROKEE =32,/*[13A0]*/
1230 
1232 UBLOCK_UNIFIED_CANADIAN_ABORIGINAL_SYLLABICS =33,/*[1400]*/
1233 
1235 UBLOCK_OGHAM =34,/*[1680]*/
1236 
1238 UBLOCK_RUNIC =35,/*[16A0]*/
1239 
1241 UBLOCK_KHMER =36,/*[1780]*/
1242 
1244 UBLOCK_MONGOLIAN =37,/*[1800]*/
1245 
1247 UBLOCK_LATIN_EXTENDED_ADDITIONAL =38,/*[1E00]*/
1248 
1250 UBLOCK_GREEK_EXTENDED =39,/*[1F00]*/
1251 
1253 UBLOCK_GENERAL_PUNCTUATION =40,/*[2000]*/
1254 
1256 UBLOCK_SUPERSCRIPTS_AND_SUBSCRIPTS =41,/*[2070]*/
1257 
1259 UBLOCK_CURRENCY_SYMBOLS =42,/*[20A0]*/
1260 
1265 UBLOCK_COMBINING_MARKS_FOR_SYMBOLS =43,/*[20D0]*/
1266 
1268 UBLOCK_LETTERLIKE_SYMBOLS =44,/*[2100]*/
1269 
1271 UBLOCK_NUMBER_FORMS =45,/*[2150]*/
1272 
1274 UBLOCK_ARROWS =46,/*[2190]*/
1275 
1277 UBLOCK_MATHEMATICAL_OPERATORS =47,/*[2200]*/
1278 
1280 UBLOCK_MISCELLANEOUS_TECHNICAL =48,/*[2300]*/
1281 
1283 UBLOCK_CONTROL_PICTURES =49,/*[2400]*/
1284 
1286 UBLOCK_OPTICAL_CHARACTER_RECOGNITION =50,/*[2440]*/
1287 
1289 UBLOCK_ENCLOSED_ALPHANUMERICS =51,/*[2460]*/
1290 
1292 UBLOCK_BOX_DRAWING =52,/*[2500]*/
1293 
1295 UBLOCK_BLOCK_ELEMENTS =53,/*[2580]*/
1296 
1298 UBLOCK_GEOMETRIC_SHAPES =54,/*[25A0]*/
1299 
1301 UBLOCK_MISCELLANEOUS_SYMBOLS =55,/*[2600]*/
1302 
1304 UBLOCK_DINGBATS =56,/*[2700]*/
1305 
1307 UBLOCK_BRAILLE_PATTERNS =57,/*[2800]*/
1308 
1310 UBLOCK_CJK_RADICALS_SUPPLEMENT =58,/*[2E80]*/
1311 
1313 UBLOCK_KANGXI_RADICALS =59,/*[2F00]*/
1314 
1316 UBLOCK_IDEOGRAPHIC_DESCRIPTION_CHARACTERS =60,/*[2FF0]*/
1317 
1319 UBLOCK_CJK_SYMBOLS_AND_PUNCTUATION =61,/*[3000]*/
1320 
1322 UBLOCK_HIRAGANA =62,/*[3040]*/
1323 
1325 UBLOCK_KATAKANA =63,/*[30A0]*/
1326 
1328 UBLOCK_BOPOMOFO =64,/*[3100]*/
1329 
1331 UBLOCK_HANGUL_COMPATIBILITY_JAMO =65,/*[3130]*/
1332 
1334 UBLOCK_KANBUN =66,/*[3190]*/
1335 
1337 UBLOCK_BOPOMOFO_EXTENDED =67,/*[31A0]*/
1338 
1340 UBLOCK_ENCLOSED_CJK_LETTERS_AND_MONTHS =68,/*[3200]*/
1341 
1343 UBLOCK_CJK_COMPATIBILITY =69,/*[3300]*/
1344 
1346 UBLOCK_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_A =70,/*[3400]*/
1347 
1349 UBLOCK_CJK_UNIFIED_IDEOGRAPHS =71,/*[4E00]*/
1350 
1352 UBLOCK_YI_SYLLABLES =72,/*[A000]*/
1353 
1355 UBLOCK_YI_RADICALS =73,/*[A490]*/
1356 
1358 UBLOCK_HANGUL_SYLLABLES =74,/*[AC00]*/
1359 
1361 UBLOCK_HIGH_SURROGATES =75,/*[D800]*/
1362 
1364 UBLOCK_HIGH_PRIVATE_USE_SURROGATES =76,/*[DB80]*/
1365 
1367 UBLOCK_LOW_SURROGATES =77,/*[DC00]*/
1368 
1378 UBLOCK_PRIVATE_USE_AREA =78,/*[E000]*/
1388 UBLOCK_PRIVATE_USE =UBLOCK_PRIVATE_USE_AREA,
1389 
1391 UBLOCK_CJK_COMPATIBILITY_IDEOGRAPHS =79,/*[F900]*/
1392 
1394 UBLOCK_ALPHABETIC_PRESENTATION_FORMS =80,/*[FB00]*/
1395 
1397 UBLOCK_ARABIC_PRESENTATION_FORMS_A =81,/*[FB50]*/
1398 
1400 UBLOCK_COMBINING_HALF_MARKS =82,/*[FE20]*/
1401 
1403 UBLOCK_CJK_COMPATIBILITY_FORMS =83,/*[FE30]*/
1404 
1406 UBLOCK_SMALL_FORM_VARIANTS =84,/*[FE50]*/
1407 
1409 UBLOCK_ARABIC_PRESENTATION_FORMS_B =85,/*[FE70]*/
1410 
1412 UBLOCK_SPECIALS =86,/*[FFF0]*/
1413 
1415 UBLOCK_HALFWIDTH_AND_FULLWIDTH_FORMS =87,/*[FF00]*/
1416 
1417 /* New blocks in Unicode 3.1 */
1418 
1420 UBLOCK_OLD_ITALIC = 88,/*[10300]*/
1422 UBLOCK_GOTHIC = 89,/*[10330]*/
1424 UBLOCK_DESERET = 90,/*[10400]*/
1426 UBLOCK_BYZANTINE_MUSICAL_SYMBOLS = 91,/*[1D000]*/
1428 UBLOCK_MUSICAL_SYMBOLS = 92,/*[1D100]*/
1430 UBLOCK_MATHEMATICAL_ALPHANUMERIC_SYMBOLS = 93,/*[1D400]*/
1432 UBLOCK_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_B = 94,/*[20000]*/
1434 UBLOCK_CJK_COMPATIBILITY_IDEOGRAPHS_SUPPLEMENT = 95,/*[2F800]*/
1436 UBLOCK_TAGS = 96,/*[E0000]*/
1437 
1438 /* New blocks in Unicode 3.2 */
1439 
1441 UBLOCK_CYRILLIC_SUPPLEMENT = 97,/*[0500]*/
1446 UBLOCK_CYRILLIC_SUPPLEMENTARY =UBLOCK_CYRILLIC_SUPPLEMENT,
1448 UBLOCK_TAGALOG = 98,/*[1700]*/
1450 UBLOCK_HANUNOO = 99,/*[1720]*/
1452 UBLOCK_BUHID = 100,/*[1740]*/
1454 UBLOCK_TAGBANWA = 101,/*[1760]*/
1456 UBLOCK_MISCELLANEOUS_MATHEMATICAL_SYMBOLS_A = 102,/*[27C0]*/
1458 UBLOCK_SUPPLEMENTAL_ARROWS_A = 103,/*[27F0]*/
1460 UBLOCK_SUPPLEMENTAL_ARROWS_B = 104,/*[2900]*/
1462 UBLOCK_MISCELLANEOUS_MATHEMATICAL_SYMBOLS_B = 105,/*[2980]*/
1464 UBLOCK_SUPPLEMENTAL_MATHEMATICAL_OPERATORS = 106,/*[2A00]*/
1466 UBLOCK_KATAKANA_PHONETIC_EXTENSIONS = 107,/*[31F0]*/
1468 UBLOCK_VARIATION_SELECTORS = 108,/*[FE00]*/
1470 UBLOCK_SUPPLEMENTARY_PRIVATE_USE_AREA_A = 109,/*[F0000]*/
1472 UBLOCK_SUPPLEMENTARY_PRIVATE_USE_AREA_B = 110,/*[100000]*/
1473 
1474 /* New blocks in Unicode 4 */
1475 
1477 UBLOCK_LIMBU = 111,/*[1900]*/
1479 UBLOCK_TAI_LE = 112,/*[1950]*/
1481 UBLOCK_KHMER_SYMBOLS = 113,/*[19E0]*/
1483 UBLOCK_PHONETIC_EXTENSIONS = 114,/*[1D00]*/
1485 UBLOCK_MISCELLANEOUS_SYMBOLS_AND_ARROWS = 115,/*[2B00]*/
1487 UBLOCK_YIJING_HEXAGRAM_SYMBOLS = 116,/*[4DC0]*/
1489 UBLOCK_LINEAR_B_SYLLABARY = 117,/*[10000]*/
1491 UBLOCK_LINEAR_B_IDEOGRAMS = 118,/*[10080]*/
1493 UBLOCK_AEGEAN_NUMBERS = 119,/*[10100]*/
1495 UBLOCK_UGARITIC = 120,/*[10380]*/
1497 UBLOCK_SHAVIAN = 121,/*[10450]*/
1499 UBLOCK_OSMANYA = 122,/*[10480]*/
1501 UBLOCK_CYPRIOT_SYLLABARY = 123,/*[10800]*/
1503 UBLOCK_TAI_XUAN_JING_SYMBOLS = 124,/*[1D300]*/
1505 UBLOCK_VARIATION_SELECTORS_SUPPLEMENT = 125,/*[E0100]*/
1506 
1507 /* New blocks in Unicode 4.1 */
1508 
1510 UBLOCK_ANCIENT_GREEK_MUSICAL_NOTATION = 126,/*[1D200]*/
1512 UBLOCK_ANCIENT_GREEK_NUMBERS = 127,/*[10140]*/
1514 UBLOCK_ARABIC_SUPPLEMENT = 128,/*[0750]*/
1516 UBLOCK_BUGINESE = 129,/*[1A00]*/
1518 UBLOCK_CJK_STROKES = 130,/*[31C0]*/
1520 UBLOCK_COMBINING_DIACRITICAL_MARKS_SUPPLEMENT = 131,/*[1DC0]*/
1522 UBLOCK_COPTIC = 132,/*[2C80]*/
1524 UBLOCK_ETHIOPIC_EXTENDED = 133,/*[2D80]*/
1526 UBLOCK_ETHIOPIC_SUPPLEMENT = 134,/*[1380]*/
1528 UBLOCK_GEORGIAN_SUPPLEMENT = 135,/*[2D00]*/
1530 UBLOCK_GLAGOLITIC = 136,/*[2C00]*/
1532 UBLOCK_KHAROSHTHI = 137,/*[10A00]*/
1534 UBLOCK_MODIFIER_TONE_LETTERS = 138,/*[A700]*/
1536 UBLOCK_NEW_TAI_LUE = 139,/*[1980]*/
1538 UBLOCK_OLD_PERSIAN = 140,/*[103A0]*/
1540 UBLOCK_PHONETIC_EXTENSIONS_SUPPLEMENT = 141,/*[1D80]*/
1542 UBLOCK_SUPPLEMENTAL_PUNCTUATION = 142,/*[2E00]*/
1544 UBLOCK_SYLOTI_NAGRI = 143,/*[A800]*/
1546 UBLOCK_TIFINAGH = 144,/*[2D30]*/
1548 UBLOCK_VERTICAL_FORMS = 145,/*[FE10]*/
1549 
1550 /* New blocks in Unicode 5.0 */
1551 
1553 UBLOCK_NKO = 146,/*[07C0]*/
1555 UBLOCK_BALINESE = 147,/*[1B00]*/
1557 UBLOCK_LATIN_EXTENDED_C = 148,/*[2C60]*/
1559 UBLOCK_LATIN_EXTENDED_D = 149,/*[A720]*/
1561 UBLOCK_PHAGS_PA = 150,/*[A840]*/
1563 UBLOCK_PHOENICIAN = 151,/*[10900]*/
1565 UBLOCK_CUNEIFORM = 152,/*[12000]*/
1567 UBLOCK_CUNEIFORM_NUMBERS_AND_PUNCTUATION = 153,/*[12400]*/
1569 UBLOCK_COUNTING_ROD_NUMERALS = 154,/*[1D360]*/
1570 
1571 /* New blocks in Unicode 5.1 */
1572 
1574 UBLOCK_SUNDANESE = 155,/*[1B80]*/
1576 UBLOCK_LEPCHA = 156,/*[1C00]*/
1578 UBLOCK_OL_CHIKI = 157,/*[1C50]*/
1580 UBLOCK_CYRILLIC_EXTENDED_A = 158,/*[2DE0]*/
1582 UBLOCK_VAI = 159,/*[A500]*/
1584 UBLOCK_CYRILLIC_EXTENDED_B = 160,/*[A640]*/
1586 UBLOCK_SAURASHTRA = 161,/*[A880]*/
1588 UBLOCK_KAYAH_LI = 162,/*[A900]*/
1590 UBLOCK_REJANG = 163,/*[A930]*/
1592 UBLOCK_CHAM = 164,/*[AA00]*/
1594 UBLOCK_ANCIENT_SYMBOLS = 165,/*[10190]*/
1596 UBLOCK_PHAISTOS_DISC = 166,/*[101D0]*/
1598 UBLOCK_LYCIAN = 167,/*[10280]*/
1600 UBLOCK_CARIAN = 168,/*[102A0]*/
1602 UBLOCK_LYDIAN = 169,/*[10920]*/
1604 UBLOCK_MAHJONG_TILES = 170,/*[1F000]*/
1606 UBLOCK_DOMINO_TILES = 171,/*[1F030]*/
1607 
1608 /* New blocks in Unicode 5.2 */
1609 
1611 UBLOCK_SAMARITAN = 172,/*[0800]*/
1613 UBLOCK_UNIFIED_CANADIAN_ABORIGINAL_SYLLABICS_EXTENDED = 173,/*[18B0]*/
1615 UBLOCK_TAI_THAM = 174,/*[1A20]*/
1617 UBLOCK_VEDIC_EXTENSIONS = 175,/*[1CD0]*/
1619 UBLOCK_LISU = 176,/*[A4D0]*/
1621 UBLOCK_BAMUM = 177,/*[A6A0]*/
1623 UBLOCK_COMMON_INDIC_NUMBER_FORMS = 178,/*[A830]*/
1625 UBLOCK_DEVANAGARI_EXTENDED = 179,/*[A8E0]*/
1627 UBLOCK_HANGUL_JAMO_EXTENDED_A = 180,/*[A960]*/
1629 UBLOCK_JAVANESE = 181,/*[A980]*/
1631 UBLOCK_MYANMAR_EXTENDED_A = 182,/*[AA60]*/
1633 UBLOCK_TAI_VIET = 183,/*[AA80]*/
1635 UBLOCK_MEETEI_MAYEK = 184,/*[ABC0]*/
1637 UBLOCK_HANGUL_JAMO_EXTENDED_B = 185,/*[D7B0]*/
1639 UBLOCK_IMPERIAL_ARAMAIC = 186,/*[10840]*/
1641 UBLOCK_OLD_SOUTH_ARABIAN = 187,/*[10A60]*/
1643 UBLOCK_AVESTAN = 188,/*[10B00]*/
1645 UBLOCK_INSCRIPTIONAL_PARTHIAN = 189,/*[10B40]*/
1647 UBLOCK_INSCRIPTIONAL_PAHLAVI = 190,/*[10B60]*/
1649 UBLOCK_OLD_TURKIC = 191,/*[10C00]*/
1651 UBLOCK_RUMI_NUMERAL_SYMBOLS = 192,/*[10E60]*/
1653 UBLOCK_KAITHI = 193,/*[11080]*/
1655 UBLOCK_EGYPTIAN_HIEROGLYPHS = 194,/*[13000]*/
1657 UBLOCK_ENCLOSED_ALPHANUMERIC_SUPPLEMENT = 195,/*[1F100]*/
1659 UBLOCK_ENCLOSED_IDEOGRAPHIC_SUPPLEMENT = 196,/*[1F200]*/
1661 UBLOCK_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_C = 197,/*[2A700]*/
1662 
1663 /* New blocks in Unicode 6.0 */
1664 
1666 UBLOCK_MANDAIC = 198,/*[0840]*/
1668 UBLOCK_BATAK = 199,/*[1BC0]*/
1670 UBLOCK_ETHIOPIC_EXTENDED_A = 200,/*[AB00]*/
1672 UBLOCK_BRAHMI = 201,/*[11000]*/
1674 UBLOCK_BAMUM_SUPPLEMENT = 202,/*[16800]*/
1676 UBLOCK_KANA_SUPPLEMENT = 203,/*[1B000]*/
1678 UBLOCK_PLAYING_CARDS = 204,/*[1F0A0]*/
1680 UBLOCK_MISCELLANEOUS_SYMBOLS_AND_PICTOGRAPHS = 205,/*[1F300]*/
1682 UBLOCK_EMOTICONS = 206,/*[1F600]*/
1684 UBLOCK_TRANSPORT_AND_MAP_SYMBOLS = 207,/*[1F680]*/
1686 UBLOCK_ALCHEMICAL_SYMBOLS = 208,/*[1F700]*/
1688 UBLOCK_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_D = 209,/*[2B740]*/
1689 
1690 /* New blocks in Unicode 6.1 */
1691 
1693 UBLOCK_ARABIC_EXTENDED_A = 210,/*[08A0]*/
1695 UBLOCK_ARABIC_MATHEMATICAL_ALPHABETIC_SYMBOLS = 211,/*[1EE00]*/
1697 UBLOCK_CHAKMA = 212,/*[11100]*/
1699 UBLOCK_MEETEI_MAYEK_EXTENSIONS = 213,/*[AAE0]*/
1701 UBLOCK_MEROITIC_CURSIVE = 214,/*[109A0]*/
1703 UBLOCK_MEROITIC_HIEROGLYPHS = 215,/*[10980]*/
1705 UBLOCK_MIAO = 216,/*[16F00]*/
1707 UBLOCK_SHARADA = 217,/*[11180]*/
1709 UBLOCK_SORA_SOMPENG = 218,/*[110D0]*/
1711 UBLOCK_SUNDANESE_SUPPLEMENT = 219,/*[1CC0]*/
1713 UBLOCK_TAKRI = 220,/*[11680]*/
1714 
1715 /* New blocks in Unicode 7.0 */
1716 
1718 UBLOCK_BASSA_VAH = 221,/*[16AD0]*/
1720 UBLOCK_CAUCASIAN_ALBANIAN = 222,/*[10530]*/
1722 UBLOCK_COPTIC_EPACT_NUMBERS = 223,/*[102E0]*/
1724 UBLOCK_COMBINING_DIACRITICAL_MARKS_EXTENDED = 224,/*[1AB0]*/
1726 UBLOCK_DUPLOYAN = 225,/*[1BC00]*/
1728 UBLOCK_ELBASAN = 226,/*[10500]*/
1730 UBLOCK_GEOMETRIC_SHAPES_EXTENDED = 227,/*[1F780]*/
1732 UBLOCK_GRANTHA = 228,/*[11300]*/
1734 UBLOCK_KHOJKI = 229,/*[11200]*/
1736 UBLOCK_KHUDAWADI = 230,/*[112B0]*/
1738 UBLOCK_LATIN_EXTENDED_E = 231,/*[AB30]*/
1740 UBLOCK_LINEAR_A = 232,/*[10600]*/
1742 UBLOCK_MAHAJANI = 233,/*[11150]*/
1744 UBLOCK_MANICHAEAN = 234,/*[10AC0]*/
1746 UBLOCK_MENDE_KIKAKUI = 235,/*[1E800]*/
1748 UBLOCK_MODI = 236,/*[11600]*/
1750 UBLOCK_MRO = 237,/*[16A40]*/
1752 UBLOCK_MYANMAR_EXTENDED_B = 238,/*[A9E0]*/
1754 UBLOCK_NABATAEAN = 239,/*[10880]*/
1756 UBLOCK_OLD_NORTH_ARABIAN = 240,/*[10A80]*/
1758 UBLOCK_OLD_PERMIC = 241,/*[10350]*/
1760 UBLOCK_ORNAMENTAL_DINGBATS = 242,/*[1F650]*/
1762 UBLOCK_PAHAWH_HMONG = 243,/*[16B00]*/
1764 UBLOCK_PALMYRENE = 244,/*[10860]*/
1766 UBLOCK_PAU_CIN_HAU = 245,/*[11AC0]*/
1768 UBLOCK_PSALTER_PAHLAVI = 246,/*[10B80]*/
1770 UBLOCK_SHORTHAND_FORMAT_CONTROLS = 247,/*[1BCA0]*/
1772 UBLOCK_SIDDHAM = 248,/*[11580]*/
1774 UBLOCK_SINHALA_ARCHAIC_NUMBERS = 249,/*[111E0]*/
1776 UBLOCK_SUPPLEMENTAL_ARROWS_C = 250,/*[1F800]*/
1778 UBLOCK_TIRHUTA = 251,/*[11480]*/
1780 UBLOCK_WARANG_CITI = 252,/*[118A0]*/
1781 
1782 /* New blocks in Unicode 8.0 */
1783 
1785 UBLOCK_AHOM = 253,/*[11700]*/
1787 UBLOCK_ANATOLIAN_HIEROGLYPHS = 254,/*[14400]*/
1789 UBLOCK_CHEROKEE_SUPPLEMENT = 255,/*[AB70]*/
1791 UBLOCK_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_E = 256,/*[2B820]*/
1793 UBLOCK_EARLY_DYNASTIC_CUNEIFORM = 257,/*[12480]*/
1795 UBLOCK_HATRAN = 258,/*[108E0]*/
1797 UBLOCK_MULTANI = 259,/*[11280]*/
1799 UBLOCK_OLD_HUNGARIAN = 260,/*[10C80]*/
1801 UBLOCK_SUPPLEMENTAL_SYMBOLS_AND_PICTOGRAPHS = 261,/*[1F900]*/
1803 UBLOCK_SUTTON_SIGNWRITING = 262,/*[1D800]*/
1804 
1805 /* New blocks in Unicode 9.0 */
1806 
1808 UBLOCK_ADLAM = 263,/*[1E900]*/
1810 UBLOCK_BHAIKSUKI = 264,/*[11C00]*/
1812 UBLOCK_CYRILLIC_EXTENDED_C = 265,/*[1C80]*/
1814 UBLOCK_GLAGOLITIC_SUPPLEMENT = 266,/*[1E000]*/
1816 UBLOCK_IDEOGRAPHIC_SYMBOLS_AND_PUNCTUATION = 267,/*[16FE0]*/
1818 UBLOCK_MARCHEN = 268,/*[11C70]*/
1820 UBLOCK_MONGOLIAN_SUPPLEMENT = 269,/*[11660]*/
1822 UBLOCK_NEWA = 270,/*[11400]*/
1824 UBLOCK_OSAGE = 271,/*[104B0]*/
1826 UBLOCK_TANGUT = 272,/*[17000]*/
1828 UBLOCK_TANGUT_COMPONENTS = 273,/*[18800]*/
1829 
1830 // New blocks in Unicode 10.0
1831 
1833 UBLOCK_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_F = 274,/*[2CEB0]*/
1835 UBLOCK_KANA_EXTENDED_A = 275,/*[1B100]*/
1837 UBLOCK_MASARAM_GONDI = 276,/*[11D00]*/
1839 UBLOCK_NUSHU = 277,/*[1B170]*/
1841 UBLOCK_SOYOMBO = 278,/*[11A50]*/
1843 UBLOCK_SYRIAC_SUPPLEMENT = 279,/*[0860]*/
1845 UBLOCK_ZANABAZAR_SQUARE = 280,/*[11A00]*/
1846 
1847 // New blocks in Unicode 11.0
1848 
1850 UBLOCK_CHESS_SYMBOLS = 281,/*[1FA00]*/
1852 UBLOCK_DOGRA = 282,/*[11800]*/
1854 UBLOCK_GEORGIAN_EXTENDED = 283,/*[1C90]*/
1856 UBLOCK_GUNJALA_GONDI = 284,/*[11D60]*/
1858 UBLOCK_HANIFI_ROHINGYA = 285,/*[10D00]*/
1860 UBLOCK_INDIC_SIYAQ_NUMBERS = 286,/*[1EC70]*/
1862 UBLOCK_MAKASAR = 287,/*[11EE0]*/
1864 UBLOCK_MAYAN_NUMERALS = 288,/*[1D2E0]*/
1866 UBLOCK_MEDEFAIDRIN = 289,/*[16E40]*/
1868 UBLOCK_OLD_SOGDIAN = 290,/*[10F00]*/
1870 UBLOCK_SOGDIAN = 291,/*[10F30]*/
1871 
1872 // New blocks in Unicode 12.0
1873 
1875 UBLOCK_EGYPTIAN_HIEROGLYPH_FORMAT_CONTROLS = 292,/*[13430]*/
1877 UBLOCK_ELYMAIC = 293,/*[10FE0]*/
1879 UBLOCK_NANDINAGARI = 294,/*[119A0]*/
1881 UBLOCK_NYIAKENG_PUACHUE_HMONG = 295,/*[1E100]*/
1883 UBLOCK_OTTOMAN_SIYAQ_NUMBERS = 296,/*[1ED00]*/
1885 UBLOCK_SMALL_KANA_EXTENSION = 297,/*[1B130]*/
1887 UBLOCK_SYMBOLS_AND_PICTOGRAPHS_EXTENDED_A = 298,/*[1FA70]*/
1889 UBLOCK_TAMIL_SUPPLEMENT = 299,/*[11FC0]*/
1891 UBLOCK_WANCHO = 300,/*[1E2C0]*/
1892 
1893 // New blocks in Unicode 13.0
1894 
1896 UBLOCK_CHORASMIAN = 301,/*[10FB0]*/
1898 UBLOCK_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_G = 302,/*[30000]*/
1900 UBLOCK_DIVES_AKURU = 303,/*[11900]*/
1902 UBLOCK_KHITAN_SMALL_SCRIPT = 304,/*[18B00]*/
1904 UBLOCK_LISU_SUPPLEMENT = 305,/*[11FB0]*/
1906 UBLOCK_SYMBOLS_FOR_LEGACY_COMPUTING = 306,/*[1FB00]*/
1908 UBLOCK_TANGUT_SUPPLEMENT = 307,/*[18D00]*/
1910 UBLOCK_YEZIDI = 308,/*[10E80]*/
1911 
1912 // New blocks in Unicode 14.0
1913 
1915 UBLOCK_ARABIC_EXTENDED_B = 309,/*[0870]*/
1917 UBLOCK_CYPRO_MINOAN = 310,/*[12F90]*/
1919 UBLOCK_ETHIOPIC_EXTENDED_B = 311,/*[1E7E0]*/
1921 UBLOCK_KANA_EXTENDED_B = 312,/*[1AFF0]*/
1923 UBLOCK_LATIN_EXTENDED_F = 313,/*[10780]*/
1925 UBLOCK_LATIN_EXTENDED_G = 314,/*[1DF00]*/
1927 UBLOCK_OLD_UYGHUR = 315,/*[10F70]*/
1929 UBLOCK_TANGSA = 316,/*[16A70]*/
1931 UBLOCK_TOTO = 317,/*[1E290]*/
1933 UBLOCK_UNIFIED_CANADIAN_ABORIGINAL_SYLLABICS_EXTENDED_A = 318,/*[11AB0]*/
1935 UBLOCK_VITHKUQI = 319,/*[10570]*/
1937 UBLOCK_ZNAMENNY_MUSICAL_NOTATION = 320,/*[1CF00]*/
1938 
1939 // New blocks in Unicode 15.0
1940 
1942 UBLOCK_ARABIC_EXTENDED_C = 321,/*[10EC0]*/
1944 UBLOCK_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_H = 322,/*[31350]*/
1946 UBLOCK_CYRILLIC_EXTENDED_D = 323,/*[1E030]*/
1948 UBLOCK_DEVANAGARI_EXTENDED_A = 324,/*[11B00]*/
1950 UBLOCK_KAKTOVIK_NUMERALS = 325,/*[1D2C0]*/
1952 UBLOCK_KAWI = 326,/*[11F00]*/
1954 UBLOCK_NAG_MUNDARI = 327,/*[1E4D0]*/
1955 
1956 // New block in Unicode 15.1
1957 
1959 UBLOCK_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_I = 328,/*[2EBF0]*/
1960 
1961 // New blocks in Unicode 16.0
1962 
1964 UBLOCK_EGYPTIAN_HIEROGLYPHS_EXTENDED_A = 329,/*[13460]*/
1966 UBLOCK_GARAY = 330,/*[10D40]*/
1968 UBLOCK_GURUNG_KHEMA = 331,/*[16100]*/
1970 UBLOCK_KIRAT_RAI = 332,/*[16D40]*/
1972 UBLOCK_MYANMAR_EXTENDED_C = 333,/*[116D0]*/
1974 UBLOCK_OL_ONAL = 334,/*[1E5D0]*/
1976 UBLOCK_SUNUWAR = 335,/*[11BC0]*/
1978 UBLOCK_SYMBOLS_FOR_LEGACY_COMPUTING_SUPPLEMENT = 336,/*[1CC00]*/
1980 UBLOCK_TODHRI = 337,/*[105C0]*/
1982 UBLOCK_TULU_TIGALARI = 338,/*[11380]*/
1983 
1984 // New blocks in Unicode 17.0.0
1985 
1987 UBLOCK_BERIA_ERFE = 339,/*[16EA0]*/
1989 UBLOCK_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_J = 340,/*[323B0]*/
1991 UBLOCK_MISCELLANEOUS_SYMBOLS_SUPPLEMENT = 341,/*[1CEC0]*/
1993 UBLOCK_SHARADA_SUPPLEMENT = 342,/*[11B60]*/
1995 UBLOCK_SIDETIC = 343,/*[10940]*/
1997 UBLOCK_TAI_YO = 344,/*[1E6C0]*/
1999 UBLOCK_TANGUT_COMPONENTS_SUPPLEMENT = 345,/*[18D80]*/
2001 UBLOCK_TOLONG_SIKI = 346,/*[11DB0]*/
2002 
2003 #ifndef U_HIDE_DEPRECATED_API
2010 UBLOCK_COUNT = 347,
2011 #endif// U_HIDE_DEPRECATED_API
2012 
2014 UBLOCK_INVALID_CODE=-1
2015 };
2016 
2018 typedefenumUBlockCodeUBlockCode;
2019 
2027 typedefenumUEastAsianWidth {
2028 /*
2029  * Note: UEastAsianWidth constants are parsed by preparseucd.py.
2030  * It matches lines like
2031  * U_EA_<Unicode East_Asian_Width value name>
2032  */
2033 
2034  U_EA_NEUTRAL,/*[N]*/
2035  U_EA_AMBIGUOUS,/*[A]*/
2036  U_EA_HALFWIDTH,/*[H]*/
2037  U_EA_FULLWIDTH,/*[F]*/
2038  U_EA_NARROW,/*[Na]*/
2039  U_EA_WIDE,/*[W]*/
2040 #ifndef U_HIDE_DEPRECATED_API
2047 U_EA_COUNT
2048 #endif// U_HIDE_DEPRECATED_API
2049 }UEastAsianWidth;
2050 
2062 typedefenumUCharNameChoice {
2064 U_UNICODE_CHAR_NAME,
2065 #ifndef U_HIDE_DEPRECATED_API
2071 U_UNICODE_10_CHAR_NAME,
2072 #endif/* U_HIDE_DEPRECATED_API */
2074 U_EXTENDED_CHAR_NAME =U_UNICODE_CHAR_NAME+2,
2076 U_CHAR_NAME_ALIAS,
2077 #ifndef U_HIDE_DEPRECATED_API
2082 U_CHAR_NAME_CHOICE_COUNT
2083 #endif// U_HIDE_DEPRECATED_API
2084 }UCharNameChoice;
2085 
2099 typedefenumUPropertyNameChoice {
2100  U_SHORT_PROPERTY_NAME,
2101  U_LONG_PROPERTY_NAME,
2102 #ifndef U_HIDE_DEPRECATED_API
2107 U_PROPERTY_NAME_CHOICE_COUNT
2108 #endif// U_HIDE_DEPRECATED_API
2109 }UPropertyNameChoice;
2110 
2117 typedefenumUDecompositionType {
2118 /*
2119  * Note: UDecompositionType constants are parsed by preparseucd.py.
2120  * It matches lines like
2121  * U_DT_<Unicode Decomposition_Type value name>
2122  */
2123 
2124  U_DT_NONE,/*[none]*/
2125  U_DT_CANONICAL,/*[can]*/
2126  U_DT_COMPAT,/*[com]*/
2127  U_DT_CIRCLE,/*[enc]*/
2128  U_DT_FINAL,/*[fin]*/
2129  U_DT_FONT,/*[font]*/
2130  U_DT_FRACTION,/*[fra]*/
2131  U_DT_INITIAL,/*[init]*/
2132  U_DT_ISOLATED,/*[iso]*/
2133  U_DT_MEDIAL,/*[med]*/
2134  U_DT_NARROW,/*[nar]*/
2135  U_DT_NOBREAK,/*[nb]*/
2136  U_DT_SMALL,/*[sml]*/
2137  U_DT_SQUARE,/*[sqr]*/
2138  U_DT_SUB,/*[sub]*/
2139  U_DT_SUPER,/*[sup]*/
2140  U_DT_VERTICAL,/*[vert]*/
2141  U_DT_WIDE,/*[wide]*/
2142 #ifndef U_HIDE_DEPRECATED_API
2149 U_DT_COUNT/* 18 */
2150 #endif// U_HIDE_DEPRECATED_API
2151 }UDecompositionType;
2152 
2159 typedefenumUJoiningType {
2160 /*
2161  * Note: UJoiningType constants are parsed by preparseucd.py.
2162  * It matches lines like
2163  * U_JT_<Unicode Joining_Type value name>
2164  */
2165 
2166  U_JT_NON_JOINING,/*[U]*/
2167  U_JT_JOIN_CAUSING,/*[C]*/
2168  U_JT_DUAL_JOINING,/*[D]*/
2169  U_JT_LEFT_JOINING,/*[L]*/
2170  U_JT_RIGHT_JOINING,/*[R]*/
2171  U_JT_TRANSPARENT,/*[T]*/
2172 #ifndef U_HIDE_DEPRECATED_API
2179 U_JT_COUNT/* 6 */
2180 #endif// U_HIDE_DEPRECATED_API
2181 }UJoiningType;
2182 
2189 typedefenumUJoiningGroup {
2190 /*
2191  * Note: UJoiningGroup constants are parsed by preparseucd.py.
2192  * It matches lines like
2193  * U_JG_<Unicode Joining_Group value name>
2194  */
2195 
2196  U_JG_NO_JOINING_GROUP,
2197  U_JG_AIN,
2198  U_JG_ALAPH,
2199  U_JG_ALEF,
2200  U_JG_BEH,
2201  U_JG_BETH,
2202  U_JG_DAL,
2203  U_JG_DALATH_RISH,
2204  U_JG_E,
2205  U_JG_FEH,
2206  U_JG_FINAL_SEMKATH,
2207  U_JG_GAF,
2208  U_JG_GAMAL,
2209  U_JG_HAH,
2210 U_JG_TEH_MARBUTA_GOAL,
2211  U_JG_HAMZA_ON_HEH_GOAL=U_JG_TEH_MARBUTA_GOAL,
2212  U_JG_HE,
2213  U_JG_HEH,
2214  U_JG_HEH_GOAL,
2215  U_JG_HETH,
2216  U_JG_KAF,
2217  U_JG_KAPH,
2218  U_JG_KNOTTED_HEH,
2219  U_JG_LAM,
2220  U_JG_LAMADH,
2221  U_JG_MEEM,
2222  U_JG_MIM,
2223  U_JG_NOON,
2224  U_JG_NUN,
2225  U_JG_PE,
2226  U_JG_QAF,
2227  U_JG_QAPH,
2228  U_JG_REH,
2229  U_JG_REVERSED_PE,
2230  U_JG_SAD,
2231  U_JG_SADHE,
2232  U_JG_SEEN,
2233  U_JG_SEMKATH,
2234  U_JG_SHIN,
2235  U_JG_SWASH_KAF,
2236  U_JG_SYRIAC_WAW,
2237  U_JG_TAH,
2238  U_JG_TAW,
2239  U_JG_TEH_MARBUTA,
2240  U_JG_TETH,
2241  U_JG_WAW,
2242  U_JG_YEH,
2243  U_JG_YEH_BARREE,
2244  U_JG_YEH_WITH_TAIL,
2245  U_JG_YUDH,
2246  U_JG_YUDH_HE,
2247  U_JG_ZAIN,
2248 U_JG_FE,
2249 U_JG_KHAPH,
2250 U_JG_ZHAIN,
2251 U_JG_BURUSHASKI_YEH_BARREE,
2252 U_JG_FARSI_YEH,
2253 U_JG_NYA,
2254 U_JG_ROHINGYA_YEH,
2255 U_JG_MANICHAEAN_ALEPH,
2256 U_JG_MANICHAEAN_AYIN,
2257 U_JG_MANICHAEAN_BETH,
2258 U_JG_MANICHAEAN_DALETH,
2259 U_JG_MANICHAEAN_DHAMEDH,
2260 U_JG_MANICHAEAN_FIVE,
2261 U_JG_MANICHAEAN_GIMEL,
2262 U_JG_MANICHAEAN_HETH,
2263 U_JG_MANICHAEAN_HUNDRED,
2264 U_JG_MANICHAEAN_KAPH,
2265 U_JG_MANICHAEAN_LAMEDH,
2266 U_JG_MANICHAEAN_MEM,
2267 U_JG_MANICHAEAN_NUN,
2268 U_JG_MANICHAEAN_ONE,
2269 U_JG_MANICHAEAN_PE,
2270 U_JG_MANICHAEAN_QOPH,
2271 U_JG_MANICHAEAN_RESH,
2272 U_JG_MANICHAEAN_SADHE,
2273 U_JG_MANICHAEAN_SAMEKH,
2274 U_JG_MANICHAEAN_TAW,
2275 U_JG_MANICHAEAN_TEN,
2276 U_JG_MANICHAEAN_TETH,
2277 U_JG_MANICHAEAN_THAMEDH,
2278 U_JG_MANICHAEAN_TWENTY,
2279 U_JG_MANICHAEAN_WAW,
2280 U_JG_MANICHAEAN_YODH,
2281 U_JG_MANICHAEAN_ZAYIN,
2282 U_JG_STRAIGHT_WAW,
2283 U_JG_AFRICAN_FEH,
2284 U_JG_AFRICAN_NOON,
2285 U_JG_AFRICAN_QAF,
2287 U_JG_MALAYALAM_BHA,
2288 U_JG_MALAYALAM_JA,
2289 U_JG_MALAYALAM_LLA,
2290 U_JG_MALAYALAM_LLLA,
2291 U_JG_MALAYALAM_NGA,
2292 U_JG_MALAYALAM_NNA,
2293 U_JG_MALAYALAM_NNNA,
2294 U_JG_MALAYALAM_NYA,
2295 U_JG_MALAYALAM_RA,
2296 U_JG_MALAYALAM_SSA,
2297 U_JG_MALAYALAM_TTA,
2299 U_JG_HANIFI_ROHINGYA_KINNA_YA,
2300 U_JG_HANIFI_ROHINGYA_PA,
2302 U_JG_THIN_YEH,
2303 U_JG_VERTICAL_TAIL,
2305 U_JG_KASHMIRI_YEH,
2307 U_JG_THIN_NOON,
2309 #ifndef U_HIDE_DEPRECATED_API
2316 U_JG_COUNT
2317 #endif// U_HIDE_DEPRECATED_API
2318 }UJoiningGroup;
2319 
2326 typedefenumUGraphemeClusterBreak {
2327 /*
2328  * Note: UGraphemeClusterBreak constants are parsed by preparseucd.py.
2329  * It matches lines like
2330  * U_GCB_<Unicode Grapheme_Cluster_Break value name>
2331  */
2332 
2333  U_GCB_OTHER = 0,/*[XX]*/
2334  U_GCB_CONTROL = 1,/*[CN]*/
2335  U_GCB_CR = 2,/*[CR]*/
2336  U_GCB_EXTEND = 3,/*[EX]*/
2337  U_GCB_L = 4,/*[L]*/
2338  U_GCB_LF = 5,/*[LF]*/
2339  U_GCB_LV = 6,/*[LV]*/
2340  U_GCB_LVT = 7,/*[LVT]*/
2341  U_GCB_T = 8,/*[T]*/
2342  U_GCB_V = 9,/*[V]*/
2344 U_GCB_SPACING_MARK = 10,/*[SM]*//* from here on: new in Unicode 5.1/ICU 4.0 */
2346 U_GCB_PREPEND = 11,/*[PP]*/
2348 U_GCB_REGIONAL_INDICATOR = 12,/*[RI]*//* new in Unicode 6.2/ICU 50 */
2350 U_GCB_E_BASE = 13,/*[EB]*//* from here on: new in Unicode 9.0/ICU 58 */
2352 U_GCB_E_BASE_GAZ = 14,/*[EBG]*/
2354 U_GCB_E_MODIFIER = 15,/*[EM]*/
2356 U_GCB_GLUE_AFTER_ZWJ = 16,/*[GAZ]*/
2358 U_GCB_ZWJ = 17,/*[ZWJ]*/
2359 
2360 #ifndef U_HIDE_DEPRECATED_API
2367 U_GCB_COUNT = 18
2368 #endif// U_HIDE_DEPRECATED_API
2369 }UGraphemeClusterBreak;
2370 
2378 typedefenumUWordBreakValues {
2379 /*
2380  * Note: UWordBreakValues constants are parsed by preparseucd.py.
2381  * It matches lines like
2382  * U_WB_<Unicode Word_Break value name>
2383  */
2384 
2385  U_WB_OTHER = 0,/*[XX]*/
2386  U_WB_ALETTER = 1,/*[LE]*/
2387  U_WB_FORMAT = 2,/*[FO]*/
2388  U_WB_KATAKANA = 3,/*[KA]*/
2389  U_WB_MIDLETTER = 4,/*[ML]*/
2390  U_WB_MIDNUM = 5,/*[MN]*/
2391  U_WB_NUMERIC = 6,/*[NU]*/
2392  U_WB_EXTENDNUMLET = 7,/*[EX]*/
2394 U_WB_CR = 8,/*[CR]*//* from here on: new in Unicode 5.1/ICU 4.0 */
2396 U_WB_EXTEND = 9,/*[Extend]*/
2398 U_WB_LF = 10,/*[LF]*/
2400 U_WB_MIDNUMLET =11,/*[MB]*/
2402 U_WB_NEWLINE =12,/*[NL]*/
2404 U_WB_REGIONAL_INDICATOR = 13,/*[RI]*//* new in Unicode 6.2/ICU 50 */
2406 U_WB_HEBREW_LETTER = 14,/*[HL]*//* from here on: new in Unicode 6.3/ICU 52 */
2408 U_WB_SINGLE_QUOTE = 15,/*[SQ]*/
2410 U_WB_DOUBLE_QUOTE = 16,/*[DQ]*/
2412 U_WB_E_BASE = 17,/*[EB]*//* from here on: new in Unicode 9.0/ICU 58 */
2414 U_WB_E_BASE_GAZ = 18,/*[EBG]*/
2416 U_WB_E_MODIFIER = 19,/*[EM]*/
2418 U_WB_GLUE_AFTER_ZWJ = 20,/*[GAZ]*/
2420 U_WB_ZWJ = 21,/*[ZWJ]*/
2422 U_WB_WSEGSPACE = 22,/*[WSEGSPACE]*/
2423 
2424 #ifndef U_HIDE_DEPRECATED_API
2431 U_WB_COUNT = 23
2432 #endif// U_HIDE_DEPRECATED_API
2433 }UWordBreakValues;
2434 
2441 typedefenumUSentenceBreak {
2442 /*
2443  * Note: USentenceBreak constants are parsed by preparseucd.py.
2444  * It matches lines like
2445  * U_SB_<Unicode Sentence_Break value name>
2446  */
2447 
2448  U_SB_OTHER = 0,/*[XX]*/
2449  U_SB_ATERM = 1,/*[AT]*/
2450  U_SB_CLOSE = 2,/*[CL]*/
2451  U_SB_FORMAT = 3,/*[FO]*/
2452  U_SB_LOWER = 4,/*[LO]*/
2453  U_SB_NUMERIC = 5,/*[NU]*/
2454  U_SB_OLETTER = 6,/*[LE]*/
2455  U_SB_SEP = 7,/*[SE]*/
2456  U_SB_SP = 8,/*[SP]*/
2457  U_SB_STERM = 9,/*[ST]*/
2458  U_SB_UPPER = 10,/*[UP]*/
2459  U_SB_CR = 11,/*[CR]*//* from here on: new in Unicode 5.1/ICU 4.0 */
2460  U_SB_EXTEND = 12,/*[EX]*/
2461  U_SB_LF = 13,/*[LF]*/
2462  U_SB_SCONTINUE = 14,/*[SC]*/
2463 #ifndef U_HIDE_DEPRECATED_API
2470 U_SB_COUNT = 15
2471 #endif// U_HIDE_DEPRECATED_API
2472 }USentenceBreak;
2473 
2480 typedefenumULineBreak {
2481 /*
2482  * Note: ULineBreak constants are parsed by preparseucd.py.
2483  * It matches lines like
2484  * U_LB_<Unicode Line_Break value name>
2485  */
2486 
2487  U_LB_UNKNOWN = 0,/*[XX]*/
2488  U_LB_AMBIGUOUS = 1,/*[AI]*/
2489  U_LB_ALPHABETIC = 2,/*[AL]*/
2490  U_LB_BREAK_BOTH = 3,/*[B2]*/
2491  U_LB_BREAK_AFTER = 4,/*[BA]*/
2492  U_LB_BREAK_BEFORE = 5,/*[BB]*/
2493  U_LB_MANDATORY_BREAK = 6,/*[BK]*/
2494  U_LB_CONTINGENT_BREAK = 7,/*[CB]*/
2495  U_LB_CLOSE_PUNCTUATION = 8,/*[CL]*/
2496  U_LB_COMBINING_MARK = 9,/*[CM]*/
2497  U_LB_CARRIAGE_RETURN = 10,/*[CR]*/
2498  U_LB_EXCLAMATION = 11,/*[EX]*/
2499  U_LB_GLUE = 12,/*[GL]*/
2500  U_LB_HYPHEN = 13,/*[HY]*/
2501  U_LB_IDEOGRAPHIC = 14,/*[ID]*/
2503 U_LB_INSEPARABLE = 15,/*[IN]*/
2504  U_LB_INSEPERABLE =U_LB_INSEPARABLE,
2505  U_LB_INFIX_NUMERIC = 16,/*[IS]*/
2506  U_LB_LINE_FEED = 17,/*[LF]*/
2507  U_LB_NONSTARTER = 18,/*[NS]*/
2508  U_LB_NUMERIC = 19,/*[NU]*/
2509  U_LB_OPEN_PUNCTUATION = 20,/*[OP]*/
2510  U_LB_POSTFIX_NUMERIC = 21,/*[PO]*/
2511  U_LB_PREFIX_NUMERIC = 22,/*[PR]*/
2512  U_LB_QUOTATION = 23,/*[QU]*/
2513  U_LB_COMPLEX_CONTEXT = 24,/*[SA]*/
2514  U_LB_SURROGATE = 25,/*[SG]*/
2515  U_LB_SPACE = 26,/*[SP]*/
2516  U_LB_BREAK_SYMBOLS = 27,/*[SY]*/
2517  U_LB_ZWSPACE = 28,/*[ZW]*/
2519 U_LB_NEXT_LINE = 29,/*[NL]*//* from here on: new in Unicode 4/ICU 2.6 */
2521 U_LB_WORD_JOINER = 30,/*[WJ]*/
2523 U_LB_H2 = 31,/*[H2]*//* from here on: new in Unicode 4.1/ICU 3.4 */
2525 U_LB_H3 = 32,/*[H3]*/
2527 U_LB_JL = 33,/*[JL]*/
2529 U_LB_JT = 34,/*[JT]*/
2531 U_LB_JV = 35,/*[JV]*/
2533 U_LB_CLOSE_PARENTHESIS = 36,/*[CP]*//* new in Unicode 5.2/ICU 4.4 */
2535 U_LB_CONDITIONAL_JAPANESE_STARTER = 37,/*[CJ]*//* new in Unicode 6.1/ICU 49 */
2537 U_LB_HEBREW_LETTER = 38,/*[HL]*//* new in Unicode 6.1/ICU 49 */
2539 U_LB_REGIONAL_INDICATOR = 39,/*[RI]*//* new in Unicode 6.2/ICU 50 */
2541 U_LB_E_BASE = 40,/*[EB]*//* from here on: new in Unicode 9.0/ICU 58 */
2543 U_LB_E_MODIFIER = 41,/*[EM]*/
2545 U_LB_ZWJ = 42,/*[ZWJ]*/
2547 U_LB_AKSARA = 43,/*[AK]*/
2549 U_LB_AKSARA_PREBASE = 44,/*[AP]*/
2551 U_LB_AKSARA_START = 45,/*[AS]*/
2553 U_LB_VIRAMA_FINAL = 46,/*[VF]*/
2555 U_LB_VIRAMA = 47,/*[VI]*/
2557 U_LB_UNAMBIGUOUS_HYPHEN = 48,/*[HH]*/
2558 #ifndef U_HIDE_DEPRECATED_API
2565 U_LB_COUNT = 49
2566 #endif// U_HIDE_DEPRECATED_API
2567 }ULineBreak;
2568 
2575 typedefenumUNumericType {
2576 /*
2577  * Note: UNumericType constants are parsed by preparseucd.py.
2578  * It matches lines like
2579  * U_NT_<Unicode Numeric_Type value name>
2580  */
2581 
2582  U_NT_NONE,/*[None]*/
2583  U_NT_DECIMAL,/*[de]*/
2584  U_NT_DIGIT,/*[di]*/
2585  U_NT_NUMERIC,/*[nu]*/
2586 #ifndef U_HIDE_DEPRECATED_API
2593 U_NT_COUNT
2594 #endif// U_HIDE_DEPRECATED_API
2595 }UNumericType;
2596 
2603 typedefenumUHangulSyllableType {
2604 /*
2605  * Note: UHangulSyllableType constants are parsed by preparseucd.py.
2606  * It matches lines like
2607  * U_HST_<Unicode Hangul_Syllable_Type value name>
2608  */
2609 
2610  U_HST_NOT_APPLICABLE,/*[NA]*/
2611  U_HST_LEADING_JAMO,/*[L]*/
2612  U_HST_VOWEL_JAMO,/*[V]*/
2613  U_HST_TRAILING_JAMO,/*[T]*/
2614  U_HST_LV_SYLLABLE,/*[LV]*/
2615  U_HST_LVT_SYLLABLE,/*[LVT]*/
2616 #ifndef U_HIDE_DEPRECATED_API
2623 U_HST_COUNT
2624 #endif// U_HIDE_DEPRECATED_API
2625 }UHangulSyllableType;
2626 
2633 typedefenumUIndicPositionalCategory {
2634 /*
2635  * Note: UIndicPositionalCategory constants are parsed by preparseucd.py.
2636  * It matches lines like
2637  * U_INPC_<Unicode Indic_Positional_Category value name>
2638  */
2639 
2641 U_INPC_NA,
2643 U_INPC_BOTTOM,
2645 U_INPC_BOTTOM_AND_LEFT,
2647 U_INPC_BOTTOM_AND_RIGHT,
2649 U_INPC_LEFT,
2651 U_INPC_LEFT_AND_RIGHT,
2653 U_INPC_OVERSTRUCK,
2655 U_INPC_RIGHT,
2657 U_INPC_TOP,
2659 U_INPC_TOP_AND_BOTTOM,
2661 U_INPC_TOP_AND_BOTTOM_AND_RIGHT,
2663 U_INPC_TOP_AND_LEFT,
2665 U_INPC_TOP_AND_LEFT_AND_RIGHT,
2667 U_INPC_TOP_AND_RIGHT,
2669 U_INPC_VISUAL_ORDER_LEFT,
2671 U_INPC_TOP_AND_BOTTOM_AND_LEFT,
2672 }UIndicPositionalCategory;
2673 
2680 typedefenumUIndicSyllabicCategory {
2681 /*
2682  * Note: UIndicSyllabicCategory constants are parsed by preparseucd.py.
2683  * It matches lines like
2684  * U_INSC_<Unicode Indic_Syllabic_Category value name>
2685  */
2686 
2688 U_INSC_OTHER,
2690 U_INSC_AVAGRAHA,
2692 U_INSC_BINDU,
2694 U_INSC_BRAHMI_JOINING_NUMBER,
2696 U_INSC_CANTILLATION_MARK,
2698 U_INSC_CONSONANT,
2700 U_INSC_CONSONANT_DEAD,
2702 U_INSC_CONSONANT_FINAL,
2704 U_INSC_CONSONANT_HEAD_LETTER,
2706 U_INSC_CONSONANT_INITIAL_POSTFIXED,
2708 U_INSC_CONSONANT_KILLER,
2710 U_INSC_CONSONANT_MEDIAL,
2712 U_INSC_CONSONANT_PLACEHOLDER,
2714 U_INSC_CONSONANT_PRECEDING_REPHA,
2716 U_INSC_CONSONANT_PREFIXED,
2718 U_INSC_CONSONANT_SUBJOINED,
2720 U_INSC_CONSONANT_SUCCEEDING_REPHA,
2722 U_INSC_CONSONANT_WITH_STACKER,
2724 U_INSC_GEMINATION_MARK,
2726 U_INSC_INVISIBLE_STACKER,
2728 U_INSC_JOINER,
2730 U_INSC_MODIFYING_LETTER,
2732 U_INSC_NON_JOINER,
2734 U_INSC_NUKTA,
2736 U_INSC_NUMBER,
2738 U_INSC_NUMBER_JOINER,
2740 U_INSC_PURE_KILLER,
2742 U_INSC_REGISTER_SHIFTER,
2744 U_INSC_SYLLABLE_MODIFIER,
2746 U_INSC_TONE_LETTER,
2748 U_INSC_TONE_MARK,
2750 U_INSC_VIRAMA,
2752 U_INSC_VISARGA,
2754 U_INSC_VOWEL,
2756 U_INSC_VOWEL_DEPENDENT,
2758 U_INSC_VOWEL_INDEPENDENT,
2760 U_INSC_REORDERING_KILLER,
2761 }UIndicSyllabicCategory;
2762 
2769 typedefenumUIndicConjunctBreak {
2770 /*
2771  * Note: UIndicConjunctBreak constants are parsed by preparseucd.py.
2772  * It matches lines like
2773  * U_INCB_<Unicode Indic_Conjunct_Break value name>
2774  */
2775 
2777 U_INCB_NONE,
2779 U_INCB_CONSONANT,
2781 U_INCB_EXTEND,
2783 U_INCB_LINKER,
2784 }UIndicConjunctBreak;
2785 
2792 typedefenumUVerticalOrientation {
2793 /*
2794  * Note: UVerticalOrientation constants are parsed by preparseucd.py.
2795  * It matches lines like
2796  * U_VO_<Unicode Vertical_Orientation value name>
2797  */
2798 
2800 U_VO_ROTATED,
2802 U_VO_TRANSFORMED_ROTATED,
2804 U_VO_TRANSFORMED_UPRIGHT,
2806 U_VO_UPRIGHT,
2807 }UVerticalOrientation;
2808 
2816 typedefenumUIdentifierStatus {
2817 /*
2818  * Note: UIdentifierStatus constants are parsed by preparseucd.py.
2819  * It matches lines like
2820  * U_ID_STATUS_<Unicode Identifier_Status value name>
2821  */
2822 
2824 U_ID_STATUS_RESTRICTED,
2826 U_ID_STATUS_ALLOWED,
2827 }UIdentifierStatus;
2828 
2836 typedefenumUIdentifierType {
2837 /*
2838  * Note: UIdentifierType constants are parsed by preparseucd.py.
2839  * It matches lines like
2840  * U_ID_TYPE_<Unicode Identifier_Type value name>
2841  */
2842 
2844 U_ID_TYPE_NOT_CHARACTER,
2846 U_ID_TYPE_DEPRECATED,
2848 U_ID_TYPE_DEFAULT_IGNORABLE,
2850 U_ID_TYPE_NOT_NFKC,
2852 U_ID_TYPE_NOT_XID,
2854 U_ID_TYPE_EXCLUSION,
2856 U_ID_TYPE_OBSOLETE,
2858 U_ID_TYPE_TECHNICAL,
2860 U_ID_TYPE_UNCOMMON_USE,
2862 U_ID_TYPE_LIMITED_USE,
2864 U_ID_TYPE_INCLUSION,
2866 U_ID_TYPE_RECOMMENDED,
2867 }UIdentifierType;
2868 
2896 U_CAPIUBool U_EXPORT2
2897 u_hasBinaryProperty(UChar32 c,UProperty which);
2898 
2923 U_CAPIUBool U_EXPORT2
2924 u_stringHasBinaryProperty(constUChar *s, int32_t length,UProperty which);
2925 
2941 U_CAPIconstUSet * U_EXPORT2
2942 u_getBinaryPropertySet(UProperty property,UErrorCode *pErrorCode);
2943 
2956 U_CAPIUBool U_EXPORT2
2957 u_isUAlphabetic(UChar32 c);
2958 
2971 U_CAPIUBool U_EXPORT2
2972 u_isULowercase(UChar32 c);
2973 
2986 U_CAPIUBool U_EXPORT2
2987 u_isUUppercase(UChar32 c);
2988 
3007 U_CAPIUBool U_EXPORT2
3008 u_isUWhiteSpace(UChar32 c);
3009 
3048 U_CAPI int32_t U_EXPORT2
3049 u_getIntPropertyValue(UChar32 c,UProperty which);
3050 
3069 U_CAPI int32_t U_EXPORT2
3070 u_getIntPropertyMinValue(UProperty which);
3071 
3098 U_CAPI int32_t U_EXPORT2
3099 u_getIntPropertyMaxValue(UProperty which);
3100 
3116 U_CAPIconstUCPMap * U_EXPORT2
3117 u_getIntPropertyMap(UProperty property,UErrorCode *pErrorCode);
3118 
3141 U_CAPIdouble U_EXPORT2
3142 u_getNumericValue(UChar32 c);
3143 
3151 #define U_NO_NUMERIC_VALUE ((double)-123456789.)
3152 
3176 U_CAPIUBool U_EXPORT2
3177 u_islower(UChar32 c);
3178 
3203 U_CAPIUBool U_EXPORT2
3204 u_isupper(UChar32 c);
3205 
3220 U_CAPIUBool U_EXPORT2
3221 u_istitle(UChar32 c);
3222 
3241 U_CAPIUBool U_EXPORT2
3242 u_isdigit(UChar32 c);
3243 
3262 U_CAPIUBool U_EXPORT2
3263 u_isalpha(UChar32 c);
3264 
3283 U_CAPIUBool U_EXPORT2
3284 u_isalnum(UChar32 c);
3285 
3306 U_CAPIUBool U_EXPORT2
3307 u_isxdigit(UChar32 c);
3308 
3322 U_CAPIUBool U_EXPORT2
3323 u_ispunct(UChar32 c);
3324 
3341 U_CAPIUBool U_EXPORT2
3342 u_isgraph(UChar32 c);
3343 
3369 U_CAPIUBool U_EXPORT2
3370 u_isblank(UChar32 c);
3371 
3394 U_CAPIUBool U_EXPORT2
3395 u_isdefined(UChar32 c);
3396 
3415 U_CAPIUBool U_EXPORT2
3416 u_isspace(UChar32 c);
3417 
3436 U_CAPIUBool U_EXPORT2
3437 u_isJavaSpaceChar(UChar32 c);
3438 
3476 U_CAPIUBool U_EXPORT2
3477 u_isWhitespace(UChar32 c);
3478 
3500 U_CAPIUBool U_EXPORT2
3501 u_iscntrl(UChar32 c);
3502 
3515 U_CAPIUBool U_EXPORT2
3516 u_isISOControl(UChar32 c);
3517 
3533 U_CAPIUBool U_EXPORT2
3534 u_isprint(UChar32 c);
3535 
3553 U_CAPIUBool U_EXPORT2
3554 u_isbase(UChar32 c);
3555 
3572 U_CAPIUCharDirection U_EXPORT2
3573 u_charDirection(UChar32 c);
3574 
3590 U_CAPIUBool U_EXPORT2
3591 u_isMirrored(UChar32 c);
3592 
3612 U_CAPIUChar32 U_EXPORT2
3613 u_charMirror(UChar32 c);
3614 
3631 U_CAPIUChar32 U_EXPORT2
3632 u_getBidiPairedBracket(UChar32 c);
3633 
3645 U_CAPI int8_t U_EXPORT2
3646 u_charType(UChar32 c);
3647 
3661 #define U_GET_GC_MASK(c) U_MASK(u_charType(c))
3662 
3680 typedefUBoolU_CALLCONV
3681 UCharEnumTypeRange(constvoid *context,UChar32 start,UChar32 limit,UCharCategory type);
3682 
3702 U_CAPIvoid U_EXPORT2
3703 u_enumCharTypes(UCharEnumTypeRange *enumRange,constvoid *context);
3704 
3705 #if !UCONFIG_NO_NORMALIZATION
3706 
3714 U_CAPI uint8_t U_EXPORT2
3715 u_getCombiningClass(UChar32 c);
3716 
3717 #endif
3718 
3742 U_CAPI int32_t U_EXPORT2
3743 u_charDigitValue(UChar32 c);
3744 
3754 U_CAPIUBlockCode U_EXPORT2
3755 ublock_getCode(UChar32 c);
3756 
3789 U_CAPI int32_t U_EXPORT2
3790 u_charName(UChar32 code,UCharNameChoice nameChoice,
3791 char *buffer, int32_t bufferLength,
3792 UErrorCode *pErrorCode);
3793 
3794 #ifndef U_HIDE_DEPRECATED_API
3813 U_DEPRECATED int32_t U_EXPORT2
3814 u_getISOComment(UChar32 c,
3815 char *dest, int32_t destCapacity,
3816 UErrorCode *pErrorCode);
3817 #endif/* U_HIDE_DEPRECATED_API */
3818 
3839 U_CAPIUChar32 U_EXPORT2
3840 u_charFromName(UCharNameChoice nameChoice,
3841 constchar *name,
3842 UErrorCode *pErrorCode);
3843 
3861 typedefUBoolU_CALLCONVUEnumCharNamesFn(void *context,
3862 UChar32 code,
3863 UCharNameChoice nameChoice,
3864 constchar *name,
3865  int32_t length);
3866 
3888 U_CAPIvoid U_EXPORT2
3889 u_enumCharNames(UChar32 start,UChar32 limit,
3890 UEnumCharNamesFn *fn,
3891 void *context,
3892 UCharNameChoice nameChoice,
3893 UErrorCode *pErrorCode);
3894 
3926 U_CAPIconstchar* U_EXPORT2
3927 u_getPropertyName(UProperty property,
3928 UPropertyNameChoice nameChoice);
3929 
3949 U_CAPIUProperty U_EXPORT2
3950 u_getPropertyEnum(constchar* alias);
3951 
3999 U_CAPIconstchar* U_EXPORT2
4000 u_getPropertyValueName(UProperty property,
4001  int32_t value,
4002 UPropertyNameChoice nameChoice);
4003 
4035 U_CAPI int32_t U_EXPORT2
4036 u_getPropertyValueEnum(UProperty property,
4037 constchar* alias);
4038 
4053 U_CAPIUBool U_EXPORT2
4054 u_isIDStart(UChar32 c);
4055 
4070 U_CAPIUBool U_EXPORT2
4071 u_isIDPart(UChar32 c);
4072 
4086 U_CAPIbool U_EXPORT2
4087 u_hasIDType(UChar32 c,UIdentifierType type);
4088 
4121 U_CAPI int32_t U_EXPORT2
4122 u_getIDTypes(UChar32 c,UIdentifierType *types, int32_t capacity,UErrorCode *pErrorCode);
4123 
4144 U_CAPIUBool U_EXPORT2
4145 u_isIDIgnorable(UChar32 c);
4146 
4163 U_CAPIUBool U_EXPORT2
4164 u_isJavaIDStart(UChar32 c);
4165 
4184 U_CAPIUBool U_EXPORT2
4185 u_isJavaIDPart(UChar32 c);
4186 
4209 U_CAPIUChar32 U_EXPORT2
4210 u_tolower(UChar32 c);
4211 
4234 U_CAPIUChar32 U_EXPORT2
4235 u_toupper(UChar32 c);
4236 
4259 U_CAPIUChar32 U_EXPORT2
4260 u_totitle(UChar32 c);
4261 
4284 U_CAPIUChar32 U_EXPORT2
4285 u_foldCase(UChar32 c, uint32_t options);
4286 
4325 U_CAPI int32_t U_EXPORT2
4326 u_digit(UChar32 ch, int8_t radix);
4327 
4356 U_CAPIUChar32 U_EXPORT2
4357 u_forDigit(int32_t digit, int8_t radix);
4358 
4373 U_CAPIvoid U_EXPORT2
4374 u_charAge(UChar32 c,UVersionInfo versionArray);
4375 
4387 U_CAPIvoid U_EXPORT2
4388 u_getUnicodeVersion(UVersionInfo versionArray);
4389 
4390 #if !UCONFIG_NO_NORMALIZATION
4412 U_CAPI int32_t U_EXPORT2
4413 u_getFC_NFKC_Closure(UChar32 c,UChar *dest, int32_t destCapacity,UErrorCode *pErrorCode);
4414 
4415 #endif
4416 
4417 
4418 U_CDECL_END
4419 
4420 #endif/*_UCHAR*/
4421 /*eof*/
U_CALLCONV
#define U_CALLCONV
Similar to U_CDECL_BEGIN/U_CDECL_END, this qualifier is necessary in callback function typedefs to ma...
Definition:platform.h:837
stringoptions.h
C API: Bit set option bit constants for various string and character processing functions.
u_isupper
U_CAPI UBool u_isupper(UChar32 c)
Determines whether the specified code point has the general category "Lu" (uppercase letter).
u_isUAlphabetic
U_CAPI UBool u_isUAlphabetic(UChar32 c)
Check if a code point has the Alphabetic Unicode property.
UBlockCode
UBlockCode
Constants for Unicode blocks, see the Unicode Data file Blocks.txt.
Definition:uchar.h:1122
UBLOCK_NANDINAGARI
@ UBLOCK_NANDINAGARI
Definition:uchar.h:1879
UBLOCK_MRO
@ UBLOCK_MRO
Definition:uchar.h:1750
UBLOCK_UNIFIED_CANADIAN_ABORIGINAL_SYLLABICS_EXTENDED
@ UBLOCK_UNIFIED_CANADIAN_ABORIGINAL_SYLLABICS_EXTENDED
Definition:uchar.h:1613
UBLOCK_COUNT
@ UBLOCK_COUNT
One more than the highest normal UBlockCode value.
Definition:uchar.h:2010
UBLOCK_OPTICAL_CHARACTER_RECOGNITION
@ UBLOCK_OPTICAL_CHARACTER_RECOGNITION
Definition:uchar.h:1286
UBLOCK_LATIN_EXTENDED_G
@ UBLOCK_LATIN_EXTENDED_G
Definition:uchar.h:1925
UBLOCK_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_B
@ UBLOCK_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_B
Definition:uchar.h:1432
UBLOCK_INSCRIPTIONAL_PAHLAVI
@ UBLOCK_INSCRIPTIONAL_PAHLAVI
Definition:uchar.h:1647
UBLOCK_KHMER
@ UBLOCK_KHMER
Definition:uchar.h:1241
UBLOCK_BHAIKSUKI
@ UBLOCK_BHAIKSUKI
Definition:uchar.h:1810
UBLOCK_DUPLOYAN
@ UBLOCK_DUPLOYAN
Definition:uchar.h:1726
UBLOCK_MEDEFAIDRIN
@ UBLOCK_MEDEFAIDRIN
Definition:uchar.h:1866
UBLOCK_BALINESE
@ UBLOCK_BALINESE
Definition:uchar.h:1555
UBLOCK_HEBREW
@ UBLOCK_HEBREW
Definition:uchar.h:1166
UBLOCK_YIJING_HEXAGRAM_SYMBOLS
@ UBLOCK_YIJING_HEXAGRAM_SYMBOLS
Definition:uchar.h:1487
UBLOCK_SUPPLEMENTAL_SYMBOLS_AND_PICTOGRAPHS
@ UBLOCK_SUPPLEMENTAL_SYMBOLS_AND_PICTOGRAPHS
Definition:uchar.h:1801
UBLOCK_CYRILLIC
@ UBLOCK_CYRILLIC
Definition:uchar.h:1160
UBLOCK_ARABIC_EXTENDED_B
@ UBLOCK_ARABIC_EXTENDED_B
Definition:uchar.h:1915
UBLOCK_SPECIALS
@ UBLOCK_SPECIALS
Definition:uchar.h:1412
UBLOCK_HALFWIDTH_AND_FULLWIDTH_FORMS
@ UBLOCK_HALFWIDTH_AND_FULLWIDTH_FORMS
Definition:uchar.h:1415
UBLOCK_NEWA
@ UBLOCK_NEWA
Definition:uchar.h:1822
UBLOCK_ARROWS
@ UBLOCK_ARROWS
Definition:uchar.h:1274
UBLOCK_CJK_SYMBOLS_AND_PUNCTUATION
@ UBLOCK_CJK_SYMBOLS_AND_PUNCTUATION
Definition:uchar.h:1319
UBLOCK_TAKRI
@ UBLOCK_TAKRI
Definition:uchar.h:1713
UBLOCK_BOX_DRAWING
@ UBLOCK_BOX_DRAWING
Definition:uchar.h:1292
UBLOCK_TANGUT_COMPONENTS_SUPPLEMENT
@ UBLOCK_TANGUT_COMPONENTS_SUPPLEMENT
Definition:uchar.h:1999
UBLOCK_SYMBOLS_FOR_LEGACY_COMPUTING_SUPPLEMENT
@ UBLOCK_SYMBOLS_FOR_LEGACY_COMPUTING_SUPPLEMENT
Definition:uchar.h:1978
UBLOCK_TULU_TIGALARI
@ UBLOCK_TULU_TIGALARI
Definition:uchar.h:1982
UBLOCK_CURRENCY_SYMBOLS
@ UBLOCK_CURRENCY_SYMBOLS
Definition:uchar.h:1259
UBLOCK_MISCELLANEOUS_SYMBOLS
@ UBLOCK_MISCELLANEOUS_SYMBOLS
Definition:uchar.h:1301
UBLOCK_ANCIENT_GREEK_NUMBERS
@ UBLOCK_ANCIENT_GREEK_NUMBERS
Definition:uchar.h:1512
UBLOCK_OLD_PERMIC
@ UBLOCK_OLD_PERMIC
Definition:uchar.h:1758
UBLOCK_CJK_STROKES
@ UBLOCK_CJK_STROKES
Definition:uchar.h:1518
UBLOCK_PALMYRENE
@ UBLOCK_PALMYRENE
Definition:uchar.h:1764
UBLOCK_OGHAM
@ UBLOCK_OGHAM
Definition:uchar.h:1235
UBLOCK_TANGSA
@ UBLOCK_TANGSA
Definition:uchar.h:1929
UBLOCK_SUTTON_SIGNWRITING
@ UBLOCK_SUTTON_SIGNWRITING
Definition:uchar.h:1803
UBLOCK_ANATOLIAN_HIEROGLYPHS
@ UBLOCK_ANATOLIAN_HIEROGLYPHS
Definition:uchar.h:1787
UBLOCK_SYMBOLS_FOR_LEGACY_COMPUTING
@ UBLOCK_SYMBOLS_FOR_LEGACY_COMPUTING
Definition:uchar.h:1906
UBLOCK_SUPPLEMENTAL_PUNCTUATION
@ UBLOCK_SUPPLEMENTAL_PUNCTUATION
Definition:uchar.h:1542
UBLOCK_MEROITIC_HIEROGLYPHS
@ UBLOCK_MEROITIC_HIEROGLYPHS
Definition:uchar.h:1703
UBLOCK_EMOTICONS
@ UBLOCK_EMOTICONS
Definition:uchar.h:1682
UBLOCK_INDIC_SIYAQ_NUMBERS
@ UBLOCK_INDIC_SIYAQ_NUMBERS
Definition:uchar.h:1860
UBLOCK_KAKTOVIK_NUMERALS
@ UBLOCK_KAKTOVIK_NUMERALS
Definition:uchar.h:1950
UBLOCK_REJANG
@ UBLOCK_REJANG
Definition:uchar.h:1590
UBLOCK_TAGALOG
@ UBLOCK_TAGALOG
Definition:uchar.h:1448
UBLOCK_LISU
@ UBLOCK_LISU
Definition:uchar.h:1619
UBLOCK_COPTIC_EPACT_NUMBERS
@ UBLOCK_COPTIC_EPACT_NUMBERS
Definition:uchar.h:1722
UBLOCK_SUPERSCRIPTS_AND_SUBSCRIPTS
@ UBLOCK_SUPERSCRIPTS_AND_SUBSCRIPTS
Definition:uchar.h:1256
UBLOCK_SUNUWAR
@ UBLOCK_SUNUWAR
Definition:uchar.h:1976
UBLOCK_TAGS
@ UBLOCK_TAGS
Definition:uchar.h:1436
UBLOCK_MIAO
@ UBLOCK_MIAO
Definition:uchar.h:1705
UBLOCK_TAMIL_SUPPLEMENT
@ UBLOCK_TAMIL_SUPPLEMENT
Definition:uchar.h:1889
UBLOCK_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_C
@ UBLOCK_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_C
Definition:uchar.h:1661
UBLOCK_LIMBU
@ UBLOCK_LIMBU
Definition:uchar.h:1477
UBLOCK_LYDIAN
@ UBLOCK_LYDIAN
Definition:uchar.h:1602
UBLOCK_NYIAKENG_PUACHUE_HMONG
@ UBLOCK_NYIAKENG_PUACHUE_HMONG
Definition:uchar.h:1881
UBLOCK_PHONETIC_EXTENSIONS_SUPPLEMENT
@ UBLOCK_PHONETIC_EXTENSIONS_SUPPLEMENT
Definition:uchar.h:1540
UBLOCK_TAI_THAM
@ UBLOCK_TAI_THAM
Definition:uchar.h:1615
UBLOCK_MAHJONG_TILES
@ UBLOCK_MAHJONG_TILES
Definition:uchar.h:1604
UBLOCK_PLAYING_CARDS
@ UBLOCK_PLAYING_CARDS
Definition:uchar.h:1678
UBLOCK_ETHIOPIC_EXTENDED_B
@ UBLOCK_ETHIOPIC_EXTENDED_B
Definition:uchar.h:1919
UBLOCK_TRANSPORT_AND_MAP_SYMBOLS
@ UBLOCK_TRANSPORT_AND_MAP_SYMBOLS
Definition:uchar.h:1684
UBLOCK_IDEOGRAPHIC_DESCRIPTION_CHARACTERS
@ UBLOCK_IDEOGRAPHIC_DESCRIPTION_CHARACTERS
Definition:uchar.h:1316
UBLOCK_BASIC_LATIN
@ UBLOCK_BASIC_LATIN
Definition:uchar.h:1133
UBLOCK_GURMUKHI
@ UBLOCK_GURMUKHI
Definition:uchar.h:1184
UBLOCK_SYMBOLS_AND_PICTOGRAPHS_EXTENDED_A
@ UBLOCK_SYMBOLS_AND_PICTOGRAPHS_EXTENDED_A
Definition:uchar.h:1887
UBLOCK_HATRAN
@ UBLOCK_HATRAN
Definition:uchar.h:1795
UBLOCK_PRIVATE_USE_AREA
@ UBLOCK_PRIVATE_USE_AREA
Same as UBLOCK_PRIVATE_USE.
Definition:uchar.h:1378
UBLOCK_ARMENIAN
@ UBLOCK_ARMENIAN
Definition:uchar.h:1163
UBLOCK_HANGUL_JAMO
@ UBLOCK_HANGUL_JAMO
Definition:uchar.h:1223
UBLOCK_VERTICAL_FORMS
@ UBLOCK_VERTICAL_FORMS
Definition:uchar.h:1548
UBLOCK_SINHALA_ARCHAIC_NUMBERS
@ UBLOCK_SINHALA_ARCHAIC_NUMBERS
Definition:uchar.h:1774
UBLOCK_SOGDIAN
@ UBLOCK_SOGDIAN
Definition:uchar.h:1870
UBLOCK_TIRHUTA
@ UBLOCK_TIRHUTA
Definition:uchar.h:1778
UBLOCK_ELBASAN
@ UBLOCK_ELBASAN
Definition:uchar.h:1728
UBLOCK_MATHEMATICAL_ALPHANUMERIC_SYMBOLS
@ UBLOCK_MATHEMATICAL_ALPHANUMERIC_SYMBOLS
Definition:uchar.h:1430
UBLOCK_KHITAN_SMALL_SCRIPT
@ UBLOCK_KHITAN_SMALL_SCRIPT
Definition:uchar.h:1902
UBLOCK_NUMBER_FORMS
@ UBLOCK_NUMBER_FORMS
Definition:uchar.h:1271
UBLOCK_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_J
@ UBLOCK_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_J
Definition:uchar.h:1989
UBLOCK_CHAM
@ UBLOCK_CHAM
Definition:uchar.h:1592
UBLOCK_TANGUT
@ UBLOCK_TANGUT
Definition:uchar.h:1826
UBLOCK_GARAY
@ UBLOCK_GARAY
Definition:uchar.h:1966
UBLOCK_TAMIL
@ UBLOCK_TAMIL
Definition:uchar.h:1193
UBLOCK_BLOCK_ELEMENTS
@ UBLOCK_BLOCK_ELEMENTS
Definition:uchar.h:1295
UBLOCK_ENCLOSED_ALPHANUMERIC_SUPPLEMENT
@ UBLOCK_ENCLOSED_ALPHANUMERIC_SUPPLEMENT
Definition:uchar.h:1657
UBLOCK_CUNEIFORM_NUMBERS_AND_PUNCTUATION
@ UBLOCK_CUNEIFORM_NUMBERS_AND_PUNCTUATION
Definition:uchar.h:1567
UBLOCK_LEPCHA
@ UBLOCK_LEPCHA
Definition:uchar.h:1576
UBLOCK_COMBINING_DIACRITICAL_MARKS_SUPPLEMENT
@ UBLOCK_COMBINING_DIACRITICAL_MARKS_SUPPLEMENT
Definition:uchar.h:1520
UBLOCK_VARIATION_SELECTORS_SUPPLEMENT
@ UBLOCK_VARIATION_SELECTORS_SUPPLEMENT
Definition:uchar.h:1505
UBLOCK_DOMINO_TILES
@ UBLOCK_DOMINO_TILES
Definition:uchar.h:1606
UBLOCK_COMBINING_DIACRITICAL_MARKS_EXTENDED
@ UBLOCK_COMBINING_DIACRITICAL_MARKS_EXTENDED
Definition:uchar.h:1724
UBLOCK_EGYPTIAN_HIEROGLYPHS
@ UBLOCK_EGYPTIAN_HIEROGLYPHS
Definition:uchar.h:1655
UBLOCK_IPA_EXTENSIONS
@ UBLOCK_IPA_EXTENSIONS
Definition:uchar.h:1145
UBLOCK_TANGUT_COMPONENTS
@ UBLOCK_TANGUT_COMPONENTS
Definition:uchar.h:1828
UBLOCK_CHEROKEE_SUPPLEMENT
@ UBLOCK_CHEROKEE_SUPPLEMENT
Definition:uchar.h:1789
UBLOCK_ELYMAIC
@ UBLOCK_ELYMAIC
Definition:uchar.h:1877
UBLOCK_LATIN_EXTENDED_A
@ UBLOCK_LATIN_EXTENDED_A
Definition:uchar.h:1139
UBLOCK_HANUNOO
@ UBLOCK_HANUNOO
Definition:uchar.h:1450
UBLOCK_LAO
@ UBLOCK_LAO
Definition:uchar.h:1211
UBLOCK_SUNDANESE_SUPPLEMENT
@ UBLOCK_SUNDANESE_SUPPLEMENT
Definition:uchar.h:1711
UBLOCK_CYRILLIC_EXTENDED_A
@ UBLOCK_CYRILLIC_EXTENDED_A
Definition:uchar.h:1580
UBLOCK_HANGUL_JAMO_EXTENDED_B
@ UBLOCK_HANGUL_JAMO_EXTENDED_B
Definition:uchar.h:1637
UBLOCK_SAMARITAN
@ UBLOCK_SAMARITAN
Definition:uchar.h:1611
UBLOCK_SUPPLEMENTAL_ARROWS_A
@ UBLOCK_SUPPLEMENTAL_ARROWS_A
Definition:uchar.h:1458
UBLOCK_DEVANAGARI_EXTENDED_A
@ UBLOCK_DEVANAGARI_EXTENDED_A
Definition:uchar.h:1948
UBLOCK_GLAGOLITIC
@ UBLOCK_GLAGOLITIC
Definition:uchar.h:1530
UBLOCK_INSCRIPTIONAL_PARTHIAN
@ UBLOCK_INSCRIPTIONAL_PARTHIAN
Definition:uchar.h:1645
UBLOCK_WARANG_CITI
@ UBLOCK_WARANG_CITI
Definition:uchar.h:1780
UBLOCK_MONGOLIAN
@ UBLOCK_MONGOLIAN
Definition:uchar.h:1244
UBLOCK_NKO
@ UBLOCK_NKO
Definition:uchar.h:1553
UBLOCK_ARABIC_EXTENDED_A
@ UBLOCK_ARABIC_EXTENDED_A
Definition:uchar.h:1693
UBLOCK_LYCIAN
@ UBLOCK_LYCIAN
Definition:uchar.h:1598
UBLOCK_CYRILLIC_EXTENDED_C
@ UBLOCK_CYRILLIC_EXTENDED_C
Definition:uchar.h:1812
UBLOCK_KANA_EXTENDED_B
@ UBLOCK_KANA_EXTENDED_B
Definition:uchar.h:1921
UBLOCK_DINGBATS
@ UBLOCK_DINGBATS
Definition:uchar.h:1304
UBLOCK_OTTOMAN_SIYAQ_NUMBERS
@ UBLOCK_OTTOMAN_SIYAQ_NUMBERS
Definition:uchar.h:1883
UBLOCK_LINEAR_B_SYLLABARY
@ UBLOCK_LINEAR_B_SYLLABARY
Definition:uchar.h:1489
UBLOCK_ENCLOSED_CJK_LETTERS_AND_MONTHS
@ UBLOCK_ENCLOSED_CJK_LETTERS_AND_MONTHS
Definition:uchar.h:1340
UBLOCK_CHAKMA
@ UBLOCK_CHAKMA
Definition:uchar.h:1697
UBLOCK_SPACING_MODIFIER_LETTERS
@ UBLOCK_SPACING_MODIFIER_LETTERS
Definition:uchar.h:1148
UBLOCK_MEROITIC_CURSIVE
@ UBLOCK_MEROITIC_CURSIVE
Definition:uchar.h:1701
UBLOCK_SHARADA_SUPPLEMENT
@ UBLOCK_SHARADA_SUPPLEMENT
Definition:uchar.h:1993
UBLOCK_CYRILLIC_EXTENDED_B
@ UBLOCK_CYRILLIC_EXTENDED_B
Definition:uchar.h:1584
UBLOCK_GENERAL_PUNCTUATION
@ UBLOCK_GENERAL_PUNCTUATION
Definition:uchar.h:1253
UBLOCK_MONGOLIAN_SUPPLEMENT
@ UBLOCK_MONGOLIAN_SUPPLEMENT
Definition:uchar.h:1820
UBLOCK_MISCELLANEOUS_TECHNICAL
@ UBLOCK_MISCELLANEOUS_TECHNICAL
Definition:uchar.h:1280
UBLOCK_TAI_XUAN_JING_SYMBOLS
@ UBLOCK_TAI_XUAN_JING_SYMBOLS
Definition:uchar.h:1503
UBLOCK_NABATAEAN
@ UBLOCK_NABATAEAN
Definition:uchar.h:1754
UBLOCK_TAGBANWA
@ UBLOCK_TAGBANWA
Definition:uchar.h:1454
UBLOCK_OL_ONAL
@ UBLOCK_OL_ONAL
Definition:uchar.h:1974
UBLOCK_CUNEIFORM
@ UBLOCK_CUNEIFORM
Definition:uchar.h:1565
UBLOCK_CONTROL_PICTURES
@ UBLOCK_CONTROL_PICTURES
Definition:uchar.h:1283
UBLOCK_GREEK
@ UBLOCK_GREEK
Unicode 3.2 renames this block to "Greek and Coptic".
Definition:uchar.h:1157
UBLOCK_HIGH_SURROGATES
@ UBLOCK_HIGH_SURROGATES
Definition:uchar.h:1361
UBLOCK_COUNTING_ROD_NUMERALS
@ UBLOCK_COUNTING_ROD_NUMERALS
Definition:uchar.h:1569
UBLOCK_AEGEAN_NUMBERS
@ UBLOCK_AEGEAN_NUMBERS
Definition:uchar.h:1493
UBLOCK_KAWI
@ UBLOCK_KAWI
Definition:uchar.h:1952
UBLOCK_BENGALI
@ UBLOCK_BENGALI
Definition:uchar.h:1181
UBLOCK_LATIN_EXTENDED_E
@ UBLOCK_LATIN_EXTENDED_E
Definition:uchar.h:1738
UBLOCK_NAG_MUNDARI
@ UBLOCK_NAG_MUNDARI
Definition:uchar.h:1954
UBLOCK_LINEAR_B_IDEOGRAMS
@ UBLOCK_LINEAR_B_IDEOGRAMS
Definition:uchar.h:1491
UBLOCK_PAU_CIN_HAU
@ UBLOCK_PAU_CIN_HAU
Definition:uchar.h:1766
UBLOCK_BUHID
@ UBLOCK_BUHID
Definition:uchar.h:1452
UBLOCK_GUNJALA_GONDI
@ UBLOCK_GUNJALA_GONDI
Definition:uchar.h:1856
UBLOCK_RUMI_NUMERAL_SYMBOLS
@ UBLOCK_RUMI_NUMERAL_SYMBOLS
Definition:uchar.h:1651
UBLOCK_HIGH_PRIVATE_USE_SURROGATES
@ UBLOCK_HIGH_PRIVATE_USE_SURROGATES
Definition:uchar.h:1364
UBLOCK_MEETEI_MAYEK_EXTENSIONS
@ UBLOCK_MEETEI_MAYEK_EXTENSIONS
Definition:uchar.h:1699
UBLOCK_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_H
@ UBLOCK_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_H
Definition:uchar.h:1944
UBLOCK_COMMON_INDIC_NUMBER_FORMS
@ UBLOCK_COMMON_INDIC_NUMBER_FORMS
Definition:uchar.h:1623
UBLOCK_ZANABAZAR_SQUARE
@ UBLOCK_ZANABAZAR_SQUARE
Definition:uchar.h:1845
UBLOCK_TOLONG_SIKI
@ UBLOCK_TOLONG_SIKI
Definition:uchar.h:2001
UBLOCK_SUNDANESE
@ UBLOCK_SUNDANESE
Definition:uchar.h:1574
UBLOCK_ARABIC_EXTENDED_C
@ UBLOCK_ARABIC_EXTENDED_C
Definition:uchar.h:1942
UBLOCK_CHESS_SYMBOLS
@ UBLOCK_CHESS_SYMBOLS
Definition:uchar.h:1850
UBLOCK_ENCLOSED_ALPHANUMERICS
@ UBLOCK_ENCLOSED_ALPHANUMERICS
Definition:uchar.h:1289
UBLOCK_COMBINING_HALF_MARKS
@ UBLOCK_COMBINING_HALF_MARKS
Definition:uchar.h:1400
UBLOCK_MANDAIC
@ UBLOCK_MANDAIC
Definition:uchar.h:1666
UBLOCK_OLD_UYGHUR
@ UBLOCK_OLD_UYGHUR
Definition:uchar.h:1927
UBLOCK_GLAGOLITIC_SUPPLEMENT
@ UBLOCK_GLAGOLITIC_SUPPLEMENT
Definition:uchar.h:1814
UBLOCK_OSMANYA
@ UBLOCK_OSMANYA
Definition:uchar.h:1499
UBLOCK_DOGRA
@ UBLOCK_DOGRA
Definition:uchar.h:1852
UBLOCK_IMPERIAL_ARAMAIC
@ UBLOCK_IMPERIAL_ARAMAIC
Definition:uchar.h:1639
UBLOCK_BRAILLE_PATTERNS
@ UBLOCK_BRAILLE_PATTERNS
Definition:uchar.h:1307
UBLOCK_OLD_HUNGARIAN
@ UBLOCK_OLD_HUNGARIAN
Definition:uchar.h:1799
UBLOCK_MATHEMATICAL_OPERATORS
@ UBLOCK_MATHEMATICAL_OPERATORS
Definition:uchar.h:1277
UBLOCK_KHOJKI
@ UBLOCK_KHOJKI
Definition:uchar.h:1734
UBLOCK_DIVES_AKURU
@ UBLOCK_DIVES_AKURU
Definition:uchar.h:1900
UBLOCK_ORIYA
@ UBLOCK_ORIYA
Definition:uchar.h:1190
UBLOCK_NO_BLOCK
@ UBLOCK_NO_BLOCK
New No_Block value in Unicode 4.
Definition:uchar.h:1130
UBLOCK_YI_RADICALS
@ UBLOCK_YI_RADICALS
Definition:uchar.h:1355
UBLOCK_BUGINESE
@ UBLOCK_BUGINESE
Definition:uchar.h:1516
UBLOCK_TANGUT_SUPPLEMENT
@ UBLOCK_TANGUT_SUPPLEMENT
Definition:uchar.h:1908
UBLOCK_SMALL_FORM_VARIANTS
@ UBLOCK_SMALL_FORM_VARIANTS
Definition:uchar.h:1406
UBLOCK_OLD_SOGDIAN
@ UBLOCK_OLD_SOGDIAN
Definition:uchar.h:1868
UBLOCK_GEORGIAN_EXTENDED
@ UBLOCK_GEORGIAN_EXTENDED
Definition:uchar.h:1854
UBLOCK_TIFINAGH
@ UBLOCK_TIFINAGH
Definition:uchar.h:1546
UBLOCK_MISCELLANEOUS_MATHEMATICAL_SYMBOLS_B
@ UBLOCK_MISCELLANEOUS_MATHEMATICAL_SYMBOLS_B
Definition:uchar.h:1462
UBLOCK_LATIN_EXTENDED_D
@ UBLOCK_LATIN_EXTENDED_D
Definition:uchar.h:1559
UBLOCK_LATIN_EXTENDED_ADDITIONAL
@ UBLOCK_LATIN_EXTENDED_ADDITIONAL
Definition:uchar.h:1247
UBLOCK_MEETEI_MAYEK
@ UBLOCK_MEETEI_MAYEK
Definition:uchar.h:1635
UBLOCK_EGYPTIAN_HIEROGLYPH_FORMAT_CONTROLS
@ UBLOCK_EGYPTIAN_HIEROGLYPH_FORMAT_CONTROLS
Definition:uchar.h:1875
UBLOCK_MYANMAR
@ UBLOCK_MYANMAR
Definition:uchar.h:1217
UBLOCK_OL_CHIKI
@ UBLOCK_OL_CHIKI
Definition:uchar.h:1578
UBLOCK_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_D
@ UBLOCK_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_D
Definition:uchar.h:1688
UBLOCK_GURUNG_KHEMA
@ UBLOCK_GURUNG_KHEMA
Definition:uchar.h:1968
UBLOCK_SHORTHAND_FORMAT_CONTROLS
@ UBLOCK_SHORTHAND_FORMAT_CONTROLS
Definition:uchar.h:1770
UBLOCK_COMBINING_MARKS_FOR_SYMBOLS
@ UBLOCK_COMBINING_MARKS_FOR_SYMBOLS
Unicode 3.2 renames this block to "Combining Diacritical Marks for Symbols".
Definition:uchar.h:1265
UBLOCK_MISCELLANEOUS_SYMBOLS_AND_PICTOGRAPHS
@ UBLOCK_MISCELLANEOUS_SYMBOLS_AND_PICTOGRAPHS
Definition:uchar.h:1680
UBLOCK_UNIFIED_CANADIAN_ABORIGINAL_SYLLABICS
@ UBLOCK_UNIFIED_CANADIAN_ABORIGINAL_SYLLABICS
Definition:uchar.h:1232
UBLOCK_SIDETIC
@ UBLOCK_SIDETIC
Definition:uchar.h:1995
UBLOCK_BOPOMOFO
@ UBLOCK_BOPOMOFO
Definition:uchar.h:1328
UBLOCK_KATAKANA_PHONETIC_EXTENSIONS
@ UBLOCK_KATAKANA_PHONETIC_EXTENSIONS
Definition:uchar.h:1466
UBLOCK_MARCHEN
@ UBLOCK_MARCHEN
Definition:uchar.h:1818
UBLOCK_MODI
@ UBLOCK_MODI
Definition:uchar.h:1748
UBLOCK_YEZIDI
@ UBLOCK_YEZIDI
Definition:uchar.h:1910
UBLOCK_SUPPLEMENTAL_MATHEMATICAL_OPERATORS
@ UBLOCK_SUPPLEMENTAL_MATHEMATICAL_OPERATORS
Definition:uchar.h:1464
UBLOCK_CYPRO_MINOAN
@ UBLOCK_CYPRO_MINOAN
Definition:uchar.h:1917
UBLOCK_MULTANI
@ UBLOCK_MULTANI
Definition:uchar.h:1797
UBLOCK_ETHIOPIC_EXTENDED
@ UBLOCK_ETHIOPIC_EXTENDED
Definition:uchar.h:1524
UBLOCK_AVESTAN
@ UBLOCK_AVESTAN
Definition:uchar.h:1643
UBLOCK_PRIVATE_USE
@ UBLOCK_PRIVATE_USE
Same as UBLOCK_PRIVATE_USE_AREA.
Definition:uchar.h:1388
UBLOCK_GEORGIAN_SUPPLEMENT
@ UBLOCK_GEORGIAN_SUPPLEMENT
Definition:uchar.h:1528
UBLOCK_COPTIC
@ UBLOCK_COPTIC
Definition:uchar.h:1522
UBLOCK_HANGUL_COMPATIBILITY_JAMO
@ UBLOCK_HANGUL_COMPATIBILITY_JAMO
Definition:uchar.h:1331
UBLOCK_LOW_SURROGATES
@ UBLOCK_LOW_SURROGATES
Definition:uchar.h:1367
UBLOCK_SOYOMBO
@ UBLOCK_SOYOMBO
Definition:uchar.h:1841
UBLOCK_ARABIC_SUPPLEMENT
@ UBLOCK_ARABIC_SUPPLEMENT
Definition:uchar.h:1514
UBLOCK_HANGUL_SYLLABLES
@ UBLOCK_HANGUL_SYLLABLES
Definition:uchar.h:1358
UBLOCK_MISCELLANEOUS_SYMBOLS_AND_ARROWS
@ UBLOCK_MISCELLANEOUS_SYMBOLS_AND_ARROWS
Definition:uchar.h:1485
UBLOCK_CJK_COMPATIBILITY
@ UBLOCK_CJK_COMPATIBILITY
Definition:uchar.h:1343
UBLOCK_CARIAN
@ UBLOCK_CARIAN
Definition:uchar.h:1600
UBLOCK_HANIFI_ROHINGYA
@ UBLOCK_HANIFI_ROHINGYA
Definition:uchar.h:1858
UBLOCK_TIBETAN
@ UBLOCK_TIBETAN
Definition:uchar.h:1214
UBLOCK_BASSA_VAH
@ UBLOCK_BASSA_VAH
Definition:uchar.h:1718
UBLOCK_OLD_TURKIC
@ UBLOCK_OLD_TURKIC
Definition:uchar.h:1649
UBLOCK_CJK_RADICALS_SUPPLEMENT
@ UBLOCK_CJK_RADICALS_SUPPLEMENT
Definition:uchar.h:1310
UBLOCK_VITHKUQI
@ UBLOCK_VITHKUQI
Definition:uchar.h:1935
UBLOCK_ADLAM
@ UBLOCK_ADLAM
Definition:uchar.h:1808
UBLOCK_MASARAM_GONDI
@ UBLOCK_MASARAM_GONDI
Definition:uchar.h:1837
UBLOCK_ARABIC_PRESENTATION_FORMS_B
@ UBLOCK_ARABIC_PRESENTATION_FORMS_B
Definition:uchar.h:1409
UBLOCK_RUNIC
@ UBLOCK_RUNIC
Definition:uchar.h:1238
UBLOCK_ARABIC_PRESENTATION_FORMS_A
@ UBLOCK_ARABIC_PRESENTATION_FORMS_A
Definition:uchar.h:1397
UBLOCK_ENCLOSED_IDEOGRAPHIC_SUPPLEMENT
@ UBLOCK_ENCLOSED_IDEOGRAPHIC_SUPPLEMENT
Definition:uchar.h:1659
UBLOCK_CHORASMIAN
@ UBLOCK_CHORASMIAN
Definition:uchar.h:1896
UBLOCK_BOPOMOFO_EXTENDED
@ UBLOCK_BOPOMOFO_EXTENDED
Definition:uchar.h:1337
UBLOCK_IDEOGRAPHIC_SYMBOLS_AND_PUNCTUATION
@ UBLOCK_IDEOGRAPHIC_SYMBOLS_AND_PUNCTUATION
Definition:uchar.h:1816
UBLOCK_LATIN_EXTENDED_F
@ UBLOCK_LATIN_EXTENDED_F
Definition:uchar.h:1923
UBLOCK_KANGXI_RADICALS
@ UBLOCK_KANGXI_RADICALS
Definition:uchar.h:1313
UBLOCK_SORA_SOMPENG
@ UBLOCK_SORA_SOMPENG
Definition:uchar.h:1709
UBLOCK_KANA_SUPPLEMENT
@ UBLOCK_KANA_SUPPLEMENT
Definition:uchar.h:1676
UBLOCK_CHEROKEE
@ UBLOCK_CHEROKEE
Definition:uchar.h:1229
UBLOCK_BRAHMI
@ UBLOCK_BRAHMI
Definition:uchar.h:1672
UBLOCK_SYLOTI_NAGRI
@ UBLOCK_SYLOTI_NAGRI
Definition:uchar.h:1544
UBLOCK_CYPRIOT_SYLLABARY
@ UBLOCK_CYPRIOT_SYLLABARY
Definition:uchar.h:1501
UBLOCK_ETHIOPIC_SUPPLEMENT
@ UBLOCK_ETHIOPIC_SUPPLEMENT
Definition:uchar.h:1526
UBLOCK_KHAROSHTHI
@ UBLOCK_KHAROSHTHI
Definition:uchar.h:1532
UBLOCK_OLD_ITALIC
@ UBLOCK_OLD_ITALIC
Definition:uchar.h:1420
UBLOCK_OLD_SOUTH_ARABIAN
@ UBLOCK_OLD_SOUTH_ARABIAN
Definition:uchar.h:1641
UBLOCK_SUPPLEMENTARY_PRIVATE_USE_AREA_B
@ UBLOCK_SUPPLEMENTARY_PRIVATE_USE_AREA_B
Definition:uchar.h:1472
UBLOCK_MALAYALAM
@ UBLOCK_MALAYALAM
Definition:uchar.h:1202
UBLOCK_KHMER_SYMBOLS
@ UBLOCK_KHMER_SYMBOLS
Definition:uchar.h:1481
UBLOCK_JAVANESE
@ UBLOCK_JAVANESE
Definition:uchar.h:1629
UBLOCK_BAMUM_SUPPLEMENT
@ UBLOCK_BAMUM_SUPPLEMENT
Definition:uchar.h:1674
UBLOCK_CYRILLIC_SUPPLEMENT
@ UBLOCK_CYRILLIC_SUPPLEMENT
Definition:uchar.h:1441
UBLOCK_MYANMAR_EXTENDED_B
@ UBLOCK_MYANMAR_EXTENDED_B
Definition:uchar.h:1752
UBLOCK_ANCIENT_GREEK_MUSICAL_NOTATION
@ UBLOCK_ANCIENT_GREEK_MUSICAL_NOTATION
Definition:uchar.h:1510
UBLOCK_BATAK
@ UBLOCK_BATAK
Definition:uchar.h:1668
UBLOCK_SYRIAC_SUPPLEMENT
@ UBLOCK_SYRIAC_SUPPLEMENT
Definition:uchar.h:1843
UBLOCK_PAHAWH_HMONG
@ UBLOCK_PAHAWH_HMONG
Definition:uchar.h:1762
UBLOCK_ORNAMENTAL_DINGBATS
@ UBLOCK_ORNAMENTAL_DINGBATS
Definition:uchar.h:1760
UBLOCK_SINHALA
@ UBLOCK_SINHALA
Definition:uchar.h:1205
UBLOCK_KIRAT_RAI
@ UBLOCK_KIRAT_RAI
Definition:uchar.h:1970
UBLOCK_AHOM
@ UBLOCK_AHOM
Definition:uchar.h:1785
UBLOCK_NEW_TAI_LUE
@ UBLOCK_NEW_TAI_LUE
Definition:uchar.h:1536
UBLOCK_SIDDHAM
@ UBLOCK_SIDDHAM
Definition:uchar.h:1772
UBLOCK_OLD_NORTH_ARABIAN
@ UBLOCK_OLD_NORTH_ARABIAN
Definition:uchar.h:1756
UBLOCK_YI_SYLLABLES
@ UBLOCK_YI_SYLLABLES
Definition:uchar.h:1352
UBLOCK_TELUGU
@ UBLOCK_TELUGU
Definition:uchar.h:1196
UBLOCK_DEVANAGARI_EXTENDED
@ UBLOCK_DEVANAGARI_EXTENDED
Definition:uchar.h:1625
UBLOCK_SHARADA
@ UBLOCK_SHARADA
Definition:uchar.h:1707
UBLOCK_SUPPLEMENTARY_PRIVATE_USE_AREA_A
@ UBLOCK_SUPPLEMENTARY_PRIVATE_USE_AREA_A
Definition:uchar.h:1470
UBLOCK_DESERET
@ UBLOCK_DESERET
Definition:uchar.h:1424
UBLOCK_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_I
@ UBLOCK_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_I
Definition:uchar.h:1959
UBLOCK_ARABIC_MATHEMATICAL_ALPHABETIC_SYMBOLS
@ UBLOCK_ARABIC_MATHEMATICAL_ALPHABETIC_SYMBOLS
Definition:uchar.h:1695
UBLOCK_SAURASHTRA
@ UBLOCK_SAURASHTRA
Definition:uchar.h:1586
UBLOCK_KANBUN
@ UBLOCK_KANBUN
Definition:uchar.h:1334
UBLOCK_HIRAGANA
@ UBLOCK_HIRAGANA
Definition:uchar.h:1322
UBLOCK_KANNADA
@ UBLOCK_KANNADA
Definition:uchar.h:1199
UBLOCK_SUPPLEMENTAL_ARROWS_C
@ UBLOCK_SUPPLEMENTAL_ARROWS_C
Definition:uchar.h:1776
UBLOCK_GEORGIAN
@ UBLOCK_GEORGIAN
Definition:uchar.h:1220
UBLOCK_DEVANAGARI
@ UBLOCK_DEVANAGARI
Definition:uchar.h:1178
UBLOCK_LISU_SUPPLEMENT
@ UBLOCK_LISU_SUPPLEMENT
Definition:uchar.h:1904
UBLOCK_EGYPTIAN_HIEROGLYPHS_EXTENDED_A
@ UBLOCK_EGYPTIAN_HIEROGLYPHS_EXTENDED_A
Definition:uchar.h:1964
UBLOCK_KATAKANA
@ UBLOCK_KATAKANA
Definition:uchar.h:1325
UBLOCK_TAI_VIET
@ UBLOCK_TAI_VIET
Definition:uchar.h:1633
UBLOCK_MYANMAR_EXTENDED_C
@ UBLOCK_MYANMAR_EXTENDED_C
Definition:uchar.h:1972
UBLOCK_LATIN_EXTENDED_B
@ UBLOCK_LATIN_EXTENDED_B
Definition:uchar.h:1142
UBLOCK_THAANA
@ UBLOCK_THAANA
Definition:uchar.h:1175
UBLOCK_MODIFIER_TONE_LETTERS
@ UBLOCK_MODIFIER_TONE_LETTERS
Definition:uchar.h:1534
UBLOCK_KHUDAWADI
@ UBLOCK_KHUDAWADI
Definition:uchar.h:1736
UBLOCK_LINEAR_A
@ UBLOCK_LINEAR_A
Definition:uchar.h:1740
UBLOCK_CJK_UNIFIED_IDEOGRAPHS
@ UBLOCK_CJK_UNIFIED_IDEOGRAPHS
Definition:uchar.h:1349
UBLOCK_GRANTHA
@ UBLOCK_GRANTHA
Definition:uchar.h:1732
UBLOCK_ETHIOPIC
@ UBLOCK_ETHIOPIC
Definition:uchar.h:1226
UBLOCK_BERIA_ERFE
@ UBLOCK_BERIA_ERFE
Definition:uchar.h:1987
UBLOCK_SYRIAC
@ UBLOCK_SYRIAC
Definition:uchar.h:1172
UBLOCK_GREEK_EXTENDED
@ UBLOCK_GREEK_EXTENDED
Definition:uchar.h:1250
UBLOCK_CJK_COMPATIBILITY_FORMS
@ UBLOCK_CJK_COMPATIBILITY_FORMS
Definition:uchar.h:1403
UBLOCK_CJK_COMPATIBILITY_IDEOGRAPHS
@ UBLOCK_CJK_COMPATIBILITY_IDEOGRAPHS
Definition:uchar.h:1391
UBLOCK_MAYAN_NUMERALS
@ UBLOCK_MAYAN_NUMERALS
Definition:uchar.h:1864
UBLOCK_KAYAH_LI
@ UBLOCK_KAYAH_LI
Definition:uchar.h:1588
UBLOCK_VEDIC_EXTENSIONS
@ UBLOCK_VEDIC_EXTENSIONS
Definition:uchar.h:1617
UBLOCK_CYRILLIC_EXTENDED_D
@ UBLOCK_CYRILLIC_EXTENDED_D
Definition:uchar.h:1946
UBLOCK_PHAISTOS_DISC
@ UBLOCK_PHAISTOS_DISC
Definition:uchar.h:1596
UBLOCK_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_A
@ UBLOCK_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_A
Definition:uchar.h:1346
UBLOCK_LATIN_1_SUPPLEMENT
@ UBLOCK_LATIN_1_SUPPLEMENT
Definition:uchar.h:1136
UBLOCK_PHOENICIAN
@ UBLOCK_PHOENICIAN
Definition:uchar.h:1563
UBLOCK_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_G
@ UBLOCK_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_G
Definition:uchar.h:1898
UBLOCK_MISCELLANEOUS_MATHEMATICAL_SYMBOLS_A
@ UBLOCK_MISCELLANEOUS_MATHEMATICAL_SYMBOLS_A
Definition:uchar.h:1456
UBLOCK_CAUCASIAN_ALBANIAN
@ UBLOCK_CAUCASIAN_ALBANIAN
Definition:uchar.h:1720
UBLOCK_ALCHEMICAL_SYMBOLS
@ UBLOCK_ALCHEMICAL_SYMBOLS
Definition:uchar.h:1686
UBLOCK_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_F
@ UBLOCK_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_F
Definition:uchar.h:1833
UBLOCK_MYANMAR_EXTENDED_A
@ UBLOCK_MYANMAR_EXTENDED_A
Definition:uchar.h:1631
UBLOCK_EARLY_DYNASTIC_CUNEIFORM
@ UBLOCK_EARLY_DYNASTIC_CUNEIFORM
Definition:uchar.h:1793
UBLOCK_MENDE_KIKAKUI
@ UBLOCK_MENDE_KIKAKUI
Definition:uchar.h:1746
UBLOCK_VAI
@ UBLOCK_VAI
Definition:uchar.h:1582
UBLOCK_PHONETIC_EXTENSIONS
@ UBLOCK_PHONETIC_EXTENSIONS
Definition:uchar.h:1483
UBLOCK_PHAGS_PA
@ UBLOCK_PHAGS_PA
Definition:uchar.h:1561
UBLOCK_OLD_PERSIAN
@ UBLOCK_OLD_PERSIAN
Definition:uchar.h:1538
UBLOCK_KAITHI
@ UBLOCK_KAITHI
Definition:uchar.h:1653
UBLOCK_GEOMETRIC_SHAPES
@ UBLOCK_GEOMETRIC_SHAPES
Definition:uchar.h:1298
UBLOCK_LATIN_EXTENDED_C
@ UBLOCK_LATIN_EXTENDED_C
Definition:uchar.h:1557
UBLOCK_MISCELLANEOUS_SYMBOLS_SUPPLEMENT
@ UBLOCK_MISCELLANEOUS_SYMBOLS_SUPPLEMENT
Definition:uchar.h:1991
UBLOCK_TODHRI
@ UBLOCK_TODHRI
Definition:uchar.h:1980
UBLOCK_SUPPLEMENTAL_ARROWS_B
@ UBLOCK_SUPPLEMENTAL_ARROWS_B
Definition:uchar.h:1460
UBLOCK_MAHAJANI
@ UBLOCK_MAHAJANI
Definition:uchar.h:1742
UBLOCK_OSAGE
@ UBLOCK_OSAGE
Definition:uchar.h:1824
UBLOCK_INVALID_CODE
@ UBLOCK_INVALID_CODE
Definition:uchar.h:2014
UBLOCK_TAI_LE
@ UBLOCK_TAI_LE
Definition:uchar.h:1479
UBLOCK_MAKASAR
@ UBLOCK_MAKASAR
Definition:uchar.h:1862
UBLOCK_GOTHIC
@ UBLOCK_GOTHIC
Definition:uchar.h:1422
UBLOCK_ETHIOPIC_EXTENDED_A
@ UBLOCK_ETHIOPIC_EXTENDED_A
Definition:uchar.h:1670
UBLOCK_GEOMETRIC_SHAPES_EXTENDED
@ UBLOCK_GEOMETRIC_SHAPES_EXTENDED
Definition:uchar.h:1730
UBLOCK_MANICHAEAN
@ UBLOCK_MANICHAEAN
Definition:uchar.h:1744
UBLOCK_UNIFIED_CANADIAN_ABORIGINAL_SYLLABICS_EXTENDED_A
@ UBLOCK_UNIFIED_CANADIAN_ABORIGINAL_SYLLABICS_EXTENDED_A
Definition:uchar.h:1933
UBLOCK_TOTO
@ UBLOCK_TOTO
Definition:uchar.h:1931
UBLOCK_ALPHABETIC_PRESENTATION_FORMS
@ UBLOCK_ALPHABETIC_PRESENTATION_FORMS
Definition:uchar.h:1394
UBLOCK_MUSICAL_SYMBOLS
@ UBLOCK_MUSICAL_SYMBOLS
Definition:uchar.h:1428
UBLOCK_LETTERLIKE_SYMBOLS
@ UBLOCK_LETTERLIKE_SYMBOLS
Definition:uchar.h:1268
UBLOCK_ARABIC
@ UBLOCK_ARABIC
Definition:uchar.h:1169
UBLOCK_ZNAMENNY_MUSICAL_NOTATION
@ UBLOCK_ZNAMENNY_MUSICAL_NOTATION
Definition:uchar.h:1937
UBLOCK_NUSHU
@ UBLOCK_NUSHU
Definition:uchar.h:1839
UBLOCK_CYRILLIC_SUPPLEMENTARY
@ UBLOCK_CYRILLIC_SUPPLEMENTARY
Unicode 4.0.1 renames the "Cyrillic Supplementary" block to "Cyrillic Supplement".
Definition:uchar.h:1446
UBLOCK_HANGUL_JAMO_EXTENDED_A
@ UBLOCK_HANGUL_JAMO_EXTENDED_A
Definition:uchar.h:1627
UBLOCK_BYZANTINE_MUSICAL_SYMBOLS
@ UBLOCK_BYZANTINE_MUSICAL_SYMBOLS
Definition:uchar.h:1426
UBLOCK_ANCIENT_SYMBOLS
@ UBLOCK_ANCIENT_SYMBOLS
Definition:uchar.h:1594
UBLOCK_UGARITIC
@ UBLOCK_UGARITIC
Definition:uchar.h:1495
UBLOCK_SMALL_KANA_EXTENSION
@ UBLOCK_SMALL_KANA_EXTENSION
Definition:uchar.h:1885
UBLOCK_GUJARATI
@ UBLOCK_GUJARATI
Definition:uchar.h:1187
UBLOCK_CJK_COMPATIBILITY_IDEOGRAPHS_SUPPLEMENT
@ UBLOCK_CJK_COMPATIBILITY_IDEOGRAPHS_SUPPLEMENT
Definition:uchar.h:1434
UBLOCK_COMBINING_DIACRITICAL_MARKS
@ UBLOCK_COMBINING_DIACRITICAL_MARKS
Definition:uchar.h:1151
UBLOCK_PSALTER_PAHLAVI
@ UBLOCK_PSALTER_PAHLAVI
Definition:uchar.h:1768
UBLOCK_THAI
@ UBLOCK_THAI
Definition:uchar.h:1208
UBLOCK_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_E
@ UBLOCK_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_E
Definition:uchar.h:1791
UBLOCK_TAI_YO
@ UBLOCK_TAI_YO
Definition:uchar.h:1997
UBLOCK_KANA_EXTENDED_A
@ UBLOCK_KANA_EXTENDED_A
Definition:uchar.h:1835
UBLOCK_VARIATION_SELECTORS
@ UBLOCK_VARIATION_SELECTORS
Definition:uchar.h:1468
UBLOCK_BAMUM
@ UBLOCK_BAMUM
Definition:uchar.h:1621
UBLOCK_WANCHO
@ UBLOCK_WANCHO
Definition:uchar.h:1891
UBLOCK_SHAVIAN
@ UBLOCK_SHAVIAN
Definition:uchar.h:1497
u_isblank
U_CAPI UBool u_isblank(UChar32 c)
Determines whether the specified code point is a "blank" or "horizontal space", a character that visi...
u_charFromName
U_CAPI UChar32 u_charFromName(UCharNameChoice nameChoice, const char *name, UErrorCode *pErrorCode)
Find a Unicode character by its name and return its code point value.
UCharNameChoice
UCharNameChoice
Selector constants for u_charName().
Definition:uchar.h:2062
U_CHAR_NAME_CHOICE_COUNT
@ U_CHAR_NAME_CHOICE_COUNT
One more than the highest normal UCharNameChoice value.
Definition:uchar.h:2082
U_UNICODE_10_CHAR_NAME
@ U_UNICODE_10_CHAR_NAME
The Unicode_1_Name property value which is of little practical value.
Definition:uchar.h:2071
U_CHAR_NAME_ALIAS
@ U_CHAR_NAME_ALIAS
Corrected name from NameAliases.txt.
Definition:uchar.h:2076
U_EXTENDED_CHAR_NAME
@ U_EXTENDED_CHAR_NAME
Standard or synthetic character name.
Definition:uchar.h:2074
U_UNICODE_CHAR_NAME
@ U_UNICODE_CHAR_NAME
Unicode character name (Name property).
Definition:uchar.h:2064
u_isUWhiteSpace
U_CAPI UBool u_isUWhiteSpace(UChar32 c)
Check if a code point has the White_Space Unicode property.
UIdentifierType
UIdentifierType
Identifier Type constants.
Definition:uchar.h:2836
U_ID_TYPE_DEPRECATED
@ U_ID_TYPE_DEPRECATED
Definition:uchar.h:2846
U_ID_TYPE_LIMITED_USE
@ U_ID_TYPE_LIMITED_USE
Definition:uchar.h:2862
U_ID_TYPE_DEFAULT_IGNORABLE
@ U_ID_TYPE_DEFAULT_IGNORABLE
Definition:uchar.h:2848
U_ID_TYPE_RECOMMENDED
@ U_ID_TYPE_RECOMMENDED
Definition:uchar.h:2866
U_ID_TYPE_NOT_CHARACTER
@ U_ID_TYPE_NOT_CHARACTER
Definition:uchar.h:2844
U_ID_TYPE_UNCOMMON_USE
@ U_ID_TYPE_UNCOMMON_USE
Definition:uchar.h:2860
U_ID_TYPE_NOT_NFKC
@ U_ID_TYPE_NOT_NFKC
Definition:uchar.h:2850
U_ID_TYPE_NOT_XID
@ U_ID_TYPE_NOT_XID
Definition:uchar.h:2852
U_ID_TYPE_TECHNICAL
@ U_ID_TYPE_TECHNICAL
Definition:uchar.h:2858
U_ID_TYPE_OBSOLETE
@ U_ID_TYPE_OBSOLETE
Definition:uchar.h:2856
U_ID_TYPE_INCLUSION
@ U_ID_TYPE_INCLUSION
Definition:uchar.h:2864
U_ID_TYPE_EXCLUSION
@ U_ID_TYPE_EXCLUSION
Definition:uchar.h:2854
u_charName
U_CAPI int32_t u_charName(UChar32 code, UCharNameChoice nameChoice, char *buffer, int32_t bufferLength, UErrorCode *pErrorCode)
Retrieve the name of a Unicode character.
u_getIntPropertyValue
U_CAPI int32_t u_getIntPropertyValue(UChar32 c, UProperty which)
Get the property value for an enumerated or integer Unicode property for a code point.
u_hasIDType
U_CAPI bool u_hasIDType(UChar32 c, UIdentifierType type)
Does the set of Identifier_Type values code point c contain the given type?
ublock_getCode
U_CAPI UBlockCode ublock_getCode(UChar32 c)
Returns the Unicode allocation block that contains the character.
u_hasBinaryProperty
U_CAPI UBool u_hasBinaryProperty(UChar32 c, UProperty which)
Check a binary Unicode property for a code point.
u_getNumericValue
U_CAPI double u_getNumericValue(UChar32 c)
Get the numeric value for a Unicode code point as defined in the Unicode Character Database.
u_toupper
U_CAPI UChar32 u_toupper(UChar32 c)
The given character is mapped to its uppercase equivalent according to UnicodeData....
u_getPropertyEnum
U_CAPI UProperty u_getPropertyEnum(const char *alias)
Return the UProperty enum for a given property name, as specified in the Unicode database file Proper...
UJoiningType
UJoiningType
Joining Type constants.
Definition:uchar.h:2159
U_JT_COUNT
@ U_JT_COUNT
One more than the highest normal UJoiningType value.
Definition:uchar.h:2179
u_isbase
U_CAPI UBool u_isbase(UChar32 c)
Non-standard: Determines whether the specified code point is a base character.
UIdentifierStatus
UIdentifierStatus
Identifier Status constants.
Definition:uchar.h:2816
U_ID_STATUS_ALLOWED
@ U_ID_STATUS_ALLOWED
Definition:uchar.h:2826
U_ID_STATUS_RESTRICTED
@ U_ID_STATUS_RESTRICTED
Definition:uchar.h:2824
u_isdigit
U_CAPI UBool u_isdigit(UChar32 c)
Determines whether the specified code point is a digit character according to Java.
u_isMirrored
U_CAPI UBool u_isMirrored(UChar32 c)
Determines whether the code point has the Bidi_Mirrored property.
u_charAge
U_CAPI void u_charAge(UChar32 c, UVersionInfo versionArray)
Get the "age" of the code point.
u_isspace
U_CAPI UBool u_isspace(UChar32 c)
Determines if the specified character is a space character or not.
u_getIntPropertyMaxValue
U_CAPI int32_t u_getIntPropertyMaxValue(UProperty which)
Get the maximum value for an enumerated/integer/binary Unicode property.
UIndicPositionalCategory
UIndicPositionalCategory
Indic Positional Category constants.
Definition:uchar.h:2633
U_INPC_BOTTOM
@ U_INPC_BOTTOM
Definition:uchar.h:2643
U_INPC_VISUAL_ORDER_LEFT
@ U_INPC_VISUAL_ORDER_LEFT
Definition:uchar.h:2669
U_INPC_TOP_AND_BOTTOM_AND_RIGHT
@ U_INPC_TOP_AND_BOTTOM_AND_RIGHT
Definition:uchar.h:2661
U_INPC_TOP_AND_BOTTOM_AND_LEFT
@ U_INPC_TOP_AND_BOTTOM_AND_LEFT
Definition:uchar.h:2671
U_INPC_TOP_AND_RIGHT
@ U_INPC_TOP_AND_RIGHT
Definition:uchar.h:2667
U_INPC_BOTTOM_AND_LEFT
@ U_INPC_BOTTOM_AND_LEFT
Definition:uchar.h:2645
U_INPC_LEFT_AND_RIGHT
@ U_INPC_LEFT_AND_RIGHT
Definition:uchar.h:2651
U_INPC_RIGHT
@ U_INPC_RIGHT
Definition:uchar.h:2655
U_INPC_TOP_AND_LEFT_AND_RIGHT
@ U_INPC_TOP_AND_LEFT_AND_RIGHT
Definition:uchar.h:2665
U_INPC_LEFT
@ U_INPC_LEFT
Definition:uchar.h:2649
U_INPC_NA
@ U_INPC_NA
Definition:uchar.h:2641
U_INPC_TOP
@ U_INPC_TOP
Definition:uchar.h:2657
U_INPC_TOP_AND_LEFT
@ U_INPC_TOP_AND_LEFT
Definition:uchar.h:2663
U_INPC_OVERSTRUCK
@ U_INPC_OVERSTRUCK
Definition:uchar.h:2653
U_INPC_TOP_AND_BOTTOM
@ U_INPC_TOP_AND_BOTTOM
Definition:uchar.h:2659
U_INPC_BOTTOM_AND_RIGHT
@ U_INPC_BOTTOM_AND_RIGHT
Definition:uchar.h:2647
u_getUnicodeVersion
U_CAPI void u_getUnicodeVersion(UVersionInfo versionArray)
Gets the Unicode version information.
UCharDirection
UCharDirection
This specifies the language directional property of a character set.
Definition:uchar.h:1023
U_SEGMENT_SEPARATOR
@ U_SEGMENT_SEPARATOR
S.
Definition:uchar.h:1048
U_EUROPEAN_NUMBER_TERMINATOR
@ U_EUROPEAN_NUMBER_TERMINATOR
ET.
Definition:uchar.h:1040
U_BOUNDARY_NEUTRAL
@ U_BOUNDARY_NEUTRAL
BN.
Definition:uchar.h:1068
U_RIGHT_TO_LEFT_ARABIC
@ U_RIGHT_TO_LEFT_ARABIC
AL.
Definition:uchar.h:1058
U_RIGHT_TO_LEFT
@ U_RIGHT_TO_LEFT
R.
Definition:uchar.h:1034
U_POP_DIRECTIONAL_ISOLATE
@ U_POP_DIRECTIONAL_ISOLATE
PDI.
Definition:uchar.h:1076
U_COMMON_NUMBER_SEPARATOR
@ U_COMMON_NUMBER_SEPARATOR
CS.
Definition:uchar.h:1044
U_LEFT_TO_RIGHT
@ U_LEFT_TO_RIGHT
L.
Definition:uchar.h:1032
U_DIR_NON_SPACING_MARK
@ U_DIR_NON_SPACING_MARK
NSM.
Definition:uchar.h:1066
U_FIRST_STRONG_ISOLATE
@ U_FIRST_STRONG_ISOLATE
FSI.
Definition:uchar.h:1070
U_ARABIC_NUMBER
@ U_ARABIC_NUMBER
AN.
Definition:uchar.h:1042
U_POP_DIRECTIONAL_FORMAT
@ U_POP_DIRECTIONAL_FORMAT
PDF.
Definition:uchar.h:1064
U_OTHER_NEUTRAL
@ U_OTHER_NEUTRAL
ON.
Definition:uchar.h:1052
U_CHAR_DIRECTION_COUNT
@ U_CHAR_DIRECTION_COUNT
One more than the highest UCharDirection value.
Definition:uchar.h:1084
U_WHITE_SPACE_NEUTRAL
@ U_WHITE_SPACE_NEUTRAL
WS.
Definition:uchar.h:1050
U_RIGHT_TO_LEFT_OVERRIDE
@ U_RIGHT_TO_LEFT_OVERRIDE
RLO.
Definition:uchar.h:1062
U_RIGHT_TO_LEFT_EMBEDDING
@ U_RIGHT_TO_LEFT_EMBEDDING
RLE.
Definition:uchar.h:1060
U_EUROPEAN_NUMBER_SEPARATOR
@ U_EUROPEAN_NUMBER_SEPARATOR
ES.
Definition:uchar.h:1038
U_LEFT_TO_RIGHT_ISOLATE
@ U_LEFT_TO_RIGHT_ISOLATE
LRI.
Definition:uchar.h:1072
U_LEFT_TO_RIGHT_OVERRIDE
@ U_LEFT_TO_RIGHT_OVERRIDE
LRO.
Definition:uchar.h:1056
U_EUROPEAN_NUMBER
@ U_EUROPEAN_NUMBER
EN.
Definition:uchar.h:1036
U_BLOCK_SEPARATOR
@ U_BLOCK_SEPARATOR
B.
Definition:uchar.h:1046
U_LEFT_TO_RIGHT_EMBEDDING
@ U_LEFT_TO_RIGHT_EMBEDDING
LRE.
Definition:uchar.h:1054
U_RIGHT_TO_LEFT_ISOLATE
@ U_RIGHT_TO_LEFT_ISOLATE
RLI.
Definition:uchar.h:1074
UPropertyNameChoice
UPropertyNameChoice
Selector constants for u_getPropertyName() and u_getPropertyValueName().
Definition:uchar.h:2099
U_PROPERTY_NAME_CHOICE_COUNT
@ U_PROPERTY_NAME_CHOICE_COUNT
One more than the highest normal UPropertyNameChoice value.
Definition:uchar.h:2107
UEnumCharNamesFn
UBool UEnumCharNamesFn(void *context, UChar32 code, UCharNameChoice nameChoice, const char *name, int32_t length)
Type of a callback function for u_enumCharNames() that gets called for each Unicode character with th...
Definition:uchar.h:3861
u_isUUppercase
U_CAPI UBool u_isUUppercase(UChar32 c)
Check if a code point has the Uppercase Unicode property.
u_charType
U_CAPI int8_t u_charType(UChar32 c)
Returns the general category value for the code point.
u_forDigit
U_CAPI UChar32 u_forDigit(int32_t digit, int8_t radix)
Determines the character representation for a specific digit in the specified radix.
u_isprint
U_CAPI UBool u_isprint(UChar32 c)
Determines whether the specified code point is a printable character.
ULineBreak
ULineBreak
Line Break constants.
Definition:uchar.h:2480
U_LB_E_MODIFIER
@ U_LB_E_MODIFIER
Definition:uchar.h:2543
U_LB_VIRAMA
@ U_LB_VIRAMA
Definition:uchar.h:2555
U_LB_WORD_JOINER
@ U_LB_WORD_JOINER
Definition:uchar.h:2521
U_LB_AKSARA
@ U_LB_AKSARA
Definition:uchar.h:2547
U_LB_H3
@ U_LB_H3
Definition:uchar.h:2525
U_LB_H2
@ U_LB_H2
Definition:uchar.h:2523
U_LB_CONDITIONAL_JAPANESE_STARTER
@ U_LB_CONDITIONAL_JAPANESE_STARTER
Definition:uchar.h:2535
U_LB_NEXT_LINE
@ U_LB_NEXT_LINE
Definition:uchar.h:2519
U_LB_INSEPARABLE
@ U_LB_INSEPARABLE
Renamed from the misspelled "inseperable" in Unicode 4.0.1/ICU 3.0.
Definition:uchar.h:2503
U_LB_E_BASE
@ U_LB_E_BASE
Definition:uchar.h:2541
U_LB_JV
@ U_LB_JV
Definition:uchar.h:2531
U_LB_UNAMBIGUOUS_HYPHEN
@ U_LB_UNAMBIGUOUS_HYPHEN
Definition:uchar.h:2557
U_LB_VIRAMA_FINAL
@ U_LB_VIRAMA_FINAL
Definition:uchar.h:2553
U_LB_AKSARA_PREBASE
@ U_LB_AKSARA_PREBASE
Definition:uchar.h:2549
U_LB_JL
@ U_LB_JL
Definition:uchar.h:2527
U_LB_CLOSE_PARENTHESIS
@ U_LB_CLOSE_PARENTHESIS
Definition:uchar.h:2533
U_LB_ZWJ
@ U_LB_ZWJ
Definition:uchar.h:2545
U_LB_COUNT
@ U_LB_COUNT
One more than the highest normal ULineBreak value.
Definition:uchar.h:2565
U_LB_REGIONAL_INDICATOR
@ U_LB_REGIONAL_INDICATOR
Definition:uchar.h:2539
U_LB_AKSARA_START
@ U_LB_AKSARA_START
Definition:uchar.h:2551
U_LB_HEBREW_LETTER
@ U_LB_HEBREW_LETTER
Definition:uchar.h:2537
U_LB_JT
@ U_LB_JT
Definition:uchar.h:2529
u_getISOComment
int32_t u_getISOComment(UChar32 c, char *dest, int32_t destCapacity, UErrorCode *pErrorCode)
Returns an empty string.
u_getIntPropertyMap
U_CAPI const UCPMap * u_getIntPropertyMap(UProperty property, UErrorCode *pErrorCode)
Returns an immutable UCPMap for an enumerated/catalog/int-valued property.
u_islower
U_CAPI UBool u_islower(UChar32 c)
Determines whether the specified code point has the general category "Ll" (lowercase letter).
u_isISOControl
U_CAPI UBool u_isISOControl(UChar32 c)
Determines whether the specified code point is an ISO control code.
UCharCategory
UCharCategory
Data for enumerated Unicode general category types.
Definition:uchar.h:827
U_FORMAT_CHAR
@ U_FORMAT_CHAR
Cf.
Definition:uchar.h:870
U_SPACE_SEPARATOR
@ U_SPACE_SEPARATOR
Zs.
Definition:uchar.h:862
U_MODIFIER_SYMBOL
@ U_MODIFIER_SYMBOL
Sk.
Definition:uchar.h:890
U_GENERAL_OTHER_TYPES
@ U_GENERAL_OTHER_TYPES
Cn "Other, Not Assigned (no characters in [UnicodeData.txt] have this property)" (same as U_UNASSIGNE...
Definition:uchar.h:838
U_TITLECASE_LETTER
@ U_TITLECASE_LETTER
Lt.
Definition:uchar.h:844
U_PRIVATE_USE_CHAR
@ U_PRIVATE_USE_CHAR
Co.
Definition:uchar.h:872
U_OTHER_SYMBOL
@ U_OTHER_SYMBOL
So.
Definition:uchar.h:892
U_UPPERCASE_LETTER
@ U_UPPERCASE_LETTER
Lu.
Definition:uchar.h:840
U_MODIFIER_LETTER
@ U_MODIFIER_LETTER
Lm.
Definition:uchar.h:846
U_PARAGRAPH_SEPARATOR
@ U_PARAGRAPH_SEPARATOR
Zp.
Definition:uchar.h:866
U_OTHER_PUNCTUATION
@ U_OTHER_PUNCTUATION
Po.
Definition:uchar.h:884
U_ENCLOSING_MARK
@ U_ENCLOSING_MARK
Me.
Definition:uchar.h:852
U_INITIAL_PUNCTUATION
@ U_INITIAL_PUNCTUATION
Pi.
Definition:uchar.h:894
U_UNASSIGNED
@ U_UNASSIGNED
Non-category for unassigned and non-character code points.
Definition:uchar.h:836
U_CURRENCY_SYMBOL
@ U_CURRENCY_SYMBOL
Sc.
Definition:uchar.h:888
U_COMBINING_SPACING_MARK
@ U_COMBINING_SPACING_MARK
Mc.
Definition:uchar.h:854
U_CONTROL_CHAR
@ U_CONTROL_CHAR
Cc.
Definition:uchar.h:868
U_OTHER_LETTER
@ U_OTHER_LETTER
Lo.
Definition:uchar.h:848
U_NON_SPACING_MARK
@ U_NON_SPACING_MARK
Mn.
Definition:uchar.h:850
U_START_PUNCTUATION
@ U_START_PUNCTUATION
Ps.
Definition:uchar.h:878
U_CONNECTOR_PUNCTUATION
@ U_CONNECTOR_PUNCTUATION
Pc.
Definition:uchar.h:882
U_END_PUNCTUATION
@ U_END_PUNCTUATION
Pe.
Definition:uchar.h:880
U_OTHER_NUMBER
@ U_OTHER_NUMBER
No.
Definition:uchar.h:860
U_LINE_SEPARATOR
@ U_LINE_SEPARATOR
Zl.
Definition:uchar.h:864
U_DASH_PUNCTUATION
@ U_DASH_PUNCTUATION
Pd.
Definition:uchar.h:876
U_MATH_SYMBOL
@ U_MATH_SYMBOL
Sm.
Definition:uchar.h:886
U_CHAR_CATEGORY_COUNT
@ U_CHAR_CATEGORY_COUNT
One higher than the last enum UCharCategory constant.
Definition:uchar.h:904
U_DECIMAL_DIGIT_NUMBER
@ U_DECIMAL_DIGIT_NUMBER
Nd.
Definition:uchar.h:856
U_LOWERCASE_LETTER
@ U_LOWERCASE_LETTER
Ll.
Definition:uchar.h:842
U_FINAL_PUNCTUATION
@ U_FINAL_PUNCTUATION
Pf.
Definition:uchar.h:896
U_LETTER_NUMBER
@ U_LETTER_NUMBER
Nl.
Definition:uchar.h:858
U_SURROGATE
@ U_SURROGATE
Cs.
Definition:uchar.h:874
u_isWhitespace
U_CAPI UBool u_isWhitespace(UChar32 c)
Determines if the specified code point is a whitespace character according to Java/ICU.
UVerticalOrientation
UVerticalOrientation
Vertical Orientation constants.
Definition:uchar.h:2792
U_VO_UPRIGHT
@ U_VO_UPRIGHT
Definition:uchar.h:2806
U_VO_TRANSFORMED_UPRIGHT
@ U_VO_TRANSFORMED_UPRIGHT
Definition:uchar.h:2804
U_VO_ROTATED
@ U_VO_ROTATED
Definition:uchar.h:2800
U_VO_TRANSFORMED_ROTATED
@ U_VO_TRANSFORMED_ROTATED
Definition:uchar.h:2802
u_isdefined
U_CAPI UBool u_isdefined(UChar32 c)
Determines whether the specified code point is "defined", which usually means that it is assigned a c...
UJoiningGroup
UJoiningGroup
Joining Group constants.
Definition:uchar.h:2189
U_JG_FE
@ U_JG_FE
Definition:uchar.h:2248
U_JG_BURUSHASKI_YEH_BARREE
@ U_JG_BURUSHASKI_YEH_BARREE
Definition:uchar.h:2251
U_JG_MANICHAEAN_KAPH
@ U_JG_MANICHAEAN_KAPH
Definition:uchar.h:2264
U_JG_THIN_YEH
@ U_JG_THIN_YEH
Definition:uchar.h:2302
U_JG_MANICHAEAN_SAMEKH
@ U_JG_MANICHAEAN_SAMEKH
Definition:uchar.h:2273
U_JG_MANICHAEAN_ZAYIN
@ U_JG_MANICHAEAN_ZAYIN
Definition:uchar.h:2281
U_JG_MALAYALAM_TTA
@ U_JG_MALAYALAM_TTA
Definition:uchar.h:2297
U_JG_MANICHAEAN_AYIN
@ U_JG_MANICHAEAN_AYIN
Definition:uchar.h:2256
U_JG_MANICHAEAN_ALEPH
@ U_JG_MANICHAEAN_ALEPH
Definition:uchar.h:2255
U_JG_FARSI_YEH
@ U_JG_FARSI_YEH
Definition:uchar.h:2252
U_JG_MANICHAEAN_DALETH
@ U_JG_MANICHAEAN_DALETH
Definition:uchar.h:2258
U_JG_MANICHAEAN_FIVE
@ U_JG_MANICHAEAN_FIVE
Definition:uchar.h:2260
U_JG_MANICHAEAN_SADHE
@ U_JG_MANICHAEAN_SADHE
Definition:uchar.h:2272
U_JG_MANICHAEAN_TAW
@ U_JG_MANICHAEAN_TAW
Definition:uchar.h:2274
U_JG_MALAYALAM_LLLA
@ U_JG_MALAYALAM_LLLA
Definition:uchar.h:2290
U_JG_MALAYALAM_NNNA
@ U_JG_MALAYALAM_NNNA
Definition:uchar.h:2293
U_JG_MANICHAEAN_ONE
@ U_JG_MANICHAEAN_ONE
Definition:uchar.h:2268
U_JG_MALAYALAM_LLA
@ U_JG_MALAYALAM_LLA
Definition:uchar.h:2289
U_JG_VERTICAL_TAIL
@ U_JG_VERTICAL_TAIL
Definition:uchar.h:2303
U_JG_AFRICAN_FEH
@ U_JG_AFRICAN_FEH
Definition:uchar.h:2283
U_JG_HANIFI_ROHINGYA_PA
@ U_JG_HANIFI_ROHINGYA_PA
Definition:uchar.h:2300
U_JG_MALAYALAM_BHA
@ U_JG_MALAYALAM_BHA
Definition:uchar.h:2287
U_JG_MANICHAEAN_TWENTY
@ U_JG_MANICHAEAN_TWENTY
Definition:uchar.h:2278
U_JG_MANICHAEAN_THAMEDH
@ U_JG_MANICHAEAN_THAMEDH
Definition:uchar.h:2277
U_JG_MANICHAEAN_PE
@ U_JG_MANICHAEAN_PE
Definition:uchar.h:2269
U_JG_ZHAIN
@ U_JG_ZHAIN
Definition:uchar.h:2250
U_JG_MANICHAEAN_TETH
@ U_JG_MANICHAEAN_TETH
Definition:uchar.h:2276
U_JG_MANICHAEAN_BETH
@ U_JG_MANICHAEAN_BETH
Definition:uchar.h:2257
U_JG_THIN_NOON
@ U_JG_THIN_NOON
Definition:uchar.h:2307
U_JG_COUNT
@ U_JG_COUNT
One more than the highest normal UJoiningGroup value.
Definition:uchar.h:2316
U_JG_MANICHAEAN_TEN
@ U_JG_MANICHAEAN_TEN
Definition:uchar.h:2275
U_JG_MANICHAEAN_GIMEL
@ U_JG_MANICHAEAN_GIMEL
Definition:uchar.h:2261
U_JG_TEH_MARBUTA_GOAL
@ U_JG_TEH_MARBUTA_GOAL
Definition:uchar.h:2210
U_JG_AFRICAN_NOON
@ U_JG_AFRICAN_NOON
Definition:uchar.h:2284
U_JG_MALAYALAM_NGA
@ U_JG_MALAYALAM_NGA
Definition:uchar.h:2291
U_JG_MANICHAEAN_MEM
@ U_JG_MANICHAEAN_MEM
Definition:uchar.h:2266
U_JG_KHAPH
@ U_JG_KHAPH
Definition:uchar.h:2249
U_JG_MALAYALAM_RA
@ U_JG_MALAYALAM_RA
Definition:uchar.h:2295
U_JG_MALAYALAM_NNA
@ U_JG_MALAYALAM_NNA
Definition:uchar.h:2292
U_JG_MALAYALAM_JA
@ U_JG_MALAYALAM_JA
Definition:uchar.h:2288
U_JG_MALAYALAM_NYA
@ U_JG_MALAYALAM_NYA
Definition:uchar.h:2294
U_JG_MALAYALAM_SSA
@ U_JG_MALAYALAM_SSA
Definition:uchar.h:2296
U_JG_MANICHAEAN_WAW
@ U_JG_MANICHAEAN_WAW
Definition:uchar.h:2279
U_JG_AFRICAN_QAF
@ U_JG_AFRICAN_QAF
Definition:uchar.h:2285
U_JG_MANICHAEAN_DHAMEDH
@ U_JG_MANICHAEAN_DHAMEDH
Definition:uchar.h:2259
U_JG_STRAIGHT_WAW
@ U_JG_STRAIGHT_WAW
Definition:uchar.h:2282
U_JG_ROHINGYA_YEH
@ U_JG_ROHINGYA_YEH
Definition:uchar.h:2254
U_JG_MANICHAEAN_HETH
@ U_JG_MANICHAEAN_HETH
Definition:uchar.h:2262
U_JG_MANICHAEAN_LAMEDH
@ U_JG_MANICHAEAN_LAMEDH
Definition:uchar.h:2265
U_JG_MANICHAEAN_HUNDRED
@ U_JG_MANICHAEAN_HUNDRED
Definition:uchar.h:2263
U_JG_KASHMIRI_YEH
@ U_JG_KASHMIRI_YEH
Definition:uchar.h:2305
U_JG_HANIFI_ROHINGYA_KINNA_YA
@ U_JG_HANIFI_ROHINGYA_KINNA_YA
Definition:uchar.h:2299
U_JG_MANICHAEAN_NUN
@ U_JG_MANICHAEAN_NUN
Definition:uchar.h:2267
U_JG_NYA
@ U_JG_NYA
Definition:uchar.h:2253
U_JG_MANICHAEAN_YODH
@ U_JG_MANICHAEAN_YODH
Definition:uchar.h:2280
U_JG_MANICHAEAN_RESH
@ U_JG_MANICHAEAN_RESH
Definition:uchar.h:2271
U_JG_MANICHAEAN_QOPH
@ U_JG_MANICHAEAN_QOPH
Definition:uchar.h:2270
UHangulSyllableType
UHangulSyllableType
Hangul Syllable Type constants.
Definition:uchar.h:2603
U_HST_COUNT
@ U_HST_COUNT
One more than the highest normal UHangulSyllableType value.
Definition:uchar.h:2623
u_getBidiPairedBracket
U_CAPI UChar32 u_getBidiPairedBracket(UChar32 c)
Maps the specified character to its paired bracket character.
u_isIDStart
U_CAPI UBool u_isIDStart(UChar32 c)
Determines if the specified character is permissible as the first character in an identifier accordin...
u_getPropertyName
U_CAPI const char * u_getPropertyName(UProperty property, UPropertyNameChoice nameChoice)
Return the Unicode name for a given property, as given in the Unicode database file PropertyAliases....
USentenceBreak
USentenceBreak
Sentence Break constants.
Definition:uchar.h:2441
U_SB_COUNT
@ U_SB_COUNT
One more than the highest normal USentenceBreak value.
Definition:uchar.h:2470
u_getPropertyValueEnum
U_CAPI int32_t u_getPropertyValueEnum(UProperty property, const char *alias)
Return the property value integer for a given value name, as specified in the Unicode database file P...
UCharEnumTypeRange
UBool UCharEnumTypeRange(const void *context, UChar32 start, UChar32 limit, UCharCategory type)
Callback from u_enumCharTypes(), is called for each contiguous range of code points c (where start<=c...
Definition:uchar.h:3681
UEastAsianWidth
UEastAsianWidth
East Asian Width constants.
Definition:uchar.h:2027
U_EA_COUNT
@ U_EA_COUNT
One more than the highest normal UEastAsianWidth value.
Definition:uchar.h:2047
u_totitle
U_CAPI UChar32 u_totitle(UChar32 c)
The given character is mapped to its titlecase equivalent according to UnicodeData....
u_isULowercase
U_CAPI UBool u_isULowercase(UChar32 c)
Check if a code point has the Lowercase Unicode property.
u_isJavaIDPart
U_CAPI UBool u_isJavaIDPart(UChar32 c)
Determines if the specified character is permissible in a Java identifier.
u_charDirection
U_CAPI UCharDirection u_charDirection(UChar32 c)
Returns the bidirectional category value for the code point, which is used in the Unicode bidirection...
u_istitle
U_CAPI UBool u_istitle(UChar32 c)
Determines whether the specified code point is a titlecase letter.
u_iscntrl
U_CAPI UBool u_iscntrl(UChar32 c)
Determines whether the specified code point is a control character (as defined by this function).
u_getPropertyValueName
U_CAPI const char * u_getPropertyValueName(UProperty property, int32_t value, UPropertyNameChoice nameChoice)
Return the Unicode name for a given property value, as given in the Unicode database file PropertyVal...
UGraphemeClusterBreak
UGraphemeClusterBreak
Grapheme Cluster Break constants.
Definition:uchar.h:2326
U_GCB_SPACING_MARK
@ U_GCB_SPACING_MARK
Definition:uchar.h:2344
U_GCB_E_BASE
@ U_GCB_E_BASE
Definition:uchar.h:2350
U_GCB_REGIONAL_INDICATOR
@ U_GCB_REGIONAL_INDICATOR
Definition:uchar.h:2348
U_GCB_GLUE_AFTER_ZWJ
@ U_GCB_GLUE_AFTER_ZWJ
Definition:uchar.h:2356
U_GCB_ZWJ
@ U_GCB_ZWJ
Definition:uchar.h:2358
U_GCB_PREPEND
@ U_GCB_PREPEND
Definition:uchar.h:2346
U_GCB_COUNT
@ U_GCB_COUNT
One more than the highest normal UGraphemeClusterBreak value.
Definition:uchar.h:2367
U_GCB_E_MODIFIER
@ U_GCB_E_MODIFIER
Definition:uchar.h:2354
U_GCB_E_BASE_GAZ
@ U_GCB_E_BASE_GAZ
Definition:uchar.h:2352
u_getBinaryPropertySet
U_CAPI const USet * u_getBinaryPropertySet(UProperty property, UErrorCode *pErrorCode)
Returns a frozen USet for a binary property.
u_getCombiningClass
U_CAPI uint8_t u_getCombiningClass(UChar32 c)
Returns the combining class of the code point as specified in UnicodeData.txt.
u_enumCharTypes
U_CAPI void u_enumCharTypes(UCharEnumTypeRange *enumRange, const void *context)
Enumerate efficiently all code points with their Unicode general categories.
u_isxdigit
U_CAPI UBool u_isxdigit(UChar32 c)
Determines whether the specified code point is a hexadecimal digit.
u_enumCharNames
U_CAPI void u_enumCharNames(UChar32 start, UChar32 limit, UEnumCharNamesFn *fn, void *context, UCharNameChoice nameChoice, UErrorCode *pErrorCode)
Enumerate all assigned Unicode characters between the start and limit code points (start inclusive,...
u_charMirror
U_CAPI UChar32 u_charMirror(UChar32 c)
Maps the specified character to a "mirror-image" character.
u_isJavaSpaceChar
U_CAPI UBool u_isJavaSpaceChar(UChar32 c)
Determine if the specified code point is a space character according to Java.
u_isIDPart
U_CAPI UBool u_isIDPart(UChar32 c)
Determines if the specified character is permissible as a non-initial character of an identifier acco...
u_foldCase
U_CAPI UChar32 u_foldCase(UChar32 c, uint32_t options)
The given character is mapped to its case folding equivalent according to UnicodeData....
u_isgraph
U_CAPI UBool u_isgraph(UChar32 c)
Determines whether the specified code point is a "graphic" character (printable, excluding spaces).
u_charDigitValue
U_CAPI int32_t u_charDigitValue(UChar32 c)
Returns the decimal digit value of a decimal digit character.
u_isIDIgnorable
U_CAPI UBool u_isIDIgnorable(UChar32 c)
Determines if the specified character should be regarded as an ignorable character in an identifier,...
u_getIDTypes
U_CAPI int32_t u_getIDTypes(UChar32 c, UIdentifierType *types, int32_t capacity, UErrorCode *pErrorCode)
Writes code point c's Identifier_Type as a list of UIdentifierType values to the output types array a...
u_ispunct
U_CAPI UBool u_ispunct(UChar32 c)
Determines whether the specified code point is a punctuation character.
UNumericType
UNumericType
Numeric Type constants.
Definition:uchar.h:2575
U_NT_COUNT
@ U_NT_COUNT
One more than the highest normal UNumericType value.
Definition:uchar.h:2593
UIndicConjunctBreak
UIndicConjunctBreak
Indic Conjunct Break constants.
Definition:uchar.h:2769
U_INCB_LINKER
@ U_INCB_LINKER
Definition:uchar.h:2783
U_INCB_EXTEND
@ U_INCB_EXTEND
Definition:uchar.h:2781
U_INCB_NONE
@ U_INCB_NONE
Definition:uchar.h:2777
U_INCB_CONSONANT
@ U_INCB_CONSONANT
Definition:uchar.h:2779
UDecompositionType
UDecompositionType
Decomposition Type constants.
Definition:uchar.h:2117
U_DT_COUNT
@ U_DT_COUNT
One more than the highest normal UDecompositionType value.
Definition:uchar.h:2149
u_stringHasBinaryProperty
U_CAPI UBool u_stringHasBinaryProperty(const UChar *s, int32_t length, UProperty which)
Returns true if the property is true for the string.
u_digit
U_CAPI int32_t u_digit(UChar32 ch, int8_t radix)
Returns the decimal digit value of the code point in the specified radix.
UProperty
UProperty
Selection constants for Unicode properties.
Definition:uchar.h:196
UCHAR_GRAPHEME_CLUSTER_BREAK
@ UCHAR_GRAPHEME_CLUSTER_BREAK
Enumerated property Grapheme_Cluster_Break (new in Unicode 4.1).
Definition:uchar.h:638
UCHAR_BIDI_PAIRED_BRACKET
@ UCHAR_BIDI_PAIRED_BRACKET
String property Bidi_Paired_Bracket (new in Unicode 6.3).
Definition:uchar.h:778
UCHAR_ALPHABETIC
@ UCHAR_ALPHABETIC
Binary property Alphabetic.
Definition:uchar.h:210
UCHAR_POSIX_GRAPH
@ UCHAR_POSIX_GRAPH
Binary property graph (a C/POSIX character class).
Definition:uchar.h:408
UCHAR_RGI_EMOJI_TAG_SEQUENCE
@ UCHAR_RGI_EMOJI_TAG_SEQUENCE
Binary property of strings RGI_Emoji_Tag_Sequence.
Definition:uchar.h:521
UCHAR_RGI_EMOJI
@ UCHAR_RGI_EMOJI
Binary property of strings RGI_Emoji.
Definition:uchar.h:535
UCHAR_BLOCK
@ UCHAR_BLOCK
Enumerated property Block.
Definition:uchar.h:576
UCHAR_INVALID_CODE
@ UCHAR_INVALID_CODE
Represents a nonexistent or invalid property or property value.
Definition:uchar.h:818
UCHAR_SEGMENT_STARTER
@ UCHAR_SEGMENT_STARTER
Binary Property Segment_Starter.
Definition:uchar.h:383
UCHAR_PREPENDED_CONCATENATION_MARK
@ UCHAR_PREPENDED_CONCATENATION_MARK
Binary property Prepended_Concatenation_Mark.
Definition:uchar.h:479
UCHAR_REGIONAL_INDICATOR
@ UCHAR_REGIONAL_INDICATOR
Binary property Regional_Indicator.
Definition:uchar.h:474
UCHAR_OTHER_PROPERTY_START
@ UCHAR_OTHER_PROPERTY_START
First constant for Unicode properties with unusual value types.
Definition:uchar.h:794
UCHAR_S_TERM
@ UCHAR_S_TERM
Binary property STerm (new in Unicode 4.0.1).
Definition:uchar.h:338
UCHAR_WHITE_SPACE
@ UCHAR_WHITE_SPACE
Binary property White_Space.
Definition:uchar.h:322
UCHAR_CANONICAL_COMBINING_CLASS
@ UCHAR_CANONICAL_COMBINING_CLASS
Enumerated property Canonical_Combining_Class.
Definition:uchar.h:579
UCHAR_SOFT_DOTTED
@ UCHAR_SOFT_DOTTED
Binary property Soft_Dotted (new in Unicode 3.2).
Definition:uchar.h:307
UCHAR_GRAPHEME_LINK
@ UCHAR_GRAPHEME_LINK
Binary property Grapheme_Link (new in Unicode 3.2).
Definition:uchar.h:254
UCHAR_PATTERN_SYNTAX
@ UCHAR_PATTERN_SYNTAX
Binary property Pattern_Syntax (new in Unicode 4.1).
Definition:uchar.h:388
UCHAR_GRAPHEME_EXTEND
@ UCHAR_GRAPHEME_EXTEND
Binary property Grapheme_Extend (new in Unicode 3.2).
Definition:uchar.h:251
UCHAR_CASED
@ UCHAR_CASED
Binary property Cased.
Definition:uchar.h:420
UCHAR_XID_START
@ UCHAR_XID_START
Binary property XID_Start.
Definition:uchar.h:329
UCHAR_RGI_EMOJI_ZWJ_SEQUENCE
@ UCHAR_RGI_EMOJI_ZWJ_SEQUENCE
Binary property of strings RGI_Emoji_ZWJ_Sequence.
Definition:uchar.h:528
UCHAR_VERTICAL_ORIENTATION
@ UCHAR_VERTICAL_ORIENTATION
Enumerated property Vertical_Orientation.
Definition:uchar.h:675
UCHAR_NFKC_INERT
@ UCHAR_NFKC_INERT
Binary property NFKC_Inert.
Definition:uchar.h:372
UCHAR_INT_LIMIT
@ UCHAR_INT_LIMIT
One more than the last constant for enumerated/integer Unicode properties.
Definition:uchar.h:694
UCHAR_RGI_EMOJI_FLAG_SEQUENCE
@ UCHAR_RGI_EMOJI_FLAG_SEQUENCE
Binary property of strings RGI_Emoji_Flag_Sequence.
Definition:uchar.h:514
UCHAR_OTHER_PROPERTY_LIMIT
@ UCHAR_OTHER_PROPERTY_LIMIT
One more than the last constant for Unicode properties with unusual value types.
Definition:uchar.h:814
UCHAR_PATTERN_WHITE_SPACE
@ UCHAR_PATTERN_WHITE_SPACE
Binary property Pattern_White_Space (new in Unicode 4.1).
Definition:uchar.h:393
UCHAR_VARIATION_SELECTOR
@ UCHAR_VARIATION_SELECTOR
Binary property Variation_Selector (new in Unicode 4.0.1).
Definition:uchar.h:344
UCHAR_NUMERIC_VALUE
@ UCHAR_NUMERIC_VALUE
Double property Numeric_Value.
Definition:uchar.h:718
UCHAR_DOUBLE_START
@ UCHAR_DOUBLE_START
First constant for double Unicode properties.
Definition:uchar.h:720
UCHAR_HEX_DIGIT
@ UCHAR_HEX_DIGIT
Binary property Hex_Digit.
Definition:uchar.h:257
UCHAR_SIMPLE_TITLECASE_MAPPING
@ UCHAR_SIMPLE_TITLECASE_MAPPING
String property Simple_Titlecase_Mapping.
Definition:uchar.h:759
UCHAR_TRAIL_CANONICAL_COMBINING_CLASS
@ UCHAR_TRAIL_CANONICAL_COMBINING_CLASS
Enumerated property Trail_Canonical_Combining_Class.
Definition:uchar.h:633
UCHAR_DIACRITIC
@ UCHAR_DIACRITIC
Binary property Diacritic.
Definition:uchar.h:235
UCHAR_XID_CONTINUE
@ UCHAR_XID_CONTINUE
Binary property XID_Continue.
Definition:uchar.h:326
UCHAR_NFKC_QUICK_CHECK
@ UCHAR_NFKC_QUICK_CHECK
Enumerated property NFKC_Quick_Check.
Definition:uchar.h:619
UCHAR_INDIC_CONJUNCT_BREAK
@ UCHAR_INDIC_CONJUNCT_BREAK
Enumerated property Indic_Conjunct_Break.
Definition:uchar.h:688
UCHAR_HYPHEN
@ UCHAR_HYPHEN
Binary property Hyphen.
Definition:uchar.h:260
UCHAR_RADICAL
@ UCHAR_RADICAL
Binary property Radical (new in Unicode 3.2).
Definition:uchar.h:302
UCHAR_BIDI_PAIRED_BRACKET_TYPE
@ UCHAR_BIDI_PAIRED_BRACKET_TYPE
Enumerated property Bidi_Paired_Bracket_Type (new in Unicode 6.3).
Definition:uchar.h:653
UCHAR_ID_COMPAT_MATH_CONTINUE
@ UCHAR_ID_COMPAT_MATH_CONTINUE
Binary property ID_Compat_Math_Continue.
Definition:uchar.h:554
UCHAR_DASH
@ UCHAR_DASH
Binary property Dash.
Definition:uchar.h:225
UCHAR_ASCII_HEX_DIGIT
@ UCHAR_ASCII_HEX_DIGIT
Binary property ASCII_Hex_Digit.
Definition:uchar.h:214
UCHAR_ID_CONTINUE
@ UCHAR_ID_CONTINUE
Binary property ID_Continue.
Definition:uchar.h:265
UCHAR_NFKD_INERT
@ UCHAR_NFKD_INERT
Binary property NFKD_Inert.
Definition:uchar.h:358
UCHAR_BIDI_MIRRORING_GLYPH
@ UCHAR_BIDI_MIRRORING_GLYPH
String property Bidi_Mirroring_Glyph.
Definition:uchar.h:736
UCHAR_LEAD_CANONICAL_COMBINING_CLASS
@ UCHAR_LEAD_CANONICAL_COMBINING_CLASS
Enumerated property Lead_Canonical_Combining_Class.
Definition:uchar.h:626
UCHAR_UNICODE_1_NAME
@ UCHAR_UNICODE_1_NAME
String property Unicode_1_Name.
Definition:uchar.h:771
UCHAR_BIDI_MIRRORED
@ UCHAR_BIDI_MIRRORED
Binary property Bidi_Mirrored.
Definition:uchar.h:223
UCHAR_CASE_IGNORABLE
@ UCHAR_CASE_IGNORABLE
Binary property Case_Ignorable.
Definition:uchar.h:422
UCHAR_EAST_ASIAN_WIDTH
@ UCHAR_EAST_ASIAN_WIDTH
Enumerated property East_Asian_Width.
Definition:uchar.h:586
UCHAR_STRING_LIMIT
@ UCHAR_STRING_LIMIT
One more than the last constant for string Unicode properties.
Definition:uchar.h:784
UCHAR_IDENTIFIER_TYPE
@ UCHAR_IDENTIFIER_TYPE
Miscellaneous property Identifier_Type.
Definition:uchar.h:808
UCHAR_EMOJI_PRESENTATION
@ UCHAR_EMOJI_PRESENTATION
Binary property Emoji_Presentation.
Definition:uchar.h:448
UCHAR_GRAPHEME_BASE
@ UCHAR_GRAPHEME_BASE
Binary property Grapheme_Base (new in Unicode 3.2).
Definition:uchar.h:247
UCHAR_NFKD_QUICK_CHECK
@ UCHAR_NFKD_QUICK_CHECK
Enumerated property NFKD_Quick_Check.
Definition:uchar.h:613
UCHAR_NAME
@ UCHAR_NAME
String property Name.
Definition:uchar.h:750
UCHAR_UPPERCASE
@ UCHAR_UPPERCASE
Binary property Uppercase.
Definition:uchar.h:318
UCHAR_CASE_FOLDING
@ UCHAR_CASE_FOLDING
String property Case_Folding.
Definition:uchar.h:739
UCHAR_INDIC_SYLLABIC_CATEGORY
@ UCHAR_INDIC_SYLLABIC_CATEGORY
Enumerated property Indic_Syllabic_Category.
Definition:uchar.h:668
UCHAR_MATH
@ UCHAR_MATH
Binary property Math.
Definition:uchar.h:292
UCHAR_NUMERIC_TYPE
@ UCHAR_NUMERIC_TYPE
Enumerated property Numeric_Type.
Definition:uchar.h:601
UCHAR_RGI_EMOJI_MODIFIER_SEQUENCE
@ UCHAR_RGI_EMOJI_MODIFIER_SEQUENCE
Binary property of strings RGI_Emoji_Modifier_Sequence.
Definition:uchar.h:507
UCHAR_ISO_COMMENT
@ UCHAR_ISO_COMMENT
Deprecated string property ISO_Comment.
Definition:uchar.h:743
UCHAR_SCRIPT
@ UCHAR_SCRIPT
Enumerated property Script.
Definition:uchar.h:604
UCHAR_CHANGES_WHEN_TITLECASED
@ UCHAR_CHANGES_WHEN_TITLECASED
Binary property Changes_When_Titlecased.
Definition:uchar.h:428
UCHAR_EXTENDED_PICTOGRAPHIC
@ UCHAR_EXTENDED_PICTOGRAPHIC
Binary property Extended_Pictographic.
Definition:uchar.h:486
UCHAR_DEPRECATED
@ UCHAR_DEPRECATED
Binary property Deprecated (new in Unicode 3.2).
Definition:uchar.h:232
UCHAR_MODIFIER_COMBINING_MARK
@ UCHAR_MODIFIER_COMBINING_MARK
Binary property Modifier_Combining_Mark.
Definition:uchar.h:560
UCHAR_CHANGES_WHEN_UPPERCASED
@ UCHAR_CHANGES_WHEN_UPPERCASED
Binary property Changes_When_Uppercased.
Definition:uchar.h:426
UCHAR_CHANGES_WHEN_CASEFOLDED
@ UCHAR_CHANGES_WHEN_CASEFOLDED
Binary property Changes_When_Casefolded.
Definition:uchar.h:430
UCHAR_INDIC_POSITIONAL_CATEGORY
@ UCHAR_INDIC_POSITIONAL_CATEGORY
Enumerated property Indic_Positional_Category.
Definition:uchar.h:661
UCHAR_DEFAULT_IGNORABLE_CODE_POINT
@ UCHAR_DEFAULT_IGNORABLE_CODE_POINT
Binary property Default_Ignorable_Code_Point (new in Unicode 3.2).
Definition:uchar.h:229
UCHAR_GENERAL_CATEGORY
@ UCHAR_GENERAL_CATEGORY
Enumerated property General_Category.
Definition:uchar.h:589
UCHAR_INT_START
@ UCHAR_INT_START
First constant for enumerated/integer Unicode properties.
Definition:uchar.h:573
UCHAR_EMOJI_MODIFIER
@ UCHAR_EMOJI_MODIFIER
Binary property Emoji_Modifier.
Definition:uchar.h:455
UCHAR_NFD_QUICK_CHECK
@ UCHAR_NFD_QUICK_CHECK
Enumerated property NFD_Quick_Check.
Definition:uchar.h:610
UCHAR_IDS_BINARY_OPERATOR
@ UCHAR_IDS_BINARY_OPERATOR
Binary property IDS_Binary_Operator (new in Unicode 3.2).
Definition:uchar.h:276
UCHAR_BINARY_START
@ UCHAR_BINARY_START
First constant for binary Unicode properties.
Definition:uchar.h:212
UCHAR_IDS_UNARY_OPERATOR
@ UCHAR_IDS_UNARY_OPERATOR
Binary property IDS_Unary_Operator.
Definition:uchar.h:542
UCHAR_TERMINAL_PUNCTUATION
@ UCHAR_TERMINAL_PUNCTUATION
Binary property Terminal_Punctuation.
Definition:uchar.h:311
UCHAR_GENERAL_CATEGORY_MASK
@ UCHAR_GENERAL_CATEGORY_MASK
Bitmask property General_Category_Mask.
Definition:uchar.h:705
UCHAR_MASK_START
@ UCHAR_MASK_START
First constant for bit-mask Unicode properties.
Definition:uchar.h:707
UCHAR_DECOMPOSITION_TYPE
@ UCHAR_DECOMPOSITION_TYPE
Enumerated property Decomposition_Type.
Definition:uchar.h:582
UCHAR_TITLECASE_MAPPING
@ UCHAR_TITLECASE_MAPPING
String property Titlecase_Mapping.
Definition:uchar.h:765
UCHAR_HANGUL_SYLLABLE_TYPE
@ UCHAR_HANGUL_SYLLABLE_TYPE
Enumerated property Hangul_Syllable_Type, new in Unicode 4.
Definition:uchar.h:607
UCHAR_LINE_BREAK
@ UCHAR_LINE_BREAK
Enumerated property Line_Break.
Definition:uchar.h:598
UCHAR_SIMPLE_UPPERCASE_MAPPING
@ UCHAR_SIMPLE_UPPERCASE_MAPPING
String property Simple_Uppercase_Mapping.
Definition:uchar.h:762
UCHAR_POSIX_ALNUM
@ UCHAR_POSIX_ALNUM
Binary property alnum (a C/POSIX character class).
Definition:uchar.h:398
UCHAR_JOINING_TYPE
@ UCHAR_JOINING_TYPE
Enumerated property Joining_Type.
Definition:uchar.h:595
UCHAR_EMOJI_KEYCAP_SEQUENCE
@ UCHAR_EMOJI_KEYCAP_SEQUENCE
Binary property of strings Emoji_Keycap_Sequence.
Definition:uchar.h:500
UCHAR_QUOTATION_MARK
@ UCHAR_QUOTATION_MARK
Binary property Quotation_Mark.
Definition:uchar.h:298
UCHAR_NFC_INERT
@ UCHAR_NFC_INERT
Binary property NFC_Inert.
Definition:uchar.h:365
UCHAR_LOWERCASE_MAPPING
@ UCHAR_LOWERCASE_MAPPING
String property Lowercase_Mapping.
Definition:uchar.h:747
UCHAR_SIMPLE_CASE_FOLDING
@ UCHAR_SIMPLE_CASE_FOLDING
String property Simple_Case_Folding.
Definition:uchar.h:753
UCHAR_JOIN_CONTROL
@ UCHAR_JOIN_CONTROL
Binary property Join_Control.
Definition:uchar.h:283
UCHAR_NONCHARACTER_CODE_POINT
@ UCHAR_NONCHARACTER_CODE_POINT
Binary property Noncharacter_Code_Point.
Definition:uchar.h:296
UCHAR_BIDI_CONTROL
@ UCHAR_BIDI_CONTROL
Binary property Bidi_Control.
Definition:uchar.h:218
UCHAR_CHANGES_WHEN_LOWERCASED
@ UCHAR_CHANGES_WHEN_LOWERCASED
Binary property Changes_When_Lowercased.
Definition:uchar.h:424
UCHAR_BINARY_LIMIT
@ UCHAR_BINARY_LIMIT
One more than the last constant for binary Unicode properties.
Definition:uchar.h:566
UCHAR_IDS_TRINARY_OPERATOR
@ UCHAR_IDS_TRINARY_OPERATOR
Binary property IDS_Trinary_Operator (new in Unicode 3.2).
Definition:uchar.h:280
UCHAR_ID_START
@ UCHAR_ID_START
Binary property ID_Start.
Definition:uchar.h:269
UCHAR_AGE
@ UCHAR_AGE
String property Age.
Definition:uchar.h:731
UCHAR_WORD_BREAK
@ UCHAR_WORD_BREAK
Enumerated property Word_Break (new in Unicode 4.1).
Definition:uchar.h:648
UCHAR_DOUBLE_LIMIT
@ UCHAR_DOUBLE_LIMIT
One more than the last constant for double Unicode properties.
Definition:uchar.h:726
UCHAR_EMOJI_MODIFIER_BASE
@ UCHAR_EMOJI_MODIFIER_BASE
Binary property Emoji_Modifier_Base.
Definition:uchar.h:462
UCHAR_EMOJI_COMPONENT
@ UCHAR_EMOJI_COMPONENT
Binary property Emoji_Component.
Definition:uchar.h:469
UCHAR_POSIX_BLANK
@ UCHAR_POSIX_BLANK
Binary property blank (a C/POSIX character class).
Definition:uchar.h:403
UCHAR_SIMPLE_LOWERCASE_MAPPING
@ UCHAR_SIMPLE_LOWERCASE_MAPPING
String property Simple_Lowercase_Mapping.
Definition:uchar.h:756
UCHAR_NFD_INERT
@ UCHAR_NFD_INERT
Binary property NFD_Inert.
Definition:uchar.h:351
UCHAR_POSIX_PRINT
@ UCHAR_POSIX_PRINT
Binary property print (a C/POSIX character class).
Definition:uchar.h:413
UCHAR_SENTENCE_BREAK
@ UCHAR_SENTENCE_BREAK
Enumerated property Sentence_Break (new in Unicode 4.1).
Definition:uchar.h:643
UCHAR_IDEOGRAPHIC
@ UCHAR_IDEOGRAPHIC
Binary property Ideographic.
Definition:uchar.h:272
UCHAR_ID_COMPAT_MATH_START
@ UCHAR_ID_COMPAT_MATH_START
Binary property ID_Compat_Math_Start.
Definition:uchar.h:548
UCHAR_UNIFIED_IDEOGRAPH
@ UCHAR_UNIFIED_IDEOGRAPH
Binary property Unified_Ideograph (new in Unicode 3.2).
Definition:uchar.h:315
UCHAR_CHANGES_WHEN_NFKC_CASEFOLDED
@ UCHAR_CHANGES_WHEN_NFKC_CASEFOLDED
Binary property Changes_When_NFKC_Casefolded.
Definition:uchar.h:434
UCHAR_NFC_QUICK_CHECK
@ UCHAR_NFC_QUICK_CHECK
Enumerated property NFC_Quick_Check.
Definition:uchar.h:616
UCHAR_CASE_SENSITIVE
@ UCHAR_CASE_SENSITIVE
Binary property Case_Sensitive.
Definition:uchar.h:333
UCHAR_UPPERCASE_MAPPING
@ UCHAR_UPPERCASE_MAPPING
String property Uppercase_Mapping.
Definition:uchar.h:775
UCHAR_BIDI_CLASS
@ UCHAR_BIDI_CLASS
Enumerated property Bidi_Class.
Definition:uchar.h:571
UCHAR_BASIC_EMOJI
@ UCHAR_BASIC_EMOJI
Binary property of strings Basic_Emoji.
Definition:uchar.h:493
UCHAR_MASK_LIMIT
@ UCHAR_MASK_LIMIT
One more than the last constant for bit-mask Unicode properties.
Definition:uchar.h:713
UCHAR_IDENTIFIER_STATUS
@ UCHAR_IDENTIFIER_STATUS
Enumerated property Identifier_Status.
Definition:uchar.h:682
UCHAR_JOINING_GROUP
@ UCHAR_JOINING_GROUP
Enumerated property Joining_Group.
Definition:uchar.h:592
UCHAR_LOGICAL_ORDER_EXCEPTION
@ UCHAR_LOGICAL_ORDER_EXCEPTION
Binary property Logical_Order_Exception (new in Unicode 3.2).
Definition:uchar.h:287
UCHAR_EXTENDER
@ UCHAR_EXTENDER
Binary property Extender.
Definition:uchar.h:239
UCHAR_STRING_START
@ UCHAR_STRING_START
First constant for string Unicode properties.
Definition:uchar.h:733
UCHAR_SCRIPT_EXTENSIONS
@ UCHAR_SCRIPT_EXTENSIONS
Miscellaneous property Script_Extensions (new in Unicode 6.0).
Definition:uchar.h:792
UCHAR_FULL_COMPOSITION_EXCLUSION
@ UCHAR_FULL_COMPOSITION_EXCLUSION
Binary property Full_Composition_Exclusion.
Definition:uchar.h:243
UCHAR_EMOJI
@ UCHAR_EMOJI
Binary property Emoji.
Definition:uchar.h:441
UCHAR_LOWERCASE
@ UCHAR_LOWERCASE
Binary property Lowercase.
Definition:uchar.h:290
UCHAR_CHANGES_WHEN_CASEMAPPED
@ UCHAR_CHANGES_WHEN_CASEMAPPED
Binary property Changes_When_Casemapped.
Definition:uchar.h:432
UCHAR_POSIX_XDIGIT
@ UCHAR_POSIX_XDIGIT
Binary property xdigit (a C/POSIX character class).
Definition:uchar.h:418
u_getIntPropertyMinValue
U_CAPI int32_t u_getIntPropertyMinValue(UProperty which)
Get the minimum value for an enumerated/integer/binary Unicode property.
u_isalnum
U_CAPI UBool u_isalnum(UChar32 c)
Determines whether the specified code point is an alphanumeric character (letter or digit) according ...
u_isalpha
U_CAPI UBool u_isalpha(UChar32 c)
Determines whether the specified code point is a letter character.
u_tolower
U_CAPI UChar32 u_tolower(UChar32 c)
The given character is mapped to its lowercase equivalent according to UnicodeData....
u_getFC_NFKC_Closure
U_CAPI int32_t u_getFC_NFKC_Closure(UChar32 c, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode)
Get the FC_NFKC_Closure property string for a character.
UIndicSyllabicCategory
UIndicSyllabicCategory
Indic Syllabic Category constants.
Definition:uchar.h:2680
U_INSC_VISARGA
@ U_INSC_VISARGA
Definition:uchar.h:2752
U_INSC_BINDU
@ U_INSC_BINDU
Definition:uchar.h:2692
U_INSC_INVISIBLE_STACKER
@ U_INSC_INVISIBLE_STACKER
Definition:uchar.h:2726
U_INSC_SYLLABLE_MODIFIER
@ U_INSC_SYLLABLE_MODIFIER
Definition:uchar.h:2744
U_INSC_VIRAMA
@ U_INSC_VIRAMA
Definition:uchar.h:2750
U_INSC_MODIFYING_LETTER
@ U_INSC_MODIFYING_LETTER
Definition:uchar.h:2730
U_INSC_REORDERING_KILLER
@ U_INSC_REORDERING_KILLER
Definition:uchar.h:2760
U_INSC_REGISTER_SHIFTER
@ U_INSC_REGISTER_SHIFTER
Definition:uchar.h:2742
U_INSC_NUKTA
@ U_INSC_NUKTA
Definition:uchar.h:2734
U_INSC_NON_JOINER
@ U_INSC_NON_JOINER
Definition:uchar.h:2732
U_INSC_TONE_MARK
@ U_INSC_TONE_MARK
Definition:uchar.h:2748
U_INSC_GEMINATION_MARK
@ U_INSC_GEMINATION_MARK
Definition:uchar.h:2724
U_INSC_CONSONANT_KILLER
@ U_INSC_CONSONANT_KILLER
Definition:uchar.h:2708
U_INSC_CONSONANT_HEAD_LETTER
@ U_INSC_CONSONANT_HEAD_LETTER
Definition:uchar.h:2704
U_INSC_BRAHMI_JOINING_NUMBER
@ U_INSC_BRAHMI_JOINING_NUMBER
Definition:uchar.h:2694
U_INSC_CONSONANT_DEAD
@ U_INSC_CONSONANT_DEAD
Definition:uchar.h:2700
U_INSC_OTHER
@ U_INSC_OTHER
Definition:uchar.h:2688
U_INSC_NUMBER
@ U_INSC_NUMBER
Definition:uchar.h:2736
U_INSC_TONE_LETTER
@ U_INSC_TONE_LETTER
Definition:uchar.h:2746
U_INSC_JOINER
@ U_INSC_JOINER
Definition:uchar.h:2728
U_INSC_CANTILLATION_MARK
@ U_INSC_CANTILLATION_MARK
Definition:uchar.h:2696
U_INSC_PURE_KILLER
@ U_INSC_PURE_KILLER
Definition:uchar.h:2740
U_INSC_VOWEL_INDEPENDENT
@ U_INSC_VOWEL_INDEPENDENT
Definition:uchar.h:2758
U_INSC_CONSONANT_MEDIAL
@ U_INSC_CONSONANT_MEDIAL
Definition:uchar.h:2710
U_INSC_CONSONANT_WITH_STACKER
@ U_INSC_CONSONANT_WITH_STACKER
Definition:uchar.h:2722
U_INSC_CONSONANT_PREFIXED
@ U_INSC_CONSONANT_PREFIXED
Definition:uchar.h:2716
U_INSC_CONSONANT
@ U_INSC_CONSONANT
Definition:uchar.h:2698
U_INSC_CONSONANT_SUCCEEDING_REPHA
@ U_INSC_CONSONANT_SUCCEEDING_REPHA
Definition:uchar.h:2720
U_INSC_CONSONANT_PLACEHOLDER
@ U_INSC_CONSONANT_PLACEHOLDER
Definition:uchar.h:2712
U_INSC_VOWEL
@ U_INSC_VOWEL
Definition:uchar.h:2754
U_INSC_NUMBER_JOINER
@ U_INSC_NUMBER_JOINER
Definition:uchar.h:2738
U_INSC_CONSONANT_PRECEDING_REPHA
@ U_INSC_CONSONANT_PRECEDING_REPHA
Definition:uchar.h:2714
U_INSC_CONSONANT_SUBJOINED
@ U_INSC_CONSONANT_SUBJOINED
Definition:uchar.h:2718
U_INSC_VOWEL_DEPENDENT
@ U_INSC_VOWEL_DEPENDENT
Definition:uchar.h:2756
U_INSC_CONSONANT_INITIAL_POSTFIXED
@ U_INSC_CONSONANT_INITIAL_POSTFIXED
Definition:uchar.h:2706
U_INSC_AVAGRAHA
@ U_INSC_AVAGRAHA
Definition:uchar.h:2690
U_INSC_CONSONANT_FINAL
@ U_INSC_CONSONANT_FINAL
Definition:uchar.h:2702
UWordBreakValues
UWordBreakValues
Word Break constants.
Definition:uchar.h:2378
U_WB_E_MODIFIER
@ U_WB_E_MODIFIER
Definition:uchar.h:2416
U_WB_E_BASE_GAZ
@ U_WB_E_BASE_GAZ
Definition:uchar.h:2414
U_WB_REGIONAL_INDICATOR
@ U_WB_REGIONAL_INDICATOR
Definition:uchar.h:2404
U_WB_DOUBLE_QUOTE
@ U_WB_DOUBLE_QUOTE
Definition:uchar.h:2410
U_WB_LF
@ U_WB_LF
Definition:uchar.h:2398
U_WB_HEBREW_LETTER
@ U_WB_HEBREW_LETTER
Definition:uchar.h:2406
U_WB_WSEGSPACE
@ U_WB_WSEGSPACE
Definition:uchar.h:2422
U_WB_COUNT
@ U_WB_COUNT
One more than the highest normal UWordBreakValues value.
Definition:uchar.h:2431
U_WB_GLUE_AFTER_ZWJ
@ U_WB_GLUE_AFTER_ZWJ
Definition:uchar.h:2418
U_WB_NEWLINE
@ U_WB_NEWLINE
Definition:uchar.h:2402
U_WB_SINGLE_QUOTE
@ U_WB_SINGLE_QUOTE
Definition:uchar.h:2408
U_WB_CR
@ U_WB_CR
Definition:uchar.h:2394
U_WB_E_BASE
@ U_WB_E_BASE
Definition:uchar.h:2412
U_WB_ZWJ
@ U_WB_ZWJ
Definition:uchar.h:2420
U_WB_EXTEND
@ U_WB_EXTEND
Definition:uchar.h:2396
U_WB_MIDNUMLET
@ U_WB_MIDNUMLET
Definition:uchar.h:2400
u_isJavaIDStart
U_CAPI UBool u_isJavaIDStart(UChar32 c)
Determines if the specified character is permissible as the first character in a Java identifier.
UBidiPairedBracketType
UBidiPairedBracketType
Bidi Paired Bracket Type constants.
Definition:uchar.h:1094
U_BPT_CLOSE
@ U_BPT_CLOSE
Close paired bracket.
Definition:uchar.h:1106
U_BPT_COUNT
@ U_BPT_COUNT
One more than the highest normal UBidiPairedBracketType value.
Definition:uchar.h:1114
U_BPT_NONE
@ U_BPT_NONE
Not a paired bracket.
Definition:uchar.h:1102
U_BPT_OPEN
@ U_BPT_OPEN
Open paired bracket.
Definition:uchar.h:1104
ucpmap.h
C API: This file defines an abstract map from Unicode code points to integer values.
UCPMap
struct UCPMap UCPMap
Abstract map from Unicode code points (U+0000..U+10FFFF) to integer values.
Definition:ucpmap.h:30
UChar32
int32_t UChar32
Define UChar32 as a type for single Unicode code points.
Definition:umachine.h:449
U_DEPRECATED
#define U_DEPRECATED
This is used to declare a function as a deprecated public ICU C API
Definition:umachine.h:116
U_CDECL_END
#define U_CDECL_END
This is used to end a declaration of a library private ICU C API.
Definition:umachine.h:86
UBool
int8_t UBool
The ICU boolean type, a signed-byte integer.
Definition:umachine.h:269
U_CAPI
#define U_CAPI
This is used to declare a function as a public ICU C API.
Definition:umachine.h:110
UChar
char16_t UChar
The base type for UTF-16 code units and pointers.
Definition:umachine.h:400
U_CDECL_BEGIN
#define U_CDECL_BEGIN
This is used to begin a declaration of a library private ICU C API.
Definition:umachine.h:85
USet
struct USet USet
USet is the C API type corresponding to C++ class UnicodeSet.
Definition:uset.h:54
utypes.h
Basic definitions for ICU, for both C and C++ APIs.
UErrorCode
UErrorCode
Standard ICU4C error code type, a substitute for exceptions.
Definition:utypes.h:509
UVersionInfo
uint8_t UVersionInfo[U_MAX_VERSION_LENGTH]
The binary form of a version on ICU APIs is an array of 4 uint8_t.
Definition:uversion.h:59

Generated by doxygen 1.9.1
[8]ページ先頭

©2009-2025 Movatter.jp