|
IntlCharIntroductionIntlChar provides access to a number of utility methods that can be used to access information about Unicode characters. The methods and constants adhere closely to the names and behavior used by the underlying ICU library. Class synopsis
IntlChar
/* Constants */
public
const
string
IntlChar::UNICODE_VERSION;
public
const
int
IntlChar::CODEPOINT_MIN;
public
const
int
IntlChar::CODEPOINT_MAX;
public
const
float
IntlChar::NO_NUMERIC_VALUE;
public
const
int
IntlChar::PROPERTY_ALPHABETIC;
public
const
int
IntlChar::PROPERTY_BINARY_START;
public
const
int
IntlChar::PROPERTY_ASCII_HEX_DIGIT;
public
const
int
IntlChar::PROPERTY_BIDI_CONTROL;
public
const
int
IntlChar::PROPERTY_BIDI_MIRRORED;
public
const
int
IntlChar::PROPERTY_DASH;
public
const
int
IntlChar::PROPERTY_DEFAULT_IGNORABLE_CODE_POINT;
public
const
int
IntlChar::PROPERTY_DEPRECATED;
public
const
int
IntlChar::PROPERTY_DIACRITIC;
public
const
int
IntlChar::PROPERTY_EXTENDER;
public
const
int
IntlChar::PROPERTY_FULL_COMPOSITION_EXCLUSION;
public
const
int
IntlChar::PROPERTY_GRAPHEME_BASE;
public
const
int
IntlChar::PROPERTY_GRAPHEME_EXTEND;
public
const
int
IntlChar::PROPERTY_GRAPHEME_LINK;
public
const
int
IntlChar::PROPERTY_HEX_DIGIT;
public
const
int
IntlChar::PROPERTY_HYPHEN;
public
const
int
IntlChar::PROPERTY_ID_CONTINUE;
public
const
int
IntlChar::PROPERTY_ID_START;
public
const
int
IntlChar::PROPERTY_IDEOGRAPHIC;
public
const
int
IntlChar::PROPERTY_IDS_BINARY_OPERATOR;
public
const
int
IntlChar::PROPERTY_IDS_TRINARY_OPERATOR;
public
const
int
IntlChar::PROPERTY_JOIN_CONTROL;
public
const
int
IntlChar::PROPERTY_LOGICAL_ORDER_EXCEPTION;
public
const
int
IntlChar::PROPERTY_LOWERCASE;
public
const
int
IntlChar::PROPERTY_MATH;
public
const
int
IntlChar::PROPERTY_NONCHARACTER_CODE_POINT;
public
const
int
IntlChar::PROPERTY_QUOTATION_MARK;
public
const
int
IntlChar::PROPERTY_RADICAL;
public
const
int
IntlChar::PROPERTY_SOFT_DOTTED;
public
const
int
IntlChar::PROPERTY_TERMINAL_PUNCTUATION;
public
const
int
IntlChar::PROPERTY_UNIFIED_IDEOGRAPH;
public
const
int
IntlChar::PROPERTY_UPPERCASE;
public
const
int
IntlChar::PROPERTY_WHITE_SPACE;
public
const
int
IntlChar::PROPERTY_XID_CONTINUE;
public
const
int
IntlChar::PROPERTY_XID_START;
public
const
int
IntlChar::PROPERTY_CASE_SENSITIVE;
public
const
int
IntlChar::PROPERTY_S_TERM;
public
const
int
IntlChar::PROPERTY_VARIATION_SELECTOR;
public
const
int
IntlChar::PROPERTY_NFD_INERT;
public
const
int
IntlChar::PROPERTY_NFKD_INERT;
public
const
int
IntlChar::PROPERTY_NFC_INERT;
public
const
int
IntlChar::PROPERTY_NFKC_INERT;
public
const
int
IntlChar::PROPERTY_SEGMENT_STARTER;
public
const
int
IntlChar::PROPERTY_PATTERN_SYNTAX;
public
const
int
IntlChar::PROPERTY_PATTERN_WHITE_SPACE;
public
const
int
IntlChar::PROPERTY_POSIX_ALNUM;
public
const
int
IntlChar::PROPERTY_POSIX_BLANK;
public
const
int
IntlChar::PROPERTY_POSIX_GRAPH;
public
const
int
IntlChar::PROPERTY_POSIX_PRINT;
public
const
int
IntlChar::PROPERTY_POSIX_XDIGIT;
public
const
int
IntlChar::PROPERTY_CASED;
public
const
int
IntlChar::PROPERTY_CASE_IGNORABLE;
public
const
int
IntlChar::PROPERTY_CHANGES_WHEN_LOWERCASED;
public
const
int
IntlChar::PROPERTY_CHANGES_WHEN_UPPERCASED;
public
const
int
IntlChar::PROPERTY_CHANGES_WHEN_TITLECASED;
public
const
int
IntlChar::PROPERTY_CHANGES_WHEN_CASEFOLDED;
public
const
int
IntlChar::PROPERTY_CHANGES_WHEN_CASEMAPPED;
public
const
int
IntlChar::PROPERTY_CHANGES_WHEN_NFKC_CASEFOLDED;
public
const
int
IntlChar::PROPERTY_BINARY_LIMIT;
public
const
int
IntlChar::PROPERTY_BIDI_CLASS;
public
const
int
IntlChar::PROPERTY_INT_START;
public
const
int
IntlChar::PROPERTY_BLOCK;
public
const
int
IntlChar::PROPERTY_CANONICAL_COMBINING_CLASS;
public
const
int
IntlChar::PROPERTY_DECOMPOSITION_TYPE;
public
const
int
IntlChar::PROPERTY_EAST_ASIAN_WIDTH;
public
const
int
IntlChar::PROPERTY_GENERAL_CATEGORY;
public
const
int
IntlChar::PROPERTY_JOINING_GROUP;
public
const
int
IntlChar::PROPERTY_JOINING_TYPE;
public
const
int
IntlChar::PROPERTY_LINE_BREAK;
public
const
int
IntlChar::PROPERTY_NUMERIC_TYPE;
public
const
int
IntlChar::PROPERTY_SCRIPT;
public
const
int
IntlChar::PROPERTY_HANGUL_SYLLABLE_TYPE;
public
const
int
IntlChar::PROPERTY_NFD_QUICK_CHECK;
public
const
int
IntlChar::PROPERTY_NFKD_QUICK_CHECK;
public
const
int
IntlChar::PROPERTY_NFC_QUICK_CHECK;
public
const
int
IntlChar::PROPERTY_NFKC_QUICK_CHECK;
public
const
int
IntlChar::PROPERTY_LEAD_CANONICAL_COMBINING_CLASS;
public
const
int
IntlChar::PROPERTY_TRAIL_CANONICAL_COMBINING_CLASS;
public
const
int
IntlChar::PROPERTY_GRAPHEME_CLUSTER_BREAK;
public
const
int
IntlChar::PROPERTY_SENTENCE_BREAK;
public
const
int
IntlChar::PROPERTY_WORD_BREAK;
public
const
int
IntlChar::PROPERTY_BIDI_PAIRED_BRACKET_TYPE;
public
const
int
IntlChar::PROPERTY_INT_LIMIT;
public
const
int
IntlChar::PROPERTY_GENERAL_CATEGORY_MASK;
public
const
int
IntlChar::PROPERTY_MASK_START;
public
const
int
IntlChar::PROPERTY_MASK_LIMIT;
public
const
int
IntlChar::PROPERTY_NUMERIC_VALUE;
public
const
int
IntlChar::PROPERTY_DOUBLE_START;
public
const
int
IntlChar::PROPERTY_DOUBLE_LIMIT;
public
const
int
IntlChar::PROPERTY_AGE;
public
const
int
IntlChar::PROPERTY_STRING_START;
public
const
int
IntlChar::PROPERTY_BIDI_MIRRORING_GLYPH;
public
const
int
IntlChar::PROPERTY_CASE_FOLDING;
public
const
int
IntlChar::PROPERTY_ISO_COMMENT;
public
const
int
IntlChar::PROPERTY_LOWERCASE_MAPPING;
public
const
int
IntlChar::PROPERTY_NAME;
public
const
int
IntlChar::PROPERTY_SIMPLE_CASE_FOLDING;
public
const
int
IntlChar::PROPERTY_SIMPLE_LOWERCASE_MAPPING;
public
const
int
IntlChar::PROPERTY_SIMPLE_TITLECASE_MAPPING;
public
const
int
IntlChar::PROPERTY_SIMPLE_UPPERCASE_MAPPING;
public
const
int
IntlChar::PROPERTY_TITLECASE_MAPPING;
public
const
int
IntlChar::PROPERTY_UNICODE_1_NAME;
public
const
int
IntlChar::PROPERTY_UPPERCASE_MAPPING;
public
const
int
IntlChar::PROPERTY_BIDI_PAIRED_BRACKET;
public
const
int
IntlChar::PROPERTY_STRING_LIMIT;
public
const
int
IntlChar::PROPERTY_SCRIPT_EXTENSIONS;
public
const
int
IntlChar::PROPERTY_OTHER_PROPERTY_START;
public
const
int
IntlChar::PROPERTY_OTHER_PROPERTY_LIMIT;
public
const
int
IntlChar::PROPERTY_INVALID_CODE;
public
const
int
IntlChar::CHAR_CATEGORY_UNASSIGNED;
public
const
int
IntlChar::CHAR_CATEGORY_GENERAL_OTHER_TYPES;
public
const
int
IntlChar::CHAR_CATEGORY_UPPERCASE_LETTER;
public
const
int
IntlChar::CHAR_CATEGORY_LOWERCASE_LETTER;
public
const
int
IntlChar::CHAR_CATEGORY_TITLECASE_LETTER;
public
const
int
IntlChar::CHAR_CATEGORY_MODIFIER_LETTER;
public
const
int
IntlChar::CHAR_CATEGORY_OTHER_LETTER;
public
const
int
IntlChar::CHAR_CATEGORY_NON_SPACING_MARK;
public
const
int
IntlChar::CHAR_CATEGORY_ENCLOSING_MARK;
public
const
int
IntlChar::CHAR_CATEGORY_COMBINING_SPACING_MARK;
public
const
int
IntlChar::CHAR_CATEGORY_DECIMAL_DIGIT_NUMBER;
public
const
int
IntlChar::CHAR_CATEGORY_LETTER_NUMBER;
public
const
int
IntlChar::CHAR_CATEGORY_OTHER_NUMBER;
public
const
int
IntlChar::CHAR_CATEGORY_SPACE_SEPARATOR;
public
const
int
IntlChar::CHAR_CATEGORY_LINE_SEPARATOR;
public
const
int
IntlChar::CHAR_CATEGORY_PARAGRAPH_SEPARATOR;
public
const
int
IntlChar::CHAR_CATEGORY_CONTROL_CHAR;
public
const
int
IntlChar::CHAR_CATEGORY_FORMAT_CHAR;
public
const
int
IntlChar::CHAR_CATEGORY_PRIVATE_USE_CHAR;
public
const
int
IntlChar::CHAR_CATEGORY_SURROGATE;
public
const
int
IntlChar::CHAR_CATEGORY_DASH_PUNCTUATION;
public
const
int
IntlChar::CHAR_CATEGORY_START_PUNCTUATION;
public
const
int
IntlChar::CHAR_CATEGORY_END_PUNCTUATION;
public
const
int
IntlChar::CHAR_CATEGORY_CONNECTOR_PUNCTUATION;
public
const
int
IntlChar::CHAR_CATEGORY_OTHER_PUNCTUATION;
public
const
int
IntlChar::CHAR_CATEGORY_MATH_SYMBOL;
public
const
int
IntlChar::CHAR_CATEGORY_CURRENCY_SYMBOL;
public
const
int
IntlChar::CHAR_CATEGORY_MODIFIER_SYMBOL;
public
const
int
IntlChar::CHAR_CATEGORY_OTHER_SYMBOL;
public
const
int
IntlChar::CHAR_CATEGORY_INITIAL_PUNCTUATION;
public
const
int
IntlChar::CHAR_CATEGORY_FINAL_PUNCTUATION;
public
const
int
IntlChar::CHAR_CATEGORY_CHAR_CATEGORY_COUNT;
public
const
int
IntlChar::CHAR_DIRECTION_LEFT_TO_RIGHT;
public
const
int
IntlChar::CHAR_DIRECTION_RIGHT_TO_LEFT;
public
const
int
IntlChar::CHAR_DIRECTION_EUROPEAN_NUMBER;
public
const
int
IntlChar::CHAR_DIRECTION_EUROPEAN_NUMBER_SEPARATOR;
public
const
int
IntlChar::CHAR_DIRECTION_EUROPEAN_NUMBER_TERMINATOR;
public
const
int
IntlChar::CHAR_DIRECTION_ARABIC_NUMBER;
public
const
int
IntlChar::CHAR_DIRECTION_COMMON_NUMBER_SEPARATOR;
public
const
int
IntlChar::CHAR_DIRECTION_BLOCK_SEPARATOR;
public
const
int
IntlChar::CHAR_DIRECTION_SEGMENT_SEPARATOR;
public
const
int
IntlChar::CHAR_DIRECTION_WHITE_SPACE_NEUTRAL;
public
const
int
IntlChar::CHAR_DIRECTION_OTHER_NEUTRAL;
public
const
int
IntlChar::CHAR_DIRECTION_LEFT_TO_RIGHT_EMBEDDING;
public
const
int
IntlChar::CHAR_DIRECTION_LEFT_TO_RIGHT_OVERRIDE;
public
const
int
IntlChar::CHAR_DIRECTION_RIGHT_TO_LEFT_ARABIC;
public
const
int
IntlChar::CHAR_DIRECTION_RIGHT_TO_LEFT_EMBEDDING;
public
const
int
IntlChar::CHAR_DIRECTION_RIGHT_TO_LEFT_OVERRIDE;
public
const
int
IntlChar::CHAR_DIRECTION_POP_DIRECTIONAL_FORMAT;
public
const
int
IntlChar::CHAR_DIRECTION_DIR_NON_SPACING_MARK;
public
const
int
IntlChar::CHAR_DIRECTION_BOUNDARY_NEUTRAL;
public
const
int
IntlChar::CHAR_DIRECTION_FIRST_STRONG_ISOLATE;
public
const
int
IntlChar::CHAR_DIRECTION_LEFT_TO_RIGHT_ISOLATE;
public
const
int
IntlChar::CHAR_DIRECTION_RIGHT_TO_LEFT_ISOLATE;
public
const
int
IntlChar::CHAR_DIRECTION_POP_DIRECTIONAL_ISOLATE;
public
const
int
IntlChar::CHAR_DIRECTION_CHAR_DIRECTION_COUNT;
public
const
int
IntlChar::BLOCK_CODE_NO_BLOCK;
public
const
int
IntlChar::BLOCK_CODE_BASIC_LATIN;
public
const
int
IntlChar::BLOCK_CODE_LATIN_1_SUPPLEMENT;
public
const
int
IntlChar::BLOCK_CODE_LATIN_EXTENDED_A;
public
const
int
IntlChar::BLOCK_CODE_LATIN_EXTENDED_B;
public
const
int
IntlChar::BLOCK_CODE_IPA_EXTENSIONS;
public
const
int
IntlChar::BLOCK_CODE_SPACING_MODIFIER_LETTERS;
public
const
int
IntlChar::BLOCK_CODE_COMBINING_DIACRITICAL_MARKS;
public
const
int
IntlChar::BLOCK_CODE_GREEK;
public
const
int
IntlChar::BLOCK_CODE_CYRILLIC;
public
const
int
IntlChar::BLOCK_CODE_ARMENIAN;
public
const
int
IntlChar::BLOCK_CODE_HEBREW;
public
const
int
IntlChar::BLOCK_CODE_ARABIC;
public
const
int
IntlChar::BLOCK_CODE_SYRIAC;
public
const
int
IntlChar::BLOCK_CODE_THAANA;
public
const
int
IntlChar::BLOCK_CODE_DEVANAGARI;
public
const
int
IntlChar::BLOCK_CODE_BENGALI;
public
const
int
IntlChar::BLOCK_CODE_GURMUKHI;
public
const
int
IntlChar::BLOCK_CODE_GUJARATI;
public
const
int
IntlChar::BLOCK_CODE_ORIYA;
public
const
int
IntlChar::BLOCK_CODE_TAMIL;
public
const
int
IntlChar::BLOCK_CODE_TELUGU;
public
const
int
IntlChar::BLOCK_CODE_KANNADA;
public
const
int
IntlChar::BLOCK_CODE_MALAYALAM;
public
const
int
IntlChar::BLOCK_CODE_SINHALA;
public
const
int
IntlChar::BLOCK_CODE_THAI;
public
const
int
IntlChar::BLOCK_CODE_LAO;
public
const
int
IntlChar::BLOCK_CODE_TIBETAN;
public
const
int
IntlChar::BLOCK_CODE_MYANMAR;
public
const
int
IntlChar::BLOCK_CODE_GEORGIAN;
public
const
int
IntlChar::BLOCK_CODE_HANGUL_JAMO;
public
const
int
IntlChar::BLOCK_CODE_ETHIOPIC;
public
const
int
IntlChar::BLOCK_CODE_CHEROKEE;
public
const
int
IntlChar::BLOCK_CODE_UNIFIED_CANADIAN_ABORIGINAL_SYLLABICS;
public
const
int
IntlChar::BLOCK_CODE_OGHAM;
public
const
int
IntlChar::BLOCK_CODE_RUNIC;
public
const
int
IntlChar::BLOCK_CODE_KHMER;
public
const
int
IntlChar::BLOCK_CODE_MONGOLIAN;
public
const
int
IntlChar::BLOCK_CODE_LATIN_EXTENDED_ADDITIONAL;
public
const
int
IntlChar::BLOCK_CODE_GREEK_EXTENDED;
public
const
int
IntlChar::BLOCK_CODE_GENERAL_PUNCTUATION;
public
const
int
IntlChar::BLOCK_CODE_SUPERSCRIPTS_AND_SUBSCRIPTS;
public
const
int
IntlChar::BLOCK_CODE_CURRENCY_SYMBOLS;
public
const
int
IntlChar::BLOCK_CODE_COMBINING_MARKS_FOR_SYMBOLS;
public
const
int
IntlChar::BLOCK_CODE_LETTERLIKE_SYMBOLS;
public
const
int
IntlChar::BLOCK_CODE_NUMBER_FORMS;
public
const
int
IntlChar::BLOCK_CODE_ARROWS;
public
const
int
IntlChar::BLOCK_CODE_MATHEMATICAL_OPERATORS;
public
const
int
IntlChar::BLOCK_CODE_MISCELLANEOUS_TECHNICAL;
public
const
int
IntlChar::BLOCK_CODE_CONTROL_PICTURES;
public
const
int
IntlChar::BLOCK_CODE_OPTICAL_CHARACTER_RECOGNITION;
public
const
int
IntlChar::BLOCK_CODE_ENCLOSED_ALPHANUMERICS;
public
const
int
IntlChar::BLOCK_CODE_BOX_DRAWING;
public
const
int
IntlChar::BLOCK_CODE_BLOCK_ELEMENTS;
public
const
int
IntlChar::BLOCK_CODE_GEOMETRIC_SHAPES;
public
const
int
IntlChar::BLOCK_CODE_MISCELLANEOUS_SYMBOLS;
public
const
int
IntlChar::BLOCK_CODE_DINGBATS;
public
const
int
IntlChar::BLOCK_CODE_BRAILLE_PATTERNS;
public
const
int
IntlChar::BLOCK_CODE_CJK_RADICALS_SUPPLEMENT;
public
const
int
IntlChar::BLOCK_CODE_KANGXI_RADICALS;
public
const
int
IntlChar::BLOCK_CODE_IDEOGRAPHIC_DESCRIPTION_CHARACTERS;
public
const
int
IntlChar::BLOCK_CODE_CJK_SYMBOLS_AND_PUNCTUATION;
public
const
int
IntlChar::BLOCK_CODE_HIRAGANA;
public
const
int
IntlChar::BLOCK_CODE_KATAKANA;
public
const
int
IntlChar::BLOCK_CODE_BOPOMOFO;
public
const
int
IntlChar::BLOCK_CODE_HANGUL_COMPATIBILITY_JAMO;
public
const
int
IntlChar::BLOCK_CODE_KANBUN;
public
const
int
IntlChar::BLOCK_CODE_BOPOMOFO_EXTENDED;
public
const
int
IntlChar::BLOCK_CODE_ENCLOSED_CJK_LETTERS_AND_MONTHS;
public
const
int
IntlChar::BLOCK_CODE_CJK_COMPATIBILITY;
public
const
int
IntlChar::BLOCK_CODE_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_A;
public
const
int
IntlChar::BLOCK_CODE_CJK_UNIFIED_IDEOGRAPHS;
public
const
int
IntlChar::BLOCK_CODE_YI_SYLLABLES;
public
const
int
IntlChar::BLOCK_CODE_YI_RADICALS;
public
const
int
IntlChar::BLOCK_CODE_HANGUL_SYLLABLES;
public
const
int
IntlChar::BLOCK_CODE_HIGH_SURROGATES;
public
const
int
IntlChar::BLOCK_CODE_HIGH_PRIVATE_USE_SURROGATES;
public
const
int
IntlChar::BLOCK_CODE_LOW_SURROGATES;
public
const
int
IntlChar::BLOCK_CODE_PRIVATE_USE_AREA;
public
const
int
IntlChar::BLOCK_CODE_PRIVATE_USE;
public
const
int
IntlChar::BLOCK_CODE_CJK_COMPATIBILITY_IDEOGRAPHS;
public
const
int
IntlChar::BLOCK_CODE_ALPHABETIC_PRESENTATION_FORMS;
public
const
int
IntlChar::BLOCK_CODE_ARABIC_PRESENTATION_FORMS_A;
public
const
int
IntlChar::BLOCK_CODE_COMBINING_HALF_MARKS;
public
const
int
IntlChar::BLOCK_CODE_CJK_COMPATIBILITY_FORMS;
public
const
int
IntlChar::BLOCK_CODE_SMALL_FORM_VARIANTS;
public
const
int
IntlChar::BLOCK_CODE_ARABIC_PRESENTATION_FORMS_B;
public
const
int
IntlChar::BLOCK_CODE_SPECIALS;
public
const
int
IntlChar::BLOCK_CODE_HALFWIDTH_AND_FULLWIDTH_FORMS;
public
const
int
IntlChar::BLOCK_CODE_OLD_ITALIC;
public
const
int
IntlChar::BLOCK_CODE_GOTHIC;
public
const
int
IntlChar::BLOCK_CODE_DESERET;
public
const
int
IntlChar::BLOCK_CODE_BYZANTINE_MUSICAL_SYMBOLS;
public
const
int
IntlChar::BLOCK_CODE_MUSICAL_SYMBOLS;
public
const
int
IntlChar::BLOCK_CODE_MATHEMATICAL_ALPHANUMERIC_SYMBOLS;
public
const
int
IntlChar::BLOCK_CODE_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_B;
public
const
int
IntlChar::BLOCK_CODE_CJK_COMPATIBILITY_IDEOGRAPHS_SUPPLEMENT;
public
const
int
IntlChar::BLOCK_CODE_TAGS;
public
const
int
IntlChar::BLOCK_CODE_CYRILLIC_SUPPLEMENT;
public
const
int
IntlChar::BLOCK_CODE_CYRILLIC_SUPPLEMENTARY;
public
const
int
IntlChar::BLOCK_CODE_TAGALOG;
public
const
int
IntlChar::BLOCK_CODE_HANUNOO;
public
const
int
IntlChar::BLOCK_CODE_BUHID;
public
const
int
IntlChar::BLOCK_CODE_TAGBANWA;
public
const
int
IntlChar::BLOCK_CODE_MISCELLANEOUS_MATHEMATICAL_SYMBOLS_A;
public
const
int
IntlChar::BLOCK_CODE_SUPPLEMENTAL_ARROWS_A;
public
const
int
IntlChar::BLOCK_CODE_SUPPLEMENTAL_ARROWS_B;
public
const
int
IntlChar::BLOCK_CODE_MISCELLANEOUS_MATHEMATICAL_SYMBOLS_B;
public
const
int
IntlChar::BLOCK_CODE_SUPPLEMENTAL_MATHEMATICAL_OPERATORS;
public
const
int
IntlChar::BLOCK_CODE_KATAKANA_PHONETIC_EXTENSIONS;
public
const
int
IntlChar::BLOCK_CODE_VARIATION_SELECTORS;
public
const
int
IntlChar::BLOCK_CODE_SUPPLEMENTARY_PRIVATE_USE_AREA_A;
public
const
int
IntlChar::BLOCK_CODE_SUPPLEMENTARY_PRIVATE_USE_AREA_B;
public
const
int
IntlChar::BLOCK_CODE_LIMBU;
public
const
int
IntlChar::BLOCK_CODE_TAI_LE;
public
const
int
IntlChar::BLOCK_CODE_KHMER_SYMBOLS;
public
const
int
IntlChar::BLOCK_CODE_PHONETIC_EXTENSIONS;
public
const
int
IntlChar::BLOCK_CODE_MISCELLANEOUS_SYMBOLS_AND_ARROWS;
public
const
int
IntlChar::BLOCK_CODE_YIJING_HEXAGRAM_SYMBOLS;
public
const
int
IntlChar::BLOCK_CODE_LINEAR_B_SYLLABARY;
public
const
int
IntlChar::BLOCK_CODE_LINEAR_B_IDEOGRAMS;
public
const
int
IntlChar::BLOCK_CODE_AEGEAN_NUMBERS;
public
const
int
IntlChar::BLOCK_CODE_UGARITIC;
public
const
int
IntlChar::BLOCK_CODE_SHAVIAN;
public
const
int
IntlChar::BLOCK_CODE_OSMANYA;
public
const
int
IntlChar::BLOCK_CODE_CYPRIOT_SYLLABARY;
public
const
int
IntlChar::BLOCK_CODE_TAI_XUAN_JING_SYMBOLS;
public
const
int
IntlChar::BLOCK_CODE_VARIATION_SELECTORS_SUPPLEMENT;
public
const
int
IntlChar::BLOCK_CODE_ANCIENT_GREEK_MUSICAL_NOTATION;
public
const
int
IntlChar::BLOCK_CODE_ANCIENT_GREEK_NUMBERS;
public
const
int
IntlChar::BLOCK_CODE_ARABIC_SUPPLEMENT;
public
const
int
IntlChar::BLOCK_CODE_BUGINESE;
public
const
int
IntlChar::BLOCK_CODE_CJK_STROKES;
public
const
int
IntlChar::BLOCK_CODE_COMBINING_DIACRITICAL_MARKS_SUPPLEMENT;
public
const
int
IntlChar::BLOCK_CODE_COPTIC;
public
const
int
IntlChar::BLOCK_CODE_ETHIOPIC_EXTENDED;
public
const
int
IntlChar::BLOCK_CODE_ETHIOPIC_SUPPLEMENT;
public
const
int
IntlChar::BLOCK_CODE_GEORGIAN_SUPPLEMENT;
public
const
int
IntlChar::BLOCK_CODE_GLAGOLITIC;
public
const
int
IntlChar::BLOCK_CODE_KHAROSHTHI;
public
const
int
IntlChar::BLOCK_CODE_MODIFIER_TONE_LETTERS;
public
const
int
IntlChar::BLOCK_CODE_NEW_TAI_LUE;
public
const
int
IntlChar::BLOCK_CODE_OLD_PERSIAN;
public
const
int
IntlChar::BLOCK_CODE_PHONETIC_EXTENSIONS_SUPPLEMENT;
public
const
int
IntlChar::BLOCK_CODE_SUPPLEMENTAL_PUNCTUATION;
public
const
int
IntlChar::BLOCK_CODE_SYLOTI_NAGRI;
public
const
int
IntlChar::BLOCK_CODE_TIFINAGH;
public
const
int
IntlChar::BLOCK_CODE_VERTICAL_FORMS;
public
const
int
IntlChar::BLOCK_CODE_NKO;
public
const
int
IntlChar::BLOCK_CODE_BALINESE;
public
const
int
IntlChar::BLOCK_CODE_LATIN_EXTENDED_C;
public
const
int
IntlChar::BLOCK_CODE_LATIN_EXTENDED_D;
public
const
int
IntlChar::BLOCK_CODE_PHAGS_PA;
public
const
int
IntlChar::BLOCK_CODE_PHOENICIAN;
public
const
int
IntlChar::BLOCK_CODE_CUNEIFORM;
public
const
int
IntlChar::BLOCK_CODE_CUNEIFORM_NUMBERS_AND_PUNCTUATION;
public
const
int
IntlChar::BLOCK_CODE_COUNTING_ROD_NUMERALS;
public
const
int
IntlChar::BLOCK_CODE_SUNDANESE;
public
const
int
IntlChar::BLOCK_CODE_LEPCHA;
public
const
int
IntlChar::BLOCK_CODE_OL_CHIKI;
public
const
int
IntlChar::BLOCK_CODE_CYRILLIC_EXTENDED_A;
public
const
int
IntlChar::BLOCK_CODE_VAI;
public
const
int
IntlChar::BLOCK_CODE_CYRILLIC_EXTENDED_B;
public
const
int
IntlChar::BLOCK_CODE_SAURASHTRA;
public
const
int
IntlChar::BLOCK_CODE_KAYAH_LI;
public
const
int
IntlChar::BLOCK_CODE_REJANG;
public
const
int
IntlChar::BLOCK_CODE_CHAM;
public
const
int
IntlChar::BLOCK_CODE_ANCIENT_SYMBOLS;
public
const
int
IntlChar::BLOCK_CODE_PHAISTOS_DISC;
public
const
int
IntlChar::BLOCK_CODE_LYCIAN;
public
const
int
IntlChar::BLOCK_CODE_CARIAN;
public
const
int
IntlChar::BLOCK_CODE_LYDIAN;
public
const
int
IntlChar::BLOCK_CODE_MAHJONG_TILES;
public
const
int
IntlChar::BLOCK_CODE_DOMINO_TILES;
public
const
int
IntlChar::BLOCK_CODE_SAMARITAN;
public
const
int
IntlChar::BLOCK_CODE_UNIFIED_CANADIAN_ABORIGINAL_SYLLABICS_EXTENDED;
public
const
int
IntlChar::BLOCK_CODE_TAI_THAM;
public
const
int
IntlChar::BLOCK_CODE_VEDIC_EXTENSIONS;
public
const
int
IntlChar::BLOCK_CODE_LISU;
public
const
int
IntlChar::BLOCK_CODE_BAMUM;
public
const
int
IntlChar::BLOCK_CODE_COMMON_INDIC_NUMBER_FORMS;
public
const
int
IntlChar::BLOCK_CODE_DEVANAGARI_EXTENDED;
public
const
int
IntlChar::BLOCK_CODE_HANGUL_JAMO_EXTENDED_A;
public
const
int
IntlChar::BLOCK_CODE_JAVANESE;
public
const
int
IntlChar::BLOCK_CODE_MYANMAR_EXTENDED_A;
public
const
int
IntlChar::BLOCK_CODE_TAI_VIET;
public
const
int
IntlChar::BLOCK_CODE_MEETEI_MAYEK;
public
const
int
IntlChar::BLOCK_CODE_HANGUL_JAMO_EXTENDED_B;
public
const
int
IntlChar::BLOCK_CODE_IMPERIAL_ARAMAIC;
public
const
int
IntlChar::BLOCK_CODE_OLD_SOUTH_ARABIAN;
public
const
int
IntlChar::BLOCK_CODE_AVESTAN;
public
const
int
IntlChar::BLOCK_CODE_INSCRIPTIONAL_PARTHIAN;
public
const
int
IntlChar::BLOCK_CODE_INSCRIPTIONAL_PAHLAVI;
public
const
int
IntlChar::BLOCK_CODE_OLD_TURKIC;
public
const
int
IntlChar::BLOCK_CODE_RUMI_NUMERAL_SYMBOLS;
public
const
int
IntlChar::BLOCK_CODE_KAITHI;
public
const
int
IntlChar::BLOCK_CODE_EGYPTIAN_HIEROGLYPHS;
public
const
int
IntlChar::BLOCK_CODE_ENCLOSED_ALPHANUMERIC_SUPPLEMENT;
public
const
int
IntlChar::BLOCK_CODE_ENCLOSED_IDEOGRAPHIC_SUPPLEMENT;
public
const
int
IntlChar::BLOCK_CODE_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_C;
public
const
int
IntlChar::BLOCK_CODE_MANDAIC;
public
const
int
IntlChar::BLOCK_CODE_BATAK;
public
const
int
IntlChar::BLOCK_CODE_ETHIOPIC_EXTENDED_A;
public
const
int
IntlChar::BLOCK_CODE_BRAHMI;
public
const
int
IntlChar::BLOCK_CODE_BAMUM_SUPPLEMENT;
public
const
int
IntlChar::BLOCK_CODE_KANA_SUPPLEMENT;
public
const
int
IntlChar::BLOCK_CODE_PLAYING_CARDS;
public
const
int
IntlChar::BLOCK_CODE_MISCELLANEOUS_SYMBOLS_AND_PICTOGRAPHS;
public
const
int
IntlChar::BLOCK_CODE_EMOTICONS;
public
const
int
IntlChar::BLOCK_CODE_TRANSPORT_AND_MAP_SYMBOLS;
public
const
int
IntlChar::BLOCK_CODE_ALCHEMICAL_SYMBOLS;
public
const
int
IntlChar::BLOCK_CODE_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_D;
public
const
int
IntlChar::BLOCK_CODE_ARABIC_EXTENDED_A;
public
const
int
IntlChar::BLOCK_CODE_ARABIC_MATHEMATICAL_ALPHABETIC_SYMBOLS;
public
const
int
IntlChar::BLOCK_CODE_CHAKMA;
public
const
int
IntlChar::BLOCK_CODE_MEETEI_MAYEK_EXTENSIONS;
public
const
int
IntlChar::BLOCK_CODE_MEROITIC_CURSIVE;
public
const
int
IntlChar::BLOCK_CODE_MEROITIC_HIEROGLYPHS;
public
const
int
IntlChar::BLOCK_CODE_MIAO;
public
const
int
IntlChar::BLOCK_CODE_SHARADA;
public
const
int
IntlChar::BLOCK_CODE_SORA_SOMPENG;
public
const
int
IntlChar::BLOCK_CODE_SUNDANESE_SUPPLEMENT;
public
const
int
IntlChar::BLOCK_CODE_TAKRI;
public
const
int
IntlChar::BLOCK_CODE_BASSA_VAH;
public
const
int
IntlChar::BLOCK_CODE_CAUCASIAN_ALBANIAN;
public
const
int
IntlChar::BLOCK_CODE_COPTIC_EPACT_NUMBERS;
public
const
int
IntlChar::BLOCK_CODE_COMBINING_DIACRITICAL_MARKS_EXTENDED;
public
const
int
IntlChar::BLOCK_CODE_DUPLOYAN;
public
const
int
IntlChar::BLOCK_CODE_ELBASAN;
public
const
int
IntlChar::BLOCK_CODE_GEOMETRIC_SHAPES_EXTENDED;
public
const
int
IntlChar::BLOCK_CODE_GRANTHA;
public
const
int
IntlChar::BLOCK_CODE_KHOJKI;
public
const
int
IntlChar::BLOCK_CODE_KHUDAWADI;
public
const
int
IntlChar::BLOCK_CODE_LATIN_EXTENDED_E;
public
const
int
IntlChar::BLOCK_CODE_LINEAR_A;
public
const
int
IntlChar::BLOCK_CODE_MAHAJANI;
public
const
int
IntlChar::BLOCK_CODE_MANICHAEAN;
public
const
int
IntlChar::BLOCK_CODE_MENDE_KIKAKUI;
public
const
int
IntlChar::BLOCK_CODE_MODI;
public
const
int
IntlChar::BLOCK_CODE_MRO;
public
const
int
IntlChar::BLOCK_CODE_MYANMAR_EXTENDED_B;
public
const
int
IntlChar::BLOCK_CODE_NABATAEAN;
public
const
int
IntlChar::BLOCK_CODE_OLD_NORTH_ARABIAN;
public
const
int
IntlChar::BLOCK_CODE_OLD_PERMIC;
public
const
int
IntlChar::BLOCK_CODE_ORNAMENTAL_DINGBATS;
public
const
int
IntlChar::BLOCK_CODE_PAHAWH_HMONG;
public
const
int
IntlChar::BLOCK_CODE_PALMYRENE;
public
const
int
IntlChar::BLOCK_CODE_PAU_CIN_HAU;
public
const
int
IntlChar::BLOCK_CODE_PSALTER_PAHLAVI;
public
const
int
IntlChar::BLOCK_CODE_SHORTHAND_FORMAT_CONTROLS;
public
const
int
IntlChar::BLOCK_CODE_SIDDHAM;
public
const
int
IntlChar::BLOCK_CODE_SINHALA_ARCHAIC_NUMBERS;
public
const
int
IntlChar::BLOCK_CODE_SUPPLEMENTAL_ARROWS_C;
public
const
int
IntlChar::BLOCK_CODE_TIRHUTA;
public
const
int
IntlChar::BLOCK_CODE_WARANG_CITI;
public
const
int
IntlChar::BLOCK_CODE_COUNT;
public
const
int
IntlChar::BLOCK_CODE_INVALID_CODE;
public
const
int
IntlChar::BPT_NONE;
public
const
int
IntlChar::BPT_OPEN;
public
const
int
IntlChar::BPT_CLOSE;
public
const
int
IntlChar::BPT_COUNT;
public
const
int
IntlChar::EA_NEUTRAL;
public
const
int
IntlChar::EA_AMBIGUOUS;
public
const
int
IntlChar::EA_HALFWIDTH;
public
const
int
IntlChar::EA_FULLWIDTH;
public
const
int
IntlChar::EA_NARROW;
public
const
int
IntlChar::EA_WIDE;
public
const
int
IntlChar::EA_COUNT;
public
const
int
IntlChar::UNICODE_CHAR_NAME;
public
const
int
IntlChar::UNICODE_10_CHAR_NAME;
public
const
int
IntlChar::EXTENDED_CHAR_NAME;
public
const
int
IntlChar::CHAR_NAME_ALIAS;
public
const
int
IntlChar::CHAR_NAME_CHOICE_COUNT;
public
const
int
IntlChar::SHORT_PROPERTY_NAME;
public
const
int
IntlChar::LONG_PROPERTY_NAME;
public
const
int
IntlChar::PROPERTY_NAME_CHOICE_COUNT;
public
const
int
IntlChar::DT_NONE;
public
const
int
IntlChar::DT_CANONICAL;
public
const
int
IntlChar::DT_COMPAT;
public
const
int
IntlChar::DT_CIRCLE;
public
const
int
IntlChar::DT_FINAL;
public
const
int
IntlChar::DT_FONT;
public
const
int
IntlChar::DT_FRACTION;
public
const
int
IntlChar::DT_INITIAL;
public
const
int
IntlChar::DT_ISOLATED;
public
const
int
IntlChar::DT_MEDIAL;
public
const
int
IntlChar::DT_NARROW;
public
const
int
IntlChar::DT_NOBREAK;
public
const
int
IntlChar::DT_SMALL;
public
const
int
IntlChar::DT_SQUARE;
public
const
int
IntlChar::DT_SUB;
public
const
int
IntlChar::DT_SUPER;
public
const
int
IntlChar::DT_VERTICAL;
public
const
int
IntlChar::DT_WIDE;
public
const
int
IntlChar::DT_COUNT;
public
const
int
IntlChar::JT_NON_JOINING;
public
const
int
IntlChar::JT_JOIN_CAUSING;
public
const
int
IntlChar::JT_DUAL_JOINING;
public
const
int
IntlChar::JT_LEFT_JOINING;
public
const
int
IntlChar::JT_RIGHT_JOINING;
public
const
int
IntlChar::JT_TRANSPARENT;
public
const
int
IntlChar::JT_COUNT;
public
const
int
IntlChar::JG_NO_JOINING_GROUP;
public
const
int
IntlChar::JG_AIN;
public
const
int
IntlChar::JG_ALAPH;
public
const
int
IntlChar::JG_ALEF;
public
const
int
IntlChar::JG_BEH;
public
const
int
IntlChar::JG_BETH;
public
const
int
IntlChar::JG_DAL;
public
const
int
IntlChar::JG_DALATH_RISH;
public
const
int
IntlChar::JG_E;
public
const
int
IntlChar::JG_FEH;
public
const
int
IntlChar::JG_FINAL_SEMKATH;
public
const
int
IntlChar::JG_GAF;
public
const
int
IntlChar::JG_GAMAL;
public
const
int
IntlChar::JG_HAH;
public
const
int
IntlChar::JG_TEH_MARBUTA_GOAL;
public
const
int
IntlChar::JG_HAMZA_ON_HEH_GOAL;
public
const
int
IntlChar::JG_HE;
public
const
int
IntlChar::JG_HEH;
public
const
int
IntlChar::JG_HEH_GOAL;
public
const
int
IntlChar::JG_HETH;
public
const
int
IntlChar::JG_KAF;
public
const
int
IntlChar::JG_KAPH;
public
const
int
IntlChar::JG_KNOTTED_HEH;
public
const
int
IntlChar::JG_LAM;
public
const
int
IntlChar::JG_LAMADH;
public
const
int
IntlChar::JG_MEEM;
public
const
int
IntlChar::JG_MIM;
public
const
int
IntlChar::JG_NOON;
public
const
int
IntlChar::JG_NUN;
public
const
int
IntlChar::JG_PE;
public
const
int
IntlChar::JG_QAF;
public
const
int
IntlChar::JG_QAPH;
public
const
int
IntlChar::JG_REH;
public
const
int
IntlChar::JG_REVERSED_PE;
public
const
int
IntlChar::JG_SAD;
public
const
int
IntlChar::JG_SADHE;
public
const
int
IntlChar::JG_SEEN;
public
const
int
IntlChar::JG_SEMKATH;
public
const
int
IntlChar::JG_SHIN;
public
const
int
IntlChar::JG_SWASH_KAF;
public
const
int
IntlChar::JG_SYRIAC_WAW;
public
const
int
IntlChar::JG_TAH;
public
const
int
IntlChar::JG_TAW;
public
const
int
IntlChar::JG_TEH_MARBUTA;
public
const
int
IntlChar::JG_TETH;
public
const
int
IntlChar::JG_WAW;
public
const
int
IntlChar::JG_YEH;
public
const
int
IntlChar::JG_YEH_BARREE;
public
const
int
IntlChar::JG_YEH_WITH_TAIL;
public
const
int
IntlChar::JG_YUDH;
public
const
int
IntlChar::JG_YUDH_HE;
public
const
int
IntlChar::JG_ZAIN;
public
const
int
IntlChar::JG_FE;
public
const
int
IntlChar::JG_KHAPH;
public
const
int
IntlChar::JG_ZHAIN;
public
const
int
IntlChar::JG_BURUSHASKI_YEH_BARREE;
public
const
int
IntlChar::JG_FARSI_YEH;
public
const
int
IntlChar::JG_NYA;
public
const
int
IntlChar::JG_ROHINGYA_YEH;
public
const
int
IntlChar::JG_MANICHAEAN_ALEPH;
public
const
int
IntlChar::JG_MANICHAEAN_AYIN;
public
const
int
IntlChar::JG_MANICHAEAN_BETH;
public
const
int
IntlChar::JG_MANICHAEAN_DALETH;
public
const
int
IntlChar::JG_MANICHAEAN_DHAMEDH;
public
const
int
IntlChar::JG_MANICHAEAN_FIVE;
public
const
int
IntlChar::JG_MANICHAEAN_GIMEL;
public
const
int
IntlChar::JG_MANICHAEAN_HETH;
public
const
int
IntlChar::JG_MANICHAEAN_HUNDRED;
public
const
int
IntlChar::JG_MANICHAEAN_KAPH;
public
const
int
IntlChar::JG_MANICHAEAN_LAMEDH;
public
const
int
IntlChar::JG_MANICHAEAN_MEM;
public
const
int
IntlChar::JG_MANICHAEAN_NUN;
public
const
int
IntlChar::JG_MANICHAEAN_ONE;
public
const
int
IntlChar::JG_MANICHAEAN_PE;
public
const
int
IntlChar::JG_MANICHAEAN_QOPH;
public
const
int
IntlChar::JG_MANICHAEAN_RESH;
public
const
int
IntlChar::JG_MANICHAEAN_SADHE;
public
const
int
IntlChar::JG_MANICHAEAN_SAMEKH;
public
const
int
IntlChar::JG_MANICHAEAN_TAW;
public
const
int
IntlChar::JG_MANICHAEAN_TEN;
public
const
int
IntlChar::JG_MANICHAEAN_TETH;
public
const
int
IntlChar::JG_MANICHAEAN_THAMEDH;
public
const
int
IntlChar::JG_MANICHAEAN_TWENTY;
public
const
int
IntlChar::JG_MANICHAEAN_WAW;
public
const
int
IntlChar::JG_MANICHAEAN_YODH;
public
const
int
IntlChar::JG_MANICHAEAN_ZAYIN;
public
const
int
IntlChar::JG_STRAIGHT_WAW;
public
const
int
IntlChar::JG_COUNT;
public
const
int
IntlChar::GCB_OTHER;
public
const
int
IntlChar::GCB_CONTROL;
public
const
int
IntlChar::GCB_CR;
public
const
int
IntlChar::GCB_EXTEND;
public
const
int
IntlChar::GCB_L;
public
const
int
IntlChar::GCB_LF;
public
const
int
IntlChar::GCB_LV;
public
const
int
IntlChar::GCB_LVT;
public
const
int
IntlChar::GCB_T;
public
const
int
IntlChar::GCB_V;
public
const
int
IntlChar::GCB_SPACING_MARK;
public
const
int
IntlChar::GCB_PREPEND;
public
const
int
IntlChar::GCB_REGIONAL_INDICATOR;
public
const
int
IntlChar::GCB_COUNT;
public
const
int
IntlChar::WB_OTHER;
public
const
int
IntlChar::WB_ALETTER;
public
const
int
IntlChar::WB_FORMAT;
public
const
int
IntlChar::WB_KATAKANA;
public
const
int
IntlChar::WB_MIDLETTER;
public
const
int
IntlChar::WB_MIDNUM;
public
const
int
IntlChar::WB_NUMERIC;
public
const
int
IntlChar::WB_EXTENDNUMLET;
public
const
int
IntlChar::WB_CR;
public
const
int
IntlChar::WB_EXTEND;
public
const
int
IntlChar::WB_LF;
public
const
int
IntlChar::WB_MIDNUMLET;
public
const
int
IntlChar::WB_NEWLINE;
public
const
int
IntlChar::WB_REGIONAL_INDICATOR;
public
const
int
IntlChar::WB_HEBREW_LETTER;
public
const
int
IntlChar::WB_SINGLE_QUOTE;
public
const
int
IntlChar::WB_DOUBLE_QUOTE;
public
const
int
IntlChar::WB_COUNT;
public
const
int
IntlChar::SB_OTHER;
public
const
int
IntlChar::SB_ATERM;
public
const
int
IntlChar::SB_CLOSE;
public
const
int
IntlChar::SB_FORMAT;
public
const
int
IntlChar::SB_LOWER;
public
const
int
IntlChar::SB_NUMERIC;
public
const
int
IntlChar::SB_OLETTER;
public
const
int
IntlChar::SB_SEP;
public
const
int
IntlChar::SB_SP;
public
const
int
IntlChar::SB_STERM;
public
const
int
IntlChar::SB_UPPER;
public
const
int
IntlChar::SB_CR;
public
const
int
IntlChar::SB_EXTEND;
public
const
int
IntlChar::SB_LF;
public
const
int
IntlChar::SB_SCONTINUE;
public
const
int
IntlChar::SB_COUNT;
public
const
int
IntlChar::LB_UNKNOWN;
public
const
int
IntlChar::LB_AMBIGUOUS;
public
const
int
IntlChar::LB_ALPHABETIC;
public
const
int
IntlChar::LB_BREAK_BOTH;
public
const
int
IntlChar::LB_BREAK_AFTER;
public
const
int
IntlChar::LB_BREAK_BEFORE;
public
const
int
IntlChar::LB_MANDATORY_BREAK;
public
const
int
IntlChar::LB_CONTINGENT_BREAK;
public
const
int
IntlChar::LB_CLOSE_PUNCTUATION;
public
const
int
IntlChar::LB_COMBINING_MARK;
public
const
int
IntlChar::LB_CARRIAGE_RETURN;
public
const
int
IntlChar::LB_EXCLAMATION;
public
const
int
IntlChar::LB_GLUE;
public
const
int
IntlChar::LB_HYPHEN;
public
const
int
IntlChar::LB_IDEOGRAPHIC;
public
const
int
IntlChar::LB_INSEPARABLE;
public
const
int
IntlChar::LB_INSEPERABLE;
public
const
int
IntlChar::LB_INFIX_NUMERIC;
public
const
int
IntlChar::LB_LINE_FEED;
public
const
int
IntlChar::LB_NONSTARTER;
public
const
int
IntlChar::LB_NUMERIC;
public
const
int
IntlChar::LB_OPEN_PUNCTUATION;
public
const
int
IntlChar::LB_POSTFIX_NUMERIC;
public
const
int
IntlChar::LB_PREFIX_NUMERIC;
public
const
int
IntlChar::LB_QUOTATION;
public
const
int
IntlChar::LB_COMPLEX_CONTEXT;
public
const
int
IntlChar::LB_SURROGATE;
public
const
int
IntlChar::LB_SPACE;
public
const
int
IntlChar::LB_BREAK_SYMBOLS;
public
const
int
IntlChar::LB_ZWSPACE;
public
const
int
IntlChar::LB_NEXT_LINE;
public
const
int
IntlChar::LB_WORD_JOINER;
public
const
int
IntlChar::LB_H2;
public
const
int
IntlChar::LB_H3;
public
const
int
IntlChar::LB_JL;
public
const
int
IntlChar::LB_JT;
public
const
int
IntlChar::LB_JV;
public
const
int
IntlChar::LB_CLOSE_PARENTHESIS;
public
const
int
IntlChar::LB_CONDITIONAL_JAPANESE_STARTER;
public
const
int
IntlChar::LB_HEBREW_LETTER;
public
const
int
IntlChar::LB_REGIONAL_INDICATOR;
public
const
int
IntlChar::LB_COUNT;
public
const
int
IntlChar::NT_NONE;
public
const
int
IntlChar::NT_DECIMAL;
public
const
int
IntlChar::NT_DIGIT;
public
const
int
IntlChar::NT_NUMERIC;
public
const
int
IntlChar::NT_COUNT;
public
const
int
IntlChar::HST_NOT_APPLICABLE;
public
const
int
IntlChar::HST_LEADING_JAMO;
public
const
int
IntlChar::HST_VOWEL_JAMO;
public
const
int
IntlChar::HST_TRAILING_JAMO;
public
const
int
IntlChar::HST_LV_SYLLABLE;
public
const
int
IntlChar::HST_LVT_SYLLABLE;
public
const
int
IntlChar::HST_COUNT;
public
const
int
IntlChar::FOLD_CASE_DEFAULT;
public
const
int
IntlChar::FOLD_CASE_EXCLUDE_SPECIAL_I;
/* Methods */
public static arraynull charAge(intstring
$codepoint )public static intnull charDigitValue(intstring
$codepoint )public static intnull charDirection(intstring
$codepoint )public static intnull charFromName(string
$name , int $type = IntlChar::UNICODE_CHAR_NAME)public static intstringnull charMirror(intstring
$codepoint )public static stringnull charName(intstring
$codepoint , int $type = IntlChar::UNICODE_CHAR_NAME)public static intnull charType(intstring
$codepoint )public static stringnull chr(intstring
$codepoint )public static intfalsenull digit(intstring
$codepoint , int $base = 10)public static bool enumCharNames(
intstring $start ,intstring $end ,callable $callback ,int $type = IntlChar::UNICODE_CHAR_NAME) public static void enumCharTypes(callable
$callback )public static intstringnull foldCase(intstring
$codepoint , int $options = IntlChar::FOLD_CASE_DEFAULT)public static int forDigit(int
$digit , int $base = 10)public static intstringnull getBidiPairedBracket(intstring
$codepoint )public static intnull getBlockCode(intstring
$codepoint )public static intnull getCombiningClass(intstring
$codepoint )public static stringfalsenull getFC_NFKC_Closure(intstring
$codepoint )public static int getIntPropertyMaxValue(int
$property )public static int getIntPropertyMinValue(int
$property )public static intnull getIntPropertyValue(intstring
$codepoint , int $property )public static floatnull getNumericValue(intstring
$codepoint )public static int getPropertyEnum(string
$alias )public static stringfalse getPropertyName(int
$property , int $type = IntlChar::LONG_PROPERTY_NAME)public static int getPropertyValueEnum(int
$property , string $name )public static stringfalse getPropertyValueName(int
$property , int $value , int $type = IntlChar::LONG_PROPERTY_NAME)public static array getUnicodeVersion()
public static boolnull hasBinaryProperty(intstring
$codepoint , int $property )public static boolnull isalnum(intstring
$codepoint )public static boolnull isalpha(intstring
$codepoint )public static boolnull isbase(intstring
$codepoint )public static boolnull isblank(intstring
$codepoint )public static boolnull iscntrl(intstring
$codepoint )public static boolnull isdefined(intstring
$codepoint )public static boolnull isdigit(intstring
$codepoint )public static boolnull isgraph(intstring
$codepoint )public static boolnull isIDIgnorable(intstring
$codepoint )public static boolnull isIDPart(intstring
$codepoint )public static boolnull isIDStart(intstring
$codepoint )public static boolnull isISOControl(intstring
$codepoint )public static boolnull isJavaIDPart(intstring
$codepoint )public static boolnull isJavaIDStart(intstring
$codepoint )public static boolnull isJavaSpaceChar(intstring
$codepoint )public static boolnull islower(intstring
$codepoint )public static boolnull isMirrored(intstring
$codepoint )public static boolnull isprint(intstring
$codepoint )public static boolnull ispunct(intstring
$codepoint )public static boolnull isspace(intstring
$codepoint )public static boolnull istitle(intstring
$codepoint )public static boolnull isUAlphabetic(intstring
$codepoint )public static boolnull isULowercase(intstring
$codepoint )public static boolnull isupper(intstring
$codepoint )public static boolnull isUUppercase(intstring
$codepoint )public static boolnull isUWhiteSpace(intstring
$codepoint )public static boolnull isWhitespace(intstring
$codepoint )public static boolnull isxdigit(intstring
$codepoint )public static intnull ord(intstring
$character )public static intstringnull tolower(intstring
$codepoint )public static intstringnull totitle(intstring
$codepoint )public static intstringnull toupper(intstring
$codepoint )Predefined Constants
Changelog
|