php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
IntlChar Class Reference

Static Public Member Functions

static hasBinaryProperty (int|string $codepoint, int $property)
 
static charAge (int|string $codepoint)
 
static charDigitValue (int|string $codepoint)
 
static charDirection (int|string $codepoint)
 
static charFromName (string $name, int $type=IntlChar::UNICODE_CHAR_NAME)
 
static charMirror (int|string $codepoint)
 
static charName (int|string $codepoint, int $type=IntlChar::UNICODE_CHAR_NAME)
 
static charType (int|string $codepoint)
 
static chr (int|string $codepoint)
 
static digit (int|string $codepoint, int $base=10)
 
static enumCharNames (int|string $start, int|string $end, callable $callback, int $type=IntlChar::UNICODE_CHAR_NAME)
 
static enumCharTypes (callable $callback)
 
static foldCase (int|string $codepoint, int $options=IntlChar::FOLD_CASE_DEFAULT)
 
static forDigit (int $digit, int $base=10)
 
static getBidiPairedBracket (int|string $codepoint)
 
static getBlockCode (int|string $codepoint)
 
static getCombiningClass (int|string $codepoint)
 
static getFC_NFKC_Closure (int|string $codepoint)
 
static getIntPropertyMaxValue (int $property)
 
static getIntPropertyMinValue (int $property)
 
static getIntPropertyValue (int|string $codepoint, int $property)
 
static getNumericValue (int|string $codepoint)
 
static getPropertyEnum (string $alias)
 
static getPropertyName (int $property, int $type=IntlChar::LONG_PROPERTY_NAME)
 
static getPropertyValueEnum (int $property, string $name)
 
static getPropertyValueName (int $property, int $value, int $type=IntlChar::LONG_PROPERTY_NAME)
 
static getUnicodeVersion ()
 
static isalnum (int|string $codepoint)
 
static isalpha (int|string $codepoint)
 
static isbase (int|string $codepoint)
 
static isblank (int|string $codepoint)
 
static iscntrl (int|string $codepoint)
 
static isdefined (int|string $codepoint)
 
static isdigit (int|string $codepoint)
 
static isgraph (int|string $codepoint)
 
static isIDIgnorable (int|string $codepoint)
 
static isIDPart (int|string $codepoint)
 
static isIDStart (int|string $codepoint)
 
static isISOControl (int|string $codepoint)
 
static isJavaIDPart (int|string $codepoint)
 
static isJavaIDStart (int|string $codepoint)
 
static isJavaSpaceChar (int|string $codepoint)
 
static islower (int|string $codepoint)
 
static isMirrored (int|string $codepoint)
 
static isprint (int|string $codepoint)
 
static ispunct (int|string $codepoint)
 
static isspace (int|string $codepoint)
 
static istitle (int|string $codepoint)
 
static isUAlphabetic (int|string $codepoint)
 
static isULowercase (int|string $codepoint)
 
static isupper (int|string $codepoint)
 
static isUUppercase (int|string $codepoint)
 
static isUWhiteSpace (int|string $codepoint)
 
static isWhitespace (int|string $codepoint)
 
static isxdigit (int|string $codepoint)
 
static ord (int|string $character)
 
static tolower (int|string $codepoint)
 
static totitle (int|string $codepoint)
 
static toupper (int|string $codepoint)
 

Data Fields

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

Detailed Description

@generate-class-entries

Definition at line 5 of file uchar.stub.php.

Member Function Documentation

◆ charAge()

static IntlChar::charAge ( int|string $codepoint)
static

@tentative-return-type

Definition at line 1406 of file uchar.stub.php.

◆ charDigitValue()

static IntlChar::charDigitValue ( int|string $codepoint)
static

@tentative-return-type

Definition at line 1409 of file uchar.stub.php.

◆ charDirection()

static IntlChar::charDirection ( int|string $codepoint)
static

@tentative-return-type

Definition at line 1412 of file uchar.stub.php.

◆ charFromName()

static IntlChar::charFromName ( string $name,
int $type = IntlChar::UNICODE_CHAR_NAME )
static

@tentative-return-type

Definition at line 1415 of file uchar.stub.php.

◆ charMirror()

static IntlChar::charMirror ( int|string $codepoint)
static

@tentative-return-type

Definition at line 1418 of file uchar.stub.php.

◆ charName()

static IntlChar::charName ( int|string $codepoint,
int $type = IntlChar::UNICODE_CHAR_NAME )
static

@tentative-return-type

Definition at line 1421 of file uchar.stub.php.

◆ charType()

static IntlChar::charType ( int|string $codepoint)
static

@tentative-return-type

Definition at line 1424 of file uchar.stub.php.

◆ chr()

static IntlChar::chr ( int|string $codepoint)
static

@tentative-return-type

Definition at line 1427 of file uchar.stub.php.

◆ digit()

static IntlChar::digit ( int|string $codepoint,
int $base = 10 )
static

@tentative-return-type

Definition at line 1430 of file uchar.stub.php.

◆ enumCharNames()

static IntlChar::enumCharNames ( int|string $start,
int|string $end,
callable $callback,
int $type = IntlChar::UNICODE_CHAR_NAME )
static

@tentative-return-type

Definition at line 1433 of file uchar.stub.php.

◆ enumCharTypes()

static IntlChar::enumCharTypes ( callable $callback)
static

@tentative-return-type

Definition at line 1436 of file uchar.stub.php.

◆ foldCase()

static IntlChar::foldCase ( int|string $codepoint,
int $options = IntlChar::FOLD_CASE_DEFAULT )
static

@tentative-return-type

Definition at line 1439 of file uchar.stub.php.

◆ forDigit()

static IntlChar::forDigit ( int $digit,
int $base = 10 )
static

@tentative-return-type

Definition at line 1442 of file uchar.stub.php.

◆ getBidiPairedBracket()

static IntlChar::getBidiPairedBracket ( int|string $codepoint)
static

@tentative-return-type

Definition at line 1446 of file uchar.stub.php.

◆ getBlockCode()

static IntlChar::getBlockCode ( int|string $codepoint)
static

@tentative-return-type

Definition at line 1450 of file uchar.stub.php.

◆ getCombiningClass()

static IntlChar::getCombiningClass ( int|string $codepoint)
static

@tentative-return-type

Definition at line 1453 of file uchar.stub.php.

◆ getFC_NFKC_Closure()

static IntlChar::getFC_NFKC_Closure ( int|string $codepoint)
static

@tentative-return-type

Definition at line 1456 of file uchar.stub.php.

◆ getIntPropertyMaxValue()

static IntlChar::getIntPropertyMaxValue ( int $property)
static

@tentative-return-type

Definition at line 1459 of file uchar.stub.php.

◆ getIntPropertyMinValue()

static IntlChar::getIntPropertyMinValue ( int $property)
static

@tentative-return-type

Definition at line 1462 of file uchar.stub.php.

◆ getIntPropertyValue()

static IntlChar::getIntPropertyValue ( int|string $codepoint,
int $property )
static

@tentative-return-type

Definition at line 1465 of file uchar.stub.php.

◆ getNumericValue()

static IntlChar::getNumericValue ( int|string $codepoint)
static

@tentative-return-type

Definition at line 1468 of file uchar.stub.php.

◆ getPropertyEnum()

static IntlChar::getPropertyEnum ( string $alias)
static

@tentative-return-type

Definition at line 1471 of file uchar.stub.php.

◆ getPropertyName()

static IntlChar::getPropertyName ( int $property,
int $type = IntlChar::LONG_PROPERTY_NAME )
static

@tentative-return-type

Definition at line 1474 of file uchar.stub.php.

◆ getPropertyValueEnum()

static IntlChar::getPropertyValueEnum ( int $property,
string $name )
static

@tentative-return-type

Definition at line 1477 of file uchar.stub.php.

◆ getPropertyValueName()

static IntlChar::getPropertyValueName ( int $property,
int $value,
int $type = IntlChar::LONG_PROPERTY_NAME )
static

@tentative-return-type

Definition at line 1480 of file uchar.stub.php.

◆ getUnicodeVersion()

static IntlChar::getUnicodeVersion ( )
static

@tentative-return-type

Definition at line 1483 of file uchar.stub.php.

◆ hasBinaryProperty()

static IntlChar::hasBinaryProperty ( int|string $codepoint,
int $property )
static

@tentative-return-type

Definition at line 1403 of file uchar.stub.php.

◆ isalnum()

static IntlChar::isalnum ( int|string $codepoint)
static

@tentative-return-type

Definition at line 1486 of file uchar.stub.php.

◆ isalpha()

static IntlChar::isalpha ( int|string $codepoint)
static

@tentative-return-type

Definition at line 1489 of file uchar.stub.php.

◆ isbase()

static IntlChar::isbase ( int|string $codepoint)
static

@tentative-return-type

Definition at line 1492 of file uchar.stub.php.

◆ isblank()

static IntlChar::isblank ( int|string $codepoint)
static

@tentative-return-type

Definition at line 1495 of file uchar.stub.php.

◆ iscntrl()

static IntlChar::iscntrl ( int|string $codepoint)
static

@tentative-return-type

Definition at line 1498 of file uchar.stub.php.

◆ isdefined()

static IntlChar::isdefined ( int|string $codepoint)
static

@tentative-return-type

Definition at line 1501 of file uchar.stub.php.

◆ isdigit()

static IntlChar::isdigit ( int|string $codepoint)
static

@tentative-return-type

Definition at line 1504 of file uchar.stub.php.

◆ isgraph()

static IntlChar::isgraph ( int|string $codepoint)
static

@tentative-return-type

Definition at line 1507 of file uchar.stub.php.

◆ isIDIgnorable()

static IntlChar::isIDIgnorable ( int|string $codepoint)
static

@tentative-return-type

Definition at line 1510 of file uchar.stub.php.

◆ isIDPart()

static IntlChar::isIDPart ( int|string $codepoint)
static

@tentative-return-type

Definition at line 1513 of file uchar.stub.php.

◆ isIDStart()

static IntlChar::isIDStart ( int|string $codepoint)
static

@tentative-return-type

Definition at line 1516 of file uchar.stub.php.

◆ isISOControl()

static IntlChar::isISOControl ( int|string $codepoint)
static

@tentative-return-type

Definition at line 1519 of file uchar.stub.php.

◆ isJavaIDPart()

static IntlChar::isJavaIDPart ( int|string $codepoint)
static

@tentative-return-type

Definition at line 1522 of file uchar.stub.php.

◆ isJavaIDStart()

static IntlChar::isJavaIDStart ( int|string $codepoint)
static

@tentative-return-type

Definition at line 1525 of file uchar.stub.php.

◆ isJavaSpaceChar()

static IntlChar::isJavaSpaceChar ( int|string $codepoint)
static

@tentative-return-type

Definition at line 1528 of file uchar.stub.php.

◆ islower()

static IntlChar::islower ( int|string $codepoint)
static

@tentative-return-type

Definition at line 1531 of file uchar.stub.php.

◆ isMirrored()

static IntlChar::isMirrored ( int|string $codepoint)
static

@tentative-return-type

Definition at line 1534 of file uchar.stub.php.

◆ isprint()

static IntlChar::isprint ( int|string $codepoint)
static

@tentative-return-type

Definition at line 1537 of file uchar.stub.php.

◆ ispunct()

static IntlChar::ispunct ( int|string $codepoint)
static

@tentative-return-type

Definition at line 1540 of file uchar.stub.php.

◆ isspace()

static IntlChar::isspace ( int|string $codepoint)
static

@tentative-return-type

Definition at line 1543 of file uchar.stub.php.

◆ istitle()

static IntlChar::istitle ( int|string $codepoint)
static

@tentative-return-type

Definition at line 1546 of file uchar.stub.php.

◆ isUAlphabetic()

static IntlChar::isUAlphabetic ( int|string $codepoint)
static

@tentative-return-type

Definition at line 1549 of file uchar.stub.php.

◆ isULowercase()

static IntlChar::isULowercase ( int|string $codepoint)
static

@tentative-return-type

Definition at line 1552 of file uchar.stub.php.

◆ isupper()

static IntlChar::isupper ( int|string $codepoint)
static

@tentative-return-type

Definition at line 1555 of file uchar.stub.php.

◆ isUUppercase()

static IntlChar::isUUppercase ( int|string $codepoint)
static

@tentative-return-type

Definition at line 1558 of file uchar.stub.php.

◆ isUWhiteSpace()

static IntlChar::isUWhiteSpace ( int|string $codepoint)
static

@tentative-return-type

Definition at line 1561 of file uchar.stub.php.

◆ isWhitespace()

static IntlChar::isWhitespace ( int|string $codepoint)
static

@tentative-return-type

Definition at line 1564 of file uchar.stub.php.

◆ isxdigit()

static IntlChar::isxdigit ( int|string $codepoint)
static

@tentative-return-type

Definition at line 1567 of file uchar.stub.php.

◆ ord()

static IntlChar::ord ( int|string $character)
static

@tentative-return-type

Definition at line 1570 of file uchar.stub.php.

◆ tolower()

static IntlChar::tolower ( int|string $codepoint)
static

@tentative-return-type

Definition at line 1573 of file uchar.stub.php.

◆ totitle()

static IntlChar::totitle ( int|string $codepoint)
static

@tentative-return-type

Definition at line 1576 of file uchar.stub.php.

◆ toupper()

static IntlChar::toupper ( int|string $codepoint)
static

@tentative-return-type

Definition at line 1579 of file uchar.stub.php.

Field Documentation

◆ BLOCK_CODE_AEGEAN_NUMBERS

const int IntlChar::BLOCK_CODE_AEGEAN_NUMBERS = UNKNOWN

@cvalue UBLOCK_AEGEAN_NUMBERS

Definition at line 606 of file uchar.stub.php.

◆ BLOCK_CODE_ALCHEMICAL_SYMBOLS

const int IntlChar::BLOCK_CODE_ALCHEMICAL_SYMBOLS = UNKNOWN

@cvalue UBLOCK_ALCHEMICAL_SYMBOLS

Definition at line 784 of file uchar.stub.php.

◆ BLOCK_CODE_ALPHABETIC_PRESENTATION_FORMS

const int IntlChar::BLOCK_CODE_ALPHABETIC_PRESENTATION_FORMS = UNKNOWN

@cvalue UBLOCK_ALPHABETIC_PRESENTATION_FORMS

Definition at line 526 of file uchar.stub.php.

◆ BLOCK_CODE_ANCIENT_GREEK_MUSICAL_NOTATION

const int IntlChar::BLOCK_CODE_ANCIENT_GREEK_MUSICAL_NOTATION = UNKNOWN

@cvalue UBLOCK_ANCIENT_GREEK_MUSICAL_NOTATION

Definition at line 620 of file uchar.stub.php.

◆ BLOCK_CODE_ANCIENT_GREEK_NUMBERS

const int IntlChar::BLOCK_CODE_ANCIENT_GREEK_NUMBERS = UNKNOWN

@cvalue UBLOCK_ANCIENT_GREEK_NUMBERS

Definition at line 622 of file uchar.stub.php.

◆ BLOCK_CODE_ANCIENT_SYMBOLS

const int IntlChar::BLOCK_CODE_ANCIENT_SYMBOLS = UNKNOWN

@cvalue UBLOCK_ANCIENT_SYMBOLS

Definition at line 698 of file uchar.stub.php.

◆ BLOCK_CODE_ARABIC

const int IntlChar::BLOCK_CODE_ARABIC = UNKNOWN

@cvalue UBLOCK_ARABIC

Definition at line 388 of file uchar.stub.php.

◆ BLOCK_CODE_ARABIC_EXTENDED_A

const int IntlChar::BLOCK_CODE_ARABIC_EXTENDED_A = UNKNOWN

@cvalue UBLOCK_ARABIC_EXTENDED_A

Definition at line 788 of file uchar.stub.php.

◆ BLOCK_CODE_ARABIC_MATHEMATICAL_ALPHABETIC_SYMBOLS

const int IntlChar::BLOCK_CODE_ARABIC_MATHEMATICAL_ALPHABETIC_SYMBOLS = UNKNOWN

@cvalue UBLOCK_ARABIC_MATHEMATICAL_ALPHABETIC_SYMBOLS

Definition at line 790 of file uchar.stub.php.

◆ BLOCK_CODE_ARABIC_PRESENTATION_FORMS_A

const int IntlChar::BLOCK_CODE_ARABIC_PRESENTATION_FORMS_A = UNKNOWN

@cvalue UBLOCK_ARABIC_PRESENTATION_FORMS_A

Definition at line 528 of file uchar.stub.php.

◆ BLOCK_CODE_ARABIC_PRESENTATION_FORMS_B

const int IntlChar::BLOCK_CODE_ARABIC_PRESENTATION_FORMS_B = UNKNOWN

@cvalue UBLOCK_ARABIC_PRESENTATION_FORMS_B

Definition at line 536 of file uchar.stub.php.

◆ BLOCK_CODE_ARABIC_SUPPLEMENT

const int IntlChar::BLOCK_CODE_ARABIC_SUPPLEMENT = UNKNOWN

@cvalue UBLOCK_ARABIC_SUPPLEMENT

Definition at line 624 of file uchar.stub.php.

◆ BLOCK_CODE_ARMENIAN

const int IntlChar::BLOCK_CODE_ARMENIAN = UNKNOWN

@cvalue UBLOCK_ARMENIAN

Definition at line 384 of file uchar.stub.php.

◆ BLOCK_CODE_ARROWS

const int IntlChar::BLOCK_CODE_ARROWS = UNKNOWN

@cvalue UBLOCK_ARROWS

Definition at line 456 of file uchar.stub.php.

◆ BLOCK_CODE_AVESTAN

const int IntlChar::BLOCK_CODE_AVESTAN = UNKNOWN

@cvalue UBLOCK_AVESTAN

Definition at line 744 of file uchar.stub.php.

◆ BLOCK_CODE_BALINESE

const int IntlChar::BLOCK_CODE_BALINESE = UNKNOWN

@cvalue UBLOCK_BALINESE

Definition at line 662 of file uchar.stub.php.

◆ BLOCK_CODE_BAMUM

const int IntlChar::BLOCK_CODE_BAMUM = UNKNOWN

@cvalue UBLOCK_BAMUM

Definition at line 722 of file uchar.stub.php.

◆ BLOCK_CODE_BAMUM_SUPPLEMENT

const int IntlChar::BLOCK_CODE_BAMUM_SUPPLEMENT = UNKNOWN

@cvalue UBLOCK_BAMUM_SUPPLEMENT

Definition at line 772 of file uchar.stub.php.

◆ BLOCK_CODE_BASIC_LATIN

const int IntlChar::BLOCK_CODE_BASIC_LATIN = UNKNOWN

@cvalue UBLOCK_BASIC_LATIN

Definition at line 366 of file uchar.stub.php.

◆ BLOCK_CODE_BASSA_VAH

const int IntlChar::BLOCK_CODE_BASSA_VAH = UNKNOWN

@cvalue UBLOCK_BASSA_VAH

Definition at line 811 of file uchar.stub.php.

◆ BLOCK_CODE_BATAK

const int IntlChar::BLOCK_CODE_BATAK = UNKNOWN

@cvalue UBLOCK_BATAK

Definition at line 766 of file uchar.stub.php.

◆ BLOCK_CODE_BENGALI

const int IntlChar::BLOCK_CODE_BENGALI = UNKNOWN

@cvalue UBLOCK_BENGALI

Definition at line 396 of file uchar.stub.php.

◆ BLOCK_CODE_BLOCK_ELEMENTS

const int IntlChar::BLOCK_CODE_BLOCK_ELEMENTS = UNKNOWN

@cvalue UBLOCK_BLOCK_ELEMENTS

Definition at line 470 of file uchar.stub.php.

◆ BLOCK_CODE_BOPOMOFO

const int IntlChar::BLOCK_CODE_BOPOMOFO = UNKNOWN

@cvalue UBLOCK_BOPOMOFO

Definition at line 492 of file uchar.stub.php.

◆ BLOCK_CODE_BOPOMOFO_EXTENDED

const int IntlChar::BLOCK_CODE_BOPOMOFO_EXTENDED = UNKNOWN

@cvalue UBLOCK_BOPOMOFO_EXTENDED

Definition at line 498 of file uchar.stub.php.

◆ BLOCK_CODE_BOX_DRAWING

const int IntlChar::BLOCK_CODE_BOX_DRAWING = UNKNOWN

@cvalue UBLOCK_BOX_DRAWING

Definition at line 468 of file uchar.stub.php.

◆ BLOCK_CODE_BRAHMI

const int IntlChar::BLOCK_CODE_BRAHMI = UNKNOWN

@cvalue UBLOCK_BRAHMI

Definition at line 770 of file uchar.stub.php.

◆ BLOCK_CODE_BRAILLE_PATTERNS

const int IntlChar::BLOCK_CODE_BRAILLE_PATTERNS = UNKNOWN

@cvalue UBLOCK_BRAILLE_PATTERNS

Definition at line 478 of file uchar.stub.php.

◆ BLOCK_CODE_BUGINESE

const int IntlChar::BLOCK_CODE_BUGINESE = UNKNOWN

@cvalue UBLOCK_BUGINESE

Definition at line 626 of file uchar.stub.php.

◆ BLOCK_CODE_BUHID

const int IntlChar::BLOCK_CODE_BUHID = UNKNOWN

@cvalue UBLOCK_BUHID

Definition at line 568 of file uchar.stub.php.

◆ BLOCK_CODE_BYZANTINE_MUSICAL_SYMBOLS

const int IntlChar::BLOCK_CODE_BYZANTINE_MUSICAL_SYMBOLS = UNKNOWN

@cvalue UBLOCK_BYZANTINE_MUSICAL_SYMBOLS

Definition at line 548 of file uchar.stub.php.

◆ BLOCK_CODE_CARIAN

const int IntlChar::BLOCK_CODE_CARIAN = UNKNOWN

@cvalue UBLOCK_CARIAN

Definition at line 704 of file uchar.stub.php.

◆ BLOCK_CODE_CAUCASIAN_ALBANIAN

const int IntlChar::BLOCK_CODE_CAUCASIAN_ALBANIAN = UNKNOWN

@cvalue UBLOCK_CAUCASIAN_ALBANIAN

Definition at line 813 of file uchar.stub.php.

◆ BLOCK_CODE_CHAKMA

const int IntlChar::BLOCK_CODE_CHAKMA = UNKNOWN

@cvalue UBLOCK_CHAKMA

Definition at line 792 of file uchar.stub.php.

◆ BLOCK_CODE_CHAM

const int IntlChar::BLOCK_CODE_CHAM = UNKNOWN

@cvalue UBLOCK_CHAM

Definition at line 696 of file uchar.stub.php.

◆ BLOCK_CODE_CHEROKEE

const int IntlChar::BLOCK_CODE_CHEROKEE = UNKNOWN

@cvalue UBLOCK_CHEROKEE

Definition at line 428 of file uchar.stub.php.

◆ BLOCK_CODE_CJK_COMPATIBILITY

const int IntlChar::BLOCK_CODE_CJK_COMPATIBILITY = UNKNOWN

@cvalue UBLOCK_CJK_COMPATIBILITY

Definition at line 502 of file uchar.stub.php.

◆ BLOCK_CODE_CJK_COMPATIBILITY_FORMS

const int IntlChar::BLOCK_CODE_CJK_COMPATIBILITY_FORMS = UNKNOWN

@cvalue UBLOCK_CJK_COMPATIBILITY_FORMS

Definition at line 532 of file uchar.stub.php.

◆ BLOCK_CODE_CJK_COMPATIBILITY_IDEOGRAPHS

const int IntlChar::BLOCK_CODE_CJK_COMPATIBILITY_IDEOGRAPHS = UNKNOWN

@cvalue UBLOCK_CJK_COMPATIBILITY_IDEOGRAPHS

Definition at line 524 of file uchar.stub.php.

◆ BLOCK_CODE_CJK_COMPATIBILITY_IDEOGRAPHS_SUPPLEMENT

const int IntlChar::BLOCK_CODE_CJK_COMPATIBILITY_IDEOGRAPHS_SUPPLEMENT = UNKNOWN

@cvalue UBLOCK_CJK_COMPATIBILITY_IDEOGRAPHS_SUPPLEMENT

Definition at line 556 of file uchar.stub.php.

◆ BLOCK_CODE_CJK_RADICALS_SUPPLEMENT

const int IntlChar::BLOCK_CODE_CJK_RADICALS_SUPPLEMENT = UNKNOWN

@cvalue UBLOCK_CJK_RADICALS_SUPPLEMENT

Definition at line 480 of file uchar.stub.php.

◆ BLOCK_CODE_CJK_STROKES

const int IntlChar::BLOCK_CODE_CJK_STROKES = UNKNOWN

@cvalue UBLOCK_CJK_STROKES

Definition at line 628 of file uchar.stub.php.

◆ BLOCK_CODE_CJK_SYMBOLS_AND_PUNCTUATION

const int IntlChar::BLOCK_CODE_CJK_SYMBOLS_AND_PUNCTUATION = UNKNOWN

@cvalue UBLOCK_CJK_SYMBOLS_AND_PUNCTUATION

Definition at line 486 of file uchar.stub.php.

◆ BLOCK_CODE_CJK_UNIFIED_IDEOGRAPHS

const int IntlChar::BLOCK_CODE_CJK_UNIFIED_IDEOGRAPHS = UNKNOWN

@cvalue UBLOCK_CJK_UNIFIED_IDEOGRAPHS

Definition at line 506 of file uchar.stub.php.

◆ BLOCK_CODE_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_A

const int IntlChar::BLOCK_CODE_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_A = UNKNOWN

@cvalue UBLOCK_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_A

Definition at line 504 of file uchar.stub.php.

◆ BLOCK_CODE_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_B

const int IntlChar::BLOCK_CODE_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_B = UNKNOWN

@cvalue UBLOCK_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_B

Definition at line 554 of file uchar.stub.php.

◆ BLOCK_CODE_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_C

const int IntlChar::BLOCK_CODE_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_C = UNKNOWN

@cvalue UBLOCK_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_C

Definition at line 762 of file uchar.stub.php.

◆ BLOCK_CODE_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_D

const int IntlChar::BLOCK_CODE_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_D = UNKNOWN

@cvalue UBLOCK_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_D

Definition at line 786 of file uchar.stub.php.

◆ BLOCK_CODE_COMBINING_DIACRITICAL_MARKS

const int IntlChar::BLOCK_CODE_COMBINING_DIACRITICAL_MARKS = UNKNOWN

@cvalue UBLOCK_COMBINING_DIACRITICAL_MARKS

Definition at line 378 of file uchar.stub.php.

◆ BLOCK_CODE_COMBINING_DIACRITICAL_MARKS_EXTENDED

const int IntlChar::BLOCK_CODE_COMBINING_DIACRITICAL_MARKS_EXTENDED = UNKNOWN

@cvalue UBLOCK_COMBINING_DIACRITICAL_MARKS_EXTENDED

Definition at line 817 of file uchar.stub.php.

◆ BLOCK_CODE_COMBINING_DIACRITICAL_MARKS_SUPPLEMENT

const int IntlChar::BLOCK_CODE_COMBINING_DIACRITICAL_MARKS_SUPPLEMENT = UNKNOWN

@cvalue UBLOCK_COMBINING_DIACRITICAL_MARKS_SUPPLEMENT

Definition at line 630 of file uchar.stub.php.

◆ BLOCK_CODE_COMBINING_HALF_MARKS

const int IntlChar::BLOCK_CODE_COMBINING_HALF_MARKS = UNKNOWN

@cvalue UBLOCK_COMBINING_HALF_MARKS

Definition at line 530 of file uchar.stub.php.

◆ BLOCK_CODE_COMBINING_MARKS_FOR_SYMBOLS

const int IntlChar::BLOCK_CODE_COMBINING_MARKS_FOR_SYMBOLS = UNKNOWN

@cvalue UBLOCK_COMBINING_MARKS_FOR_SYMBOLS

Definition at line 450 of file uchar.stub.php.

◆ BLOCK_CODE_COMMON_INDIC_NUMBER_FORMS

const int IntlChar::BLOCK_CODE_COMMON_INDIC_NUMBER_FORMS = UNKNOWN

@cvalue UBLOCK_COMMON_INDIC_NUMBER_FORMS

Definition at line 724 of file uchar.stub.php.

◆ BLOCK_CODE_CONTROL_PICTURES

const int IntlChar::BLOCK_CODE_CONTROL_PICTURES = UNKNOWN

@cvalue UBLOCK_CONTROL_PICTURES

Definition at line 462 of file uchar.stub.php.

◆ BLOCK_CODE_COPTIC

const int IntlChar::BLOCK_CODE_COPTIC = UNKNOWN

@cvalue UBLOCK_COPTIC

Definition at line 632 of file uchar.stub.php.

◆ BLOCK_CODE_COPTIC_EPACT_NUMBERS

const int IntlChar::BLOCK_CODE_COPTIC_EPACT_NUMBERS = UNKNOWN

@cvalue UBLOCK_COPTIC_EPACT_NUMBERS

Definition at line 815 of file uchar.stub.php.

◆ BLOCK_CODE_COUNT

const int IntlChar::BLOCK_CODE_COUNT = UNKNOWN

@cvalue UBLOCK_COUNT

Definition at line 876 of file uchar.stub.php.

◆ BLOCK_CODE_COUNTING_ROD_NUMERALS

const int IntlChar::BLOCK_CODE_COUNTING_ROD_NUMERALS = UNKNOWN

@cvalue UBLOCK_COUNTING_ROD_NUMERALS

Definition at line 676 of file uchar.stub.php.

◆ BLOCK_CODE_CUNEIFORM

const int IntlChar::BLOCK_CODE_CUNEIFORM = UNKNOWN

@cvalue UBLOCK_CUNEIFORM

Definition at line 672 of file uchar.stub.php.

◆ BLOCK_CODE_CUNEIFORM_NUMBERS_AND_PUNCTUATION

const int IntlChar::BLOCK_CODE_CUNEIFORM_NUMBERS_AND_PUNCTUATION = UNKNOWN

@cvalue UBLOCK_CUNEIFORM_NUMBERS_AND_PUNCTUATION

Definition at line 674 of file uchar.stub.php.

◆ BLOCK_CODE_CURRENCY_SYMBOLS

const int IntlChar::BLOCK_CODE_CURRENCY_SYMBOLS = UNKNOWN

@cvalue UBLOCK_CURRENCY_SYMBOLS

Definition at line 448 of file uchar.stub.php.

◆ BLOCK_CODE_CYPRIOT_SYLLABARY

const int IntlChar::BLOCK_CODE_CYPRIOT_SYLLABARY = UNKNOWN

@cvalue UBLOCK_CYPRIOT_SYLLABARY

Definition at line 614 of file uchar.stub.php.

◆ BLOCK_CODE_CYRILLIC

const int IntlChar::BLOCK_CODE_CYRILLIC = UNKNOWN

@cvalue UBLOCK_CYRILLIC

Definition at line 382 of file uchar.stub.php.

◆ BLOCK_CODE_CYRILLIC_EXTENDED_A

const int IntlChar::BLOCK_CODE_CYRILLIC_EXTENDED_A = UNKNOWN

@cvalue UBLOCK_CYRILLIC_EXTENDED_A

Definition at line 684 of file uchar.stub.php.

◆ BLOCK_CODE_CYRILLIC_EXTENDED_B

const int IntlChar::BLOCK_CODE_CYRILLIC_EXTENDED_B = UNKNOWN

@cvalue UBLOCK_CYRILLIC_EXTENDED_B

Definition at line 688 of file uchar.stub.php.

◆ BLOCK_CODE_CYRILLIC_SUPPLEMENT

const int IntlChar::BLOCK_CODE_CYRILLIC_SUPPLEMENT = UNKNOWN

@cvalue UBLOCK_CYRILLIC_SUPPLEMENT

Definition at line 560 of file uchar.stub.php.

◆ BLOCK_CODE_CYRILLIC_SUPPLEMENTARY

const int IntlChar::BLOCK_CODE_CYRILLIC_SUPPLEMENTARY = UNKNOWN

@cvalue UBLOCK_CYRILLIC_SUPPLEMENTARY

Definition at line 562 of file uchar.stub.php.

◆ BLOCK_CODE_DESERET

const int IntlChar::BLOCK_CODE_DESERET = UNKNOWN

@cvalue UBLOCK_DESERET

Definition at line 546 of file uchar.stub.php.

◆ BLOCK_CODE_DEVANAGARI

const int IntlChar::BLOCK_CODE_DEVANAGARI = UNKNOWN

@cvalue UBLOCK_DEVANAGARI

Definition at line 394 of file uchar.stub.php.

◆ BLOCK_CODE_DEVANAGARI_EXTENDED

const int IntlChar::BLOCK_CODE_DEVANAGARI_EXTENDED = UNKNOWN

@cvalue UBLOCK_DEVANAGARI_EXTENDED

Definition at line 726 of file uchar.stub.php.

◆ BLOCK_CODE_DINGBATS

const int IntlChar::BLOCK_CODE_DINGBATS = UNKNOWN

@cvalue UBLOCK_DINGBATS

Definition at line 476 of file uchar.stub.php.

◆ BLOCK_CODE_DOMINO_TILES

const int IntlChar::BLOCK_CODE_DOMINO_TILES = UNKNOWN

@cvalue UBLOCK_DOMINO_TILES

Definition at line 710 of file uchar.stub.php.

◆ BLOCK_CODE_DUPLOYAN

const int IntlChar::BLOCK_CODE_DUPLOYAN = UNKNOWN

@cvalue UBLOCK_DUPLOYAN

Definition at line 819 of file uchar.stub.php.

◆ BLOCK_CODE_EGYPTIAN_HIEROGLYPHS

const int IntlChar::BLOCK_CODE_EGYPTIAN_HIEROGLYPHS = UNKNOWN

@cvalue UBLOCK_EGYPTIAN_HIEROGLYPHS

Definition at line 756 of file uchar.stub.php.

◆ BLOCK_CODE_ELBASAN

const int IntlChar::BLOCK_CODE_ELBASAN = UNKNOWN

@cvalue UBLOCK_ELBASAN

Definition at line 821 of file uchar.stub.php.

◆ BLOCK_CODE_EMOTICONS

const int IntlChar::BLOCK_CODE_EMOTICONS = UNKNOWN

@cvalue UBLOCK_EMOTICONS

Definition at line 780 of file uchar.stub.php.

◆ BLOCK_CODE_ENCLOSED_ALPHANUMERIC_SUPPLEMENT

const int IntlChar::BLOCK_CODE_ENCLOSED_ALPHANUMERIC_SUPPLEMENT = UNKNOWN

@cvalue UBLOCK_ENCLOSED_ALPHANUMERIC_SUPPLEMENT

Definition at line 758 of file uchar.stub.php.

◆ BLOCK_CODE_ENCLOSED_ALPHANUMERICS

const int IntlChar::BLOCK_CODE_ENCLOSED_ALPHANUMERICS = UNKNOWN

@cvalue UBLOCK_ENCLOSED_ALPHANUMERICS

Definition at line 466 of file uchar.stub.php.

◆ BLOCK_CODE_ENCLOSED_CJK_LETTERS_AND_MONTHS

const int IntlChar::BLOCK_CODE_ENCLOSED_CJK_LETTERS_AND_MONTHS = UNKNOWN

@cvalue UBLOCK_ENCLOSED_CJK_LETTERS_AND_MONTHS

Definition at line 500 of file uchar.stub.php.

◆ BLOCK_CODE_ENCLOSED_IDEOGRAPHIC_SUPPLEMENT

const int IntlChar::BLOCK_CODE_ENCLOSED_IDEOGRAPHIC_SUPPLEMENT = UNKNOWN

@cvalue UBLOCK_ENCLOSED_IDEOGRAPHIC_SUPPLEMENT

Definition at line 760 of file uchar.stub.php.

◆ BLOCK_CODE_ETHIOPIC

const int IntlChar::BLOCK_CODE_ETHIOPIC = UNKNOWN

@cvalue UBLOCK_ETHIOPIC

Definition at line 426 of file uchar.stub.php.

◆ BLOCK_CODE_ETHIOPIC_EXTENDED

const int IntlChar::BLOCK_CODE_ETHIOPIC_EXTENDED = UNKNOWN

@cvalue UBLOCK_ETHIOPIC_EXTENDED

Definition at line 634 of file uchar.stub.php.

◆ BLOCK_CODE_ETHIOPIC_EXTENDED_A

const int IntlChar::BLOCK_CODE_ETHIOPIC_EXTENDED_A = UNKNOWN

@cvalue UBLOCK_ETHIOPIC_EXTENDED_A

Definition at line 768 of file uchar.stub.php.

◆ BLOCK_CODE_ETHIOPIC_SUPPLEMENT

const int IntlChar::BLOCK_CODE_ETHIOPIC_SUPPLEMENT = UNKNOWN

@cvalue UBLOCK_ETHIOPIC_SUPPLEMENT

Definition at line 636 of file uchar.stub.php.

◆ BLOCK_CODE_GENERAL_PUNCTUATION

const int IntlChar::BLOCK_CODE_GENERAL_PUNCTUATION = UNKNOWN

@cvalue UBLOCK_GENERAL_PUNCTUATION

Definition at line 444 of file uchar.stub.php.

◆ BLOCK_CODE_GEOMETRIC_SHAPES

const int IntlChar::BLOCK_CODE_GEOMETRIC_SHAPES = UNKNOWN

@cvalue UBLOCK_GEOMETRIC_SHAPES

Definition at line 472 of file uchar.stub.php.

◆ BLOCK_CODE_GEOMETRIC_SHAPES_EXTENDED

const int IntlChar::BLOCK_CODE_GEOMETRIC_SHAPES_EXTENDED = UNKNOWN

@cvalue UBLOCK_GEOMETRIC_SHAPES_EXTENDED

Definition at line 823 of file uchar.stub.php.

◆ BLOCK_CODE_GEORGIAN

const int IntlChar::BLOCK_CODE_GEORGIAN = UNKNOWN

@cvalue UBLOCK_GEORGIAN

Definition at line 422 of file uchar.stub.php.

◆ BLOCK_CODE_GEORGIAN_SUPPLEMENT

const int IntlChar::BLOCK_CODE_GEORGIAN_SUPPLEMENT = UNKNOWN

@cvalue UBLOCK_GEORGIAN_SUPPLEMENT

Definition at line 638 of file uchar.stub.php.

◆ BLOCK_CODE_GLAGOLITIC

const int IntlChar::BLOCK_CODE_GLAGOLITIC = UNKNOWN

@cvalue UBLOCK_GLAGOLITIC

Definition at line 640 of file uchar.stub.php.

◆ BLOCK_CODE_GOTHIC

const int IntlChar::BLOCK_CODE_GOTHIC = UNKNOWN

@cvalue UBLOCK_GOTHIC

Definition at line 544 of file uchar.stub.php.

◆ BLOCK_CODE_GRANTHA

const int IntlChar::BLOCK_CODE_GRANTHA = UNKNOWN

@cvalue UBLOCK_GRANTHA

Definition at line 825 of file uchar.stub.php.

◆ BLOCK_CODE_GREEK

const int IntlChar::BLOCK_CODE_GREEK = UNKNOWN

@cvalue UBLOCK_GREEK

Definition at line 380 of file uchar.stub.php.

◆ BLOCK_CODE_GREEK_EXTENDED

const int IntlChar::BLOCK_CODE_GREEK_EXTENDED = UNKNOWN

@cvalue UBLOCK_GREEK_EXTENDED

Definition at line 442 of file uchar.stub.php.

◆ BLOCK_CODE_GUJARATI

const int IntlChar::BLOCK_CODE_GUJARATI = UNKNOWN

@cvalue UBLOCK_GUJARATI

Definition at line 400 of file uchar.stub.php.

◆ BLOCK_CODE_GURMUKHI

const int IntlChar::BLOCK_CODE_GURMUKHI = UNKNOWN

@cvalue UBLOCK_GURMUKHI

Definition at line 398 of file uchar.stub.php.

◆ BLOCK_CODE_HALFWIDTH_AND_FULLWIDTH_FORMS

const int IntlChar::BLOCK_CODE_HALFWIDTH_AND_FULLWIDTH_FORMS = UNKNOWN

@cvalue UBLOCK_HALFWIDTH_AND_FULLWIDTH_FORMS

Definition at line 540 of file uchar.stub.php.

◆ BLOCK_CODE_HANGUL_COMPATIBILITY_JAMO

const int IntlChar::BLOCK_CODE_HANGUL_COMPATIBILITY_JAMO = UNKNOWN

@cvalue UBLOCK_HANGUL_COMPATIBILITY_JAMO

Definition at line 494 of file uchar.stub.php.

◆ BLOCK_CODE_HANGUL_JAMO

const int IntlChar::BLOCK_CODE_HANGUL_JAMO = UNKNOWN

@cvalue UBLOCK_HANGUL_JAMO

Definition at line 424 of file uchar.stub.php.

◆ BLOCK_CODE_HANGUL_JAMO_EXTENDED_A

const int IntlChar::BLOCK_CODE_HANGUL_JAMO_EXTENDED_A = UNKNOWN

@cvalue UBLOCK_HANGUL_JAMO_EXTENDED_A

Definition at line 728 of file uchar.stub.php.

◆ BLOCK_CODE_HANGUL_JAMO_EXTENDED_B

const int IntlChar::BLOCK_CODE_HANGUL_JAMO_EXTENDED_B = UNKNOWN

@cvalue UBLOCK_HANGUL_JAMO_EXTENDED_B

Definition at line 738 of file uchar.stub.php.

◆ BLOCK_CODE_HANGUL_SYLLABLES

const int IntlChar::BLOCK_CODE_HANGUL_SYLLABLES = UNKNOWN

@cvalue UBLOCK_HANGUL_SYLLABLES

Definition at line 512 of file uchar.stub.php.

◆ BLOCK_CODE_HANUNOO

const int IntlChar::BLOCK_CODE_HANUNOO = UNKNOWN

@cvalue UBLOCK_HANUNOO

Definition at line 566 of file uchar.stub.php.

◆ BLOCK_CODE_HEBREW

const int IntlChar::BLOCK_CODE_HEBREW = UNKNOWN

@cvalue UBLOCK_HEBREW

Definition at line 386 of file uchar.stub.php.

◆ BLOCK_CODE_HIGH_PRIVATE_USE_SURROGATES

const int IntlChar::BLOCK_CODE_HIGH_PRIVATE_USE_SURROGATES = UNKNOWN

@cvalue UBLOCK_HIGH_PRIVATE_USE_SURROGATES

Definition at line 516 of file uchar.stub.php.

◆ BLOCK_CODE_HIGH_SURROGATES

const int IntlChar::BLOCK_CODE_HIGH_SURROGATES = UNKNOWN

@cvalue UBLOCK_HIGH_SURROGATES

Definition at line 514 of file uchar.stub.php.

◆ BLOCK_CODE_HIRAGANA

const int IntlChar::BLOCK_CODE_HIRAGANA = UNKNOWN

@cvalue UBLOCK_HIRAGANA

Definition at line 488 of file uchar.stub.php.

◆ BLOCK_CODE_IDEOGRAPHIC_DESCRIPTION_CHARACTERS

const int IntlChar::BLOCK_CODE_IDEOGRAPHIC_DESCRIPTION_CHARACTERS = UNKNOWN

@cvalue UBLOCK_IDEOGRAPHIC_DESCRIPTION_CHARACTERS

Definition at line 484 of file uchar.stub.php.

◆ BLOCK_CODE_IMPERIAL_ARAMAIC

const int IntlChar::BLOCK_CODE_IMPERIAL_ARAMAIC = UNKNOWN

@cvalue UBLOCK_IMPERIAL_ARAMAIC

Definition at line 740 of file uchar.stub.php.

◆ BLOCK_CODE_INSCRIPTIONAL_PAHLAVI

const int IntlChar::BLOCK_CODE_INSCRIPTIONAL_PAHLAVI = UNKNOWN

@cvalue UBLOCK_INSCRIPTIONAL_PAHLAVI

Definition at line 748 of file uchar.stub.php.

◆ BLOCK_CODE_INSCRIPTIONAL_PARTHIAN

const int IntlChar::BLOCK_CODE_INSCRIPTIONAL_PARTHIAN = UNKNOWN

@cvalue UBLOCK_INSCRIPTIONAL_PARTHIAN

Definition at line 746 of file uchar.stub.php.

◆ BLOCK_CODE_INVALID_CODE

const int IntlChar::BLOCK_CODE_INVALID_CODE = UNKNOWN

@cvalue UBLOCK_INVALID_CODE

Definition at line 878 of file uchar.stub.php.

◆ BLOCK_CODE_IPA_EXTENSIONS

const int IntlChar::BLOCK_CODE_IPA_EXTENSIONS = UNKNOWN

@cvalue UBLOCK_IPA_EXTENSIONS

Definition at line 374 of file uchar.stub.php.

◆ BLOCK_CODE_JAVANESE

const int IntlChar::BLOCK_CODE_JAVANESE = UNKNOWN

@cvalue UBLOCK_JAVANESE

Definition at line 730 of file uchar.stub.php.

◆ BLOCK_CODE_KAITHI

const int IntlChar::BLOCK_CODE_KAITHI = UNKNOWN

@cvalue UBLOCK_KAITHI

Definition at line 754 of file uchar.stub.php.

◆ BLOCK_CODE_KANA_SUPPLEMENT

const int IntlChar::BLOCK_CODE_KANA_SUPPLEMENT = UNKNOWN

@cvalue UBLOCK_KANA_SUPPLEMENT

Definition at line 774 of file uchar.stub.php.

◆ BLOCK_CODE_KANBUN

const int IntlChar::BLOCK_CODE_KANBUN = UNKNOWN

@cvalue UBLOCK_KANBUN

Definition at line 496 of file uchar.stub.php.

◆ BLOCK_CODE_KANGXI_RADICALS

const int IntlChar::BLOCK_CODE_KANGXI_RADICALS = UNKNOWN

@cvalue UBLOCK_KANGXI_RADICALS

Definition at line 482 of file uchar.stub.php.

◆ BLOCK_CODE_KANNADA

const int IntlChar::BLOCK_CODE_KANNADA = UNKNOWN

@cvalue UBLOCK_KANNADA

Definition at line 408 of file uchar.stub.php.

◆ BLOCK_CODE_KATAKANA

const int IntlChar::BLOCK_CODE_KATAKANA = UNKNOWN

@cvalue UBLOCK_KATAKANA

Definition at line 490 of file uchar.stub.php.

◆ BLOCK_CODE_KATAKANA_PHONETIC_EXTENSIONS

const int IntlChar::BLOCK_CODE_KATAKANA_PHONETIC_EXTENSIONS = UNKNOWN

@cvalue UBLOCK_KATAKANA_PHONETIC_EXTENSIONS

Definition at line 582 of file uchar.stub.php.

◆ BLOCK_CODE_KAYAH_LI

const int IntlChar::BLOCK_CODE_KAYAH_LI = UNKNOWN

@cvalue UBLOCK_KAYAH_LI

Definition at line 692 of file uchar.stub.php.

◆ BLOCK_CODE_KHAROSHTHI

const int IntlChar::BLOCK_CODE_KHAROSHTHI = UNKNOWN

@cvalue UBLOCK_KHAROSHTHI

Definition at line 642 of file uchar.stub.php.

◆ BLOCK_CODE_KHMER

const int IntlChar::BLOCK_CODE_KHMER = UNKNOWN

@cvalue UBLOCK_KHMER

Definition at line 436 of file uchar.stub.php.

◆ BLOCK_CODE_KHMER_SYMBOLS

const int IntlChar::BLOCK_CODE_KHMER_SYMBOLS = UNKNOWN

@cvalue UBLOCK_KHMER_SYMBOLS

Definition at line 594 of file uchar.stub.php.

◆ BLOCK_CODE_KHOJKI

const int IntlChar::BLOCK_CODE_KHOJKI = UNKNOWN

@cvalue UBLOCK_KHOJKI

Definition at line 827 of file uchar.stub.php.

◆ BLOCK_CODE_KHUDAWADI

const int IntlChar::BLOCK_CODE_KHUDAWADI = UNKNOWN

@cvalue UBLOCK_KHUDAWADI

Definition at line 829 of file uchar.stub.php.

◆ BLOCK_CODE_LAO

const int IntlChar::BLOCK_CODE_LAO = UNKNOWN

@cvalue UBLOCK_LAO

Definition at line 416 of file uchar.stub.php.

◆ BLOCK_CODE_LATIN_1_SUPPLEMENT

const int IntlChar::BLOCK_CODE_LATIN_1_SUPPLEMENT = UNKNOWN

@cvalue UBLOCK_LATIN_1_SUPPLEMENT

Definition at line 368 of file uchar.stub.php.

◆ BLOCK_CODE_LATIN_EXTENDED_A

const int IntlChar::BLOCK_CODE_LATIN_EXTENDED_A = UNKNOWN

@cvalue UBLOCK_LATIN_EXTENDED_A

Definition at line 370 of file uchar.stub.php.

◆ BLOCK_CODE_LATIN_EXTENDED_ADDITIONAL

const int IntlChar::BLOCK_CODE_LATIN_EXTENDED_ADDITIONAL = UNKNOWN

@cvalue UBLOCK_LATIN_EXTENDED_ADDITIONAL

Definition at line 440 of file uchar.stub.php.

◆ BLOCK_CODE_LATIN_EXTENDED_B

const int IntlChar::BLOCK_CODE_LATIN_EXTENDED_B = UNKNOWN

@cvalue UBLOCK_LATIN_EXTENDED_B

Definition at line 372 of file uchar.stub.php.

◆ BLOCK_CODE_LATIN_EXTENDED_C

const int IntlChar::BLOCK_CODE_LATIN_EXTENDED_C = UNKNOWN

@cvalue UBLOCK_LATIN_EXTENDED_C

Definition at line 664 of file uchar.stub.php.

◆ BLOCK_CODE_LATIN_EXTENDED_D

const int IntlChar::BLOCK_CODE_LATIN_EXTENDED_D = UNKNOWN

@cvalue UBLOCK_LATIN_EXTENDED_D

Definition at line 666 of file uchar.stub.php.

◆ BLOCK_CODE_LATIN_EXTENDED_E

const int IntlChar::BLOCK_CODE_LATIN_EXTENDED_E = UNKNOWN

@cvalue UBLOCK_LATIN_EXTENDED_E

Definition at line 831 of file uchar.stub.php.

◆ BLOCK_CODE_LEPCHA

const int IntlChar::BLOCK_CODE_LEPCHA = UNKNOWN

@cvalue UBLOCK_LEPCHA

Definition at line 680 of file uchar.stub.php.

◆ BLOCK_CODE_LETTERLIKE_SYMBOLS

const int IntlChar::BLOCK_CODE_LETTERLIKE_SYMBOLS = UNKNOWN

@cvalue UBLOCK_LETTERLIKE_SYMBOLS

Definition at line 452 of file uchar.stub.php.

◆ BLOCK_CODE_LIMBU

const int IntlChar::BLOCK_CODE_LIMBU = UNKNOWN

@cvalue UBLOCK_LIMBU

Definition at line 590 of file uchar.stub.php.

◆ BLOCK_CODE_LINEAR_A

const int IntlChar::BLOCK_CODE_LINEAR_A = UNKNOWN

@cvalue UBLOCK_LINEAR_A

Definition at line 833 of file uchar.stub.php.

◆ BLOCK_CODE_LINEAR_B_IDEOGRAMS

const int IntlChar::BLOCK_CODE_LINEAR_B_IDEOGRAMS = UNKNOWN

@cvalue UBLOCK_LINEAR_B_IDEOGRAMS

Definition at line 604 of file uchar.stub.php.

◆ BLOCK_CODE_LINEAR_B_SYLLABARY

const int IntlChar::BLOCK_CODE_LINEAR_B_SYLLABARY = UNKNOWN

@cvalue UBLOCK_LINEAR_B_SYLLABARY

Definition at line 602 of file uchar.stub.php.

◆ BLOCK_CODE_LISU

const int IntlChar::BLOCK_CODE_LISU = UNKNOWN

@cvalue UBLOCK_LISU

Definition at line 720 of file uchar.stub.php.

◆ BLOCK_CODE_LOW_SURROGATES

const int IntlChar::BLOCK_CODE_LOW_SURROGATES = UNKNOWN

@cvalue UBLOCK_LOW_SURROGATES

Definition at line 518 of file uchar.stub.php.

◆ BLOCK_CODE_LYCIAN

const int IntlChar::BLOCK_CODE_LYCIAN = UNKNOWN

@cvalue UBLOCK_LYCIAN

Definition at line 702 of file uchar.stub.php.

◆ BLOCK_CODE_LYDIAN

const int IntlChar::BLOCK_CODE_LYDIAN = UNKNOWN

@cvalue UBLOCK_LYDIAN

Definition at line 706 of file uchar.stub.php.

◆ BLOCK_CODE_MAHAJANI

const int IntlChar::BLOCK_CODE_MAHAJANI = UNKNOWN

@cvalue UBLOCK_MAHAJANI

Definition at line 835 of file uchar.stub.php.

◆ BLOCK_CODE_MAHJONG_TILES

const int IntlChar::BLOCK_CODE_MAHJONG_TILES = UNKNOWN

@cvalue UBLOCK_MAHJONG_TILES

Definition at line 708 of file uchar.stub.php.

◆ BLOCK_CODE_MALAYALAM

const int IntlChar::BLOCK_CODE_MALAYALAM = UNKNOWN

@cvalue UBLOCK_MALAYALAM

Definition at line 410 of file uchar.stub.php.

◆ BLOCK_CODE_MANDAIC

const int IntlChar::BLOCK_CODE_MANDAIC = UNKNOWN

@cvalue UBLOCK_MANDAIC

Definition at line 764 of file uchar.stub.php.

◆ BLOCK_CODE_MANICHAEAN

const int IntlChar::BLOCK_CODE_MANICHAEAN = UNKNOWN

@cvalue UBLOCK_MANICHAEAN

Definition at line 837 of file uchar.stub.php.

◆ BLOCK_CODE_MATHEMATICAL_ALPHANUMERIC_SYMBOLS

const int IntlChar::BLOCK_CODE_MATHEMATICAL_ALPHANUMERIC_SYMBOLS = UNKNOWN

@cvalue UBLOCK_MATHEMATICAL_ALPHANUMERIC_SYMBOLS

Definition at line 552 of file uchar.stub.php.

◆ BLOCK_CODE_MATHEMATICAL_OPERATORS

const int IntlChar::BLOCK_CODE_MATHEMATICAL_OPERATORS = UNKNOWN

@cvalue UBLOCK_MATHEMATICAL_OPERATORS

Definition at line 458 of file uchar.stub.php.

◆ BLOCK_CODE_MEETEI_MAYEK

const int IntlChar::BLOCK_CODE_MEETEI_MAYEK = UNKNOWN

@cvalue UBLOCK_MEETEI_MAYEK

Definition at line 736 of file uchar.stub.php.

◆ BLOCK_CODE_MEETEI_MAYEK_EXTENSIONS

const int IntlChar::BLOCK_CODE_MEETEI_MAYEK_EXTENSIONS = UNKNOWN

@cvalue UBLOCK_MEETEI_MAYEK_EXTENSIONS

Definition at line 794 of file uchar.stub.php.

◆ BLOCK_CODE_MENDE_KIKAKUI

const int IntlChar::BLOCK_CODE_MENDE_KIKAKUI = UNKNOWN

@cvalue UBLOCK_MENDE_KIKAKUI

Definition at line 839 of file uchar.stub.php.

◆ BLOCK_CODE_MEROITIC_CURSIVE

const int IntlChar::BLOCK_CODE_MEROITIC_CURSIVE = UNKNOWN

@cvalue UBLOCK_MEROITIC_CURSIVE

Definition at line 796 of file uchar.stub.php.

◆ BLOCK_CODE_MEROITIC_HIEROGLYPHS

const int IntlChar::BLOCK_CODE_MEROITIC_HIEROGLYPHS = UNKNOWN

@cvalue UBLOCK_MEROITIC_HIEROGLYPHS

Definition at line 798 of file uchar.stub.php.

◆ BLOCK_CODE_MIAO

const int IntlChar::BLOCK_CODE_MIAO = UNKNOWN

@cvalue UBLOCK_MIAO

Definition at line 800 of file uchar.stub.php.

◆ BLOCK_CODE_MISCELLANEOUS_MATHEMATICAL_SYMBOLS_A

const int IntlChar::BLOCK_CODE_MISCELLANEOUS_MATHEMATICAL_SYMBOLS_A = UNKNOWN

@cvalue UBLOCK_MISCELLANEOUS_MATHEMATICAL_SYMBOLS_A

Definition at line 572 of file uchar.stub.php.

◆ BLOCK_CODE_MISCELLANEOUS_MATHEMATICAL_SYMBOLS_B

const int IntlChar::BLOCK_CODE_MISCELLANEOUS_MATHEMATICAL_SYMBOLS_B = UNKNOWN

@cvalue UBLOCK_MISCELLANEOUS_MATHEMATICAL_SYMBOLS_B

Definition at line 578 of file uchar.stub.php.

◆ BLOCK_CODE_MISCELLANEOUS_SYMBOLS

const int IntlChar::BLOCK_CODE_MISCELLANEOUS_SYMBOLS = UNKNOWN

@cvalue UBLOCK_MISCELLANEOUS_SYMBOLS

Definition at line 474 of file uchar.stub.php.

◆ BLOCK_CODE_MISCELLANEOUS_SYMBOLS_AND_ARROWS

const int IntlChar::BLOCK_CODE_MISCELLANEOUS_SYMBOLS_AND_ARROWS = UNKNOWN

@cvalue UBLOCK_MISCELLANEOUS_SYMBOLS_AND_ARROWS

Definition at line 598 of file uchar.stub.php.

◆ BLOCK_CODE_MISCELLANEOUS_SYMBOLS_AND_PICTOGRAPHS

const int IntlChar::BLOCK_CODE_MISCELLANEOUS_SYMBOLS_AND_PICTOGRAPHS = UNKNOWN

@cvalue UBLOCK_MISCELLANEOUS_SYMBOLS_AND_PICTOGRAPHS

Definition at line 778 of file uchar.stub.php.

◆ BLOCK_CODE_MISCELLANEOUS_TECHNICAL

const int IntlChar::BLOCK_CODE_MISCELLANEOUS_TECHNICAL = UNKNOWN

@cvalue UBLOCK_MISCELLANEOUS_TECHNICAL

Definition at line 460 of file uchar.stub.php.

◆ BLOCK_CODE_MODI

const int IntlChar::BLOCK_CODE_MODI = UNKNOWN

@cvalue UBLOCK_MODI

Definition at line 841 of file uchar.stub.php.

◆ BLOCK_CODE_MODIFIER_TONE_LETTERS

const int IntlChar::BLOCK_CODE_MODIFIER_TONE_LETTERS = UNKNOWN

@cvalue UBLOCK_MODIFIER_TONE_LETTERS

Definition at line 644 of file uchar.stub.php.

◆ BLOCK_CODE_MONGOLIAN

const int IntlChar::BLOCK_CODE_MONGOLIAN = UNKNOWN

@cvalue UBLOCK_MONGOLIAN

Definition at line 438 of file uchar.stub.php.

◆ BLOCK_CODE_MRO

const int IntlChar::BLOCK_CODE_MRO = UNKNOWN

@cvalue UBLOCK_MRO

Definition at line 843 of file uchar.stub.php.

◆ BLOCK_CODE_MUSICAL_SYMBOLS

const int IntlChar::BLOCK_CODE_MUSICAL_SYMBOLS = UNKNOWN

@cvalue UBLOCK_MUSICAL_SYMBOLS

Definition at line 550 of file uchar.stub.php.

◆ BLOCK_CODE_MYANMAR

const int IntlChar::BLOCK_CODE_MYANMAR = UNKNOWN

@cvalue UBLOCK_MYANMAR

Definition at line 420 of file uchar.stub.php.

◆ BLOCK_CODE_MYANMAR_EXTENDED_A

const int IntlChar::BLOCK_CODE_MYANMAR_EXTENDED_A = UNKNOWN

@cvalue UBLOCK_MYANMAR_EXTENDED_A

Definition at line 732 of file uchar.stub.php.

◆ BLOCK_CODE_MYANMAR_EXTENDED_B

const int IntlChar::BLOCK_CODE_MYANMAR_EXTENDED_B = UNKNOWN

@cvalue UBLOCK_MYANMAR_EXTENDED_B

Definition at line 845 of file uchar.stub.php.

◆ BLOCK_CODE_NABATAEAN

const int IntlChar::BLOCK_CODE_NABATAEAN = UNKNOWN

@cvalue UBLOCK_NABATAEAN

Definition at line 847 of file uchar.stub.php.

◆ BLOCK_CODE_NEW_TAI_LUE

const int IntlChar::BLOCK_CODE_NEW_TAI_LUE = UNKNOWN

@cvalue UBLOCK_NEW_TAI_LUE

Definition at line 646 of file uchar.stub.php.

◆ BLOCK_CODE_NKO

const int IntlChar::BLOCK_CODE_NKO = UNKNOWN

@cvalue UBLOCK_NKO

Definition at line 660 of file uchar.stub.php.

◆ BLOCK_CODE_NO_BLOCK

const int IntlChar::BLOCK_CODE_NO_BLOCK = UNKNOWN

@cvalue UBLOCK_NO_BLOCK

Definition at line 364 of file uchar.stub.php.

◆ BLOCK_CODE_NUMBER_FORMS

const int IntlChar::BLOCK_CODE_NUMBER_FORMS = UNKNOWN

@cvalue UBLOCK_NUMBER_FORMS

Definition at line 454 of file uchar.stub.php.

◆ BLOCK_CODE_OGHAM

const int IntlChar::BLOCK_CODE_OGHAM = UNKNOWN

@cvalue UBLOCK_OGHAM

Definition at line 432 of file uchar.stub.php.

◆ BLOCK_CODE_OL_CHIKI

const int IntlChar::BLOCK_CODE_OL_CHIKI = UNKNOWN

@cvalue UBLOCK_OL_CHIKI

Definition at line 682 of file uchar.stub.php.

◆ BLOCK_CODE_OLD_ITALIC

const int IntlChar::BLOCK_CODE_OLD_ITALIC = UNKNOWN

@cvalue UBLOCK_OLD_ITALIC

Definition at line 542 of file uchar.stub.php.

◆ BLOCK_CODE_OLD_NORTH_ARABIAN

const int IntlChar::BLOCK_CODE_OLD_NORTH_ARABIAN = UNKNOWN

@cvalue UBLOCK_OLD_NORTH_ARABIAN

Definition at line 849 of file uchar.stub.php.

◆ BLOCK_CODE_OLD_PERMIC

const int IntlChar::BLOCK_CODE_OLD_PERMIC = UNKNOWN

@cvalue UBLOCK_OLD_PERMIC

Definition at line 851 of file uchar.stub.php.

◆ BLOCK_CODE_OLD_PERSIAN

const int IntlChar::BLOCK_CODE_OLD_PERSIAN = UNKNOWN

@cvalue UBLOCK_OLD_PERSIAN

Definition at line 648 of file uchar.stub.php.

◆ BLOCK_CODE_OLD_SOUTH_ARABIAN

const int IntlChar::BLOCK_CODE_OLD_SOUTH_ARABIAN = UNKNOWN

@cvalue UBLOCK_OLD_SOUTH_ARABIAN

Definition at line 742 of file uchar.stub.php.

◆ BLOCK_CODE_OLD_TURKIC

const int IntlChar::BLOCK_CODE_OLD_TURKIC = UNKNOWN

@cvalue UBLOCK_OLD_TURKIC

Definition at line 750 of file uchar.stub.php.

◆ BLOCK_CODE_OPTICAL_CHARACTER_RECOGNITION

const int IntlChar::BLOCK_CODE_OPTICAL_CHARACTER_RECOGNITION = UNKNOWN

@cvalue UBLOCK_OPTICAL_CHARACTER_RECOGNITION

Definition at line 464 of file uchar.stub.php.

◆ BLOCK_CODE_ORIYA

const int IntlChar::BLOCK_CODE_ORIYA = UNKNOWN

@cvalue UBLOCK_ORIYA

Definition at line 402 of file uchar.stub.php.

◆ BLOCK_CODE_ORNAMENTAL_DINGBATS

const int IntlChar::BLOCK_CODE_ORNAMENTAL_DINGBATS = UNKNOWN

@cvalue UBLOCK_ORNAMENTAL_DINGBATS

Definition at line 853 of file uchar.stub.php.

◆ BLOCK_CODE_OSMANYA

const int IntlChar::BLOCK_CODE_OSMANYA = UNKNOWN

@cvalue UBLOCK_OSMANYA

Definition at line 612 of file uchar.stub.php.

◆ BLOCK_CODE_PAHAWH_HMONG

const int IntlChar::BLOCK_CODE_PAHAWH_HMONG = UNKNOWN

@cvalue UBLOCK_PAHAWH_HMONG

Definition at line 855 of file uchar.stub.php.

◆ BLOCK_CODE_PALMYRENE

const int IntlChar::BLOCK_CODE_PALMYRENE = UNKNOWN

@cvalue UBLOCK_PALMYRENE

Definition at line 857 of file uchar.stub.php.

◆ BLOCK_CODE_PAU_CIN_HAU

const int IntlChar::BLOCK_CODE_PAU_CIN_HAU = UNKNOWN

@cvalue UBLOCK_PAU_CIN_HAU

Definition at line 859 of file uchar.stub.php.

◆ BLOCK_CODE_PHAGS_PA

const int IntlChar::BLOCK_CODE_PHAGS_PA = UNKNOWN

@cvalue UBLOCK_PHAGS_PA

Definition at line 668 of file uchar.stub.php.

◆ BLOCK_CODE_PHAISTOS_DISC

const int IntlChar::BLOCK_CODE_PHAISTOS_DISC = UNKNOWN

@cvalue UBLOCK_PHAISTOS_DISC

Definition at line 700 of file uchar.stub.php.

◆ BLOCK_CODE_PHOENICIAN

const int IntlChar::BLOCK_CODE_PHOENICIAN = UNKNOWN

@cvalue UBLOCK_PHOENICIAN

Definition at line 670 of file uchar.stub.php.

◆ BLOCK_CODE_PHONETIC_EXTENSIONS

const int IntlChar::BLOCK_CODE_PHONETIC_EXTENSIONS = UNKNOWN

@cvalue UBLOCK_PHONETIC_EXTENSIONS

Definition at line 596 of file uchar.stub.php.

◆ BLOCK_CODE_PHONETIC_EXTENSIONS_SUPPLEMENT

const int IntlChar::BLOCK_CODE_PHONETIC_EXTENSIONS_SUPPLEMENT = UNKNOWN

@cvalue UBLOCK_PHONETIC_EXTENSIONS_SUPPLEMENT

Definition at line 650 of file uchar.stub.php.

◆ BLOCK_CODE_PLAYING_CARDS

const int IntlChar::BLOCK_CODE_PLAYING_CARDS = UNKNOWN

@cvalue UBLOCK_PLAYING_CARDS

Definition at line 776 of file uchar.stub.php.

◆ BLOCK_CODE_PRIVATE_USE

const int IntlChar::BLOCK_CODE_PRIVATE_USE = UNKNOWN

@cvalue UBLOCK_PRIVATE_USE

Definition at line 522 of file uchar.stub.php.

◆ BLOCK_CODE_PRIVATE_USE_AREA

const int IntlChar::BLOCK_CODE_PRIVATE_USE_AREA = UNKNOWN

@cvalue UBLOCK_PRIVATE_USE_AREA

Definition at line 520 of file uchar.stub.php.

◆ BLOCK_CODE_PSALTER_PAHLAVI

const int IntlChar::BLOCK_CODE_PSALTER_PAHLAVI = UNKNOWN

@cvalue UBLOCK_PSALTER_PAHLAVI

Definition at line 861 of file uchar.stub.php.

◆ BLOCK_CODE_REJANG

const int IntlChar::BLOCK_CODE_REJANG = UNKNOWN

@cvalue UBLOCK_REJANG

Definition at line 694 of file uchar.stub.php.

◆ BLOCK_CODE_RUMI_NUMERAL_SYMBOLS

const int IntlChar::BLOCK_CODE_RUMI_NUMERAL_SYMBOLS = UNKNOWN

@cvalue UBLOCK_RUMI_NUMERAL_SYMBOLS

Definition at line 752 of file uchar.stub.php.

◆ BLOCK_CODE_RUNIC

const int IntlChar::BLOCK_CODE_RUNIC = UNKNOWN

@cvalue UBLOCK_RUNIC

Definition at line 434 of file uchar.stub.php.

◆ BLOCK_CODE_SAMARITAN

const int IntlChar::BLOCK_CODE_SAMARITAN = UNKNOWN

@cvalue UBLOCK_SAMARITAN

Definition at line 712 of file uchar.stub.php.

◆ BLOCK_CODE_SAURASHTRA

const int IntlChar::BLOCK_CODE_SAURASHTRA = UNKNOWN

@cvalue UBLOCK_SAURASHTRA

Definition at line 690 of file uchar.stub.php.

◆ BLOCK_CODE_SHARADA

const int IntlChar::BLOCK_CODE_SHARADA = UNKNOWN

@cvalue UBLOCK_SHARADA

Definition at line 802 of file uchar.stub.php.

◆ BLOCK_CODE_SHAVIAN

const int IntlChar::BLOCK_CODE_SHAVIAN = UNKNOWN

@cvalue UBLOCK_SHAVIAN

Definition at line 610 of file uchar.stub.php.

◆ BLOCK_CODE_SHORTHAND_FORMAT_CONTROLS

const int IntlChar::BLOCK_CODE_SHORTHAND_FORMAT_CONTROLS = UNKNOWN

@cvalue UBLOCK_SHORTHAND_FORMAT_CONTROLS

Definition at line 863 of file uchar.stub.php.

◆ BLOCK_CODE_SIDDHAM

const int IntlChar::BLOCK_CODE_SIDDHAM = UNKNOWN

@cvalue UBLOCK_SIDDHAM

Definition at line 865 of file uchar.stub.php.

◆ BLOCK_CODE_SINHALA

const int IntlChar::BLOCK_CODE_SINHALA = UNKNOWN

@cvalue UBLOCK_SINHALA

Definition at line 412 of file uchar.stub.php.

◆ BLOCK_CODE_SINHALA_ARCHAIC_NUMBERS

const int IntlChar::BLOCK_CODE_SINHALA_ARCHAIC_NUMBERS = UNKNOWN

@cvalue UBLOCK_SINHALA_ARCHAIC_NUMBERS

Definition at line 867 of file uchar.stub.php.

◆ BLOCK_CODE_SMALL_FORM_VARIANTS

const int IntlChar::BLOCK_CODE_SMALL_FORM_VARIANTS = UNKNOWN

@cvalue UBLOCK_SMALL_FORM_VARIANTS

Definition at line 534 of file uchar.stub.php.

◆ BLOCK_CODE_SORA_SOMPENG

const int IntlChar::BLOCK_CODE_SORA_SOMPENG = UNKNOWN

@cvalue UBLOCK_SORA_SOMPENG

Definition at line 804 of file uchar.stub.php.

◆ BLOCK_CODE_SPACING_MODIFIER_LETTERS

const int IntlChar::BLOCK_CODE_SPACING_MODIFIER_LETTERS = UNKNOWN

@cvalue UBLOCK_SPACING_MODIFIER_LETTERS

Definition at line 376 of file uchar.stub.php.

◆ BLOCK_CODE_SPECIALS

const int IntlChar::BLOCK_CODE_SPECIALS = UNKNOWN

@cvalue UBLOCK_SPECIALS

Definition at line 538 of file uchar.stub.php.

◆ BLOCK_CODE_SUNDANESE

const int IntlChar::BLOCK_CODE_SUNDANESE = UNKNOWN

@cvalue UBLOCK_SUNDANESE

Definition at line 678 of file uchar.stub.php.

◆ BLOCK_CODE_SUNDANESE_SUPPLEMENT

const int IntlChar::BLOCK_CODE_SUNDANESE_SUPPLEMENT = UNKNOWN

@cvalue UBLOCK_SUNDANESE_SUPPLEMENT

Definition at line 806 of file uchar.stub.php.

◆ BLOCK_CODE_SUPERSCRIPTS_AND_SUBSCRIPTS

const int IntlChar::BLOCK_CODE_SUPERSCRIPTS_AND_SUBSCRIPTS = UNKNOWN

@cvalue UBLOCK_SUPERSCRIPTS_AND_SUBSCRIPTS

Definition at line 446 of file uchar.stub.php.

◆ BLOCK_CODE_SUPPLEMENTAL_ARROWS_A

const int IntlChar::BLOCK_CODE_SUPPLEMENTAL_ARROWS_A = UNKNOWN

@cvalue UBLOCK_SUPPLEMENTAL_ARROWS_A

Definition at line 574 of file uchar.stub.php.

◆ BLOCK_CODE_SUPPLEMENTAL_ARROWS_B

const int IntlChar::BLOCK_CODE_SUPPLEMENTAL_ARROWS_B = UNKNOWN

@cvalue UBLOCK_SUPPLEMENTAL_ARROWS_B

Definition at line 576 of file uchar.stub.php.

◆ BLOCK_CODE_SUPPLEMENTAL_ARROWS_C

const int IntlChar::BLOCK_CODE_SUPPLEMENTAL_ARROWS_C = UNKNOWN

@cvalue UBLOCK_SUPPLEMENTAL_ARROWS_C

Definition at line 869 of file uchar.stub.php.

◆ BLOCK_CODE_SUPPLEMENTAL_MATHEMATICAL_OPERATORS

const int IntlChar::BLOCK_CODE_SUPPLEMENTAL_MATHEMATICAL_OPERATORS = UNKNOWN

@cvalue UBLOCK_SUPPLEMENTAL_MATHEMATICAL_OPERATORS

Definition at line 580 of file uchar.stub.php.

◆ BLOCK_CODE_SUPPLEMENTAL_PUNCTUATION

const int IntlChar::BLOCK_CODE_SUPPLEMENTAL_PUNCTUATION = UNKNOWN

@cvalue UBLOCK_SUPPLEMENTAL_PUNCTUATION

Definition at line 652 of file uchar.stub.php.

◆ BLOCK_CODE_SUPPLEMENTARY_PRIVATE_USE_AREA_A

const int IntlChar::BLOCK_CODE_SUPPLEMENTARY_PRIVATE_USE_AREA_A = UNKNOWN

@cvalue UBLOCK_SUPPLEMENTARY_PRIVATE_USE_AREA_A

Definition at line 586 of file uchar.stub.php.

◆ BLOCK_CODE_SUPPLEMENTARY_PRIVATE_USE_AREA_B

const int IntlChar::BLOCK_CODE_SUPPLEMENTARY_PRIVATE_USE_AREA_B = UNKNOWN

@cvalue UBLOCK_SUPPLEMENTARY_PRIVATE_USE_AREA_B

Definition at line 588 of file uchar.stub.php.

◆ BLOCK_CODE_SYLOTI_NAGRI

const int IntlChar::BLOCK_CODE_SYLOTI_NAGRI = UNKNOWN

@cvalue UBLOCK_SYLOTI_NAGRI

Definition at line 654 of file uchar.stub.php.

◆ BLOCK_CODE_SYRIAC

const int IntlChar::BLOCK_CODE_SYRIAC = UNKNOWN

@cvalue UBLOCK_SYRIAC

Definition at line 390 of file uchar.stub.php.

◆ BLOCK_CODE_TAGALOG

const int IntlChar::BLOCK_CODE_TAGALOG = UNKNOWN

@cvalue UBLOCK_TAGALOG

Definition at line 564 of file uchar.stub.php.

◆ BLOCK_CODE_TAGBANWA

const int IntlChar::BLOCK_CODE_TAGBANWA = UNKNOWN

@cvalue UBLOCK_TAGBANWA

Definition at line 570 of file uchar.stub.php.

◆ BLOCK_CODE_TAGS

const int IntlChar::BLOCK_CODE_TAGS = UNKNOWN

@cvalue UBLOCK_TAGS

Definition at line 558 of file uchar.stub.php.

◆ BLOCK_CODE_TAI_LE

const int IntlChar::BLOCK_CODE_TAI_LE = UNKNOWN

@cvalue UBLOCK_TAI_LE

Definition at line 592 of file uchar.stub.php.

◆ BLOCK_CODE_TAI_THAM

const int IntlChar::BLOCK_CODE_TAI_THAM = UNKNOWN

@cvalue UBLOCK_TAI_THAM

Definition at line 716 of file uchar.stub.php.

◆ BLOCK_CODE_TAI_VIET

const int IntlChar::BLOCK_CODE_TAI_VIET = UNKNOWN

@cvalue UBLOCK_TAI_VIET

Definition at line 734 of file uchar.stub.php.

◆ BLOCK_CODE_TAI_XUAN_JING_SYMBOLS

const int IntlChar::BLOCK_CODE_TAI_XUAN_JING_SYMBOLS = UNKNOWN

@cvalue UBLOCK_TAI_XUAN_JING_SYMBOLS

Definition at line 616 of file uchar.stub.php.

◆ BLOCK_CODE_TAKRI

const int IntlChar::BLOCK_CODE_TAKRI = UNKNOWN

@cvalue UBLOCK_TAKRI

Definition at line 808 of file uchar.stub.php.

◆ BLOCK_CODE_TAMIL

const int IntlChar::BLOCK_CODE_TAMIL = UNKNOWN

@cvalue UBLOCK_TAMIL

Definition at line 404 of file uchar.stub.php.

◆ BLOCK_CODE_TELUGU

const int IntlChar::BLOCK_CODE_TELUGU = UNKNOWN

@cvalue UBLOCK_TELUGU

Definition at line 406 of file uchar.stub.php.

◆ BLOCK_CODE_THAANA

const int IntlChar::BLOCK_CODE_THAANA = UNKNOWN

@cvalue UBLOCK_THAANA

Definition at line 392 of file uchar.stub.php.

◆ BLOCK_CODE_THAI

const int IntlChar::BLOCK_CODE_THAI = UNKNOWN

@cvalue UBLOCK_THAI

Definition at line 414 of file uchar.stub.php.

◆ BLOCK_CODE_TIBETAN

const int IntlChar::BLOCK_CODE_TIBETAN = UNKNOWN

@cvalue UBLOCK_TIBETAN

Definition at line 418 of file uchar.stub.php.

◆ BLOCK_CODE_TIFINAGH

const int IntlChar::BLOCK_CODE_TIFINAGH = UNKNOWN

@cvalue UBLOCK_TIFINAGH

Definition at line 656 of file uchar.stub.php.

◆ BLOCK_CODE_TIRHUTA

const int IntlChar::BLOCK_CODE_TIRHUTA = UNKNOWN

@cvalue UBLOCK_TIRHUTA

Definition at line 871 of file uchar.stub.php.

◆ BLOCK_CODE_TRANSPORT_AND_MAP_SYMBOLS

const int IntlChar::BLOCK_CODE_TRANSPORT_AND_MAP_SYMBOLS = UNKNOWN

@cvalue UBLOCK_TRANSPORT_AND_MAP_SYMBOLS

Definition at line 782 of file uchar.stub.php.

◆ BLOCK_CODE_UGARITIC

const int IntlChar::BLOCK_CODE_UGARITIC = UNKNOWN

@cvalue UBLOCK_UGARITIC

Definition at line 608 of file uchar.stub.php.

◆ BLOCK_CODE_UNIFIED_CANADIAN_ABORIGINAL_SYLLABICS

const int IntlChar::BLOCK_CODE_UNIFIED_CANADIAN_ABORIGINAL_SYLLABICS = UNKNOWN

@cvalue UBLOCK_UNIFIED_CANADIAN_ABORIGINAL_SYLLABICS

Definition at line 430 of file uchar.stub.php.

◆ BLOCK_CODE_UNIFIED_CANADIAN_ABORIGINAL_SYLLABICS_EXTENDED

const int IntlChar::BLOCK_CODE_UNIFIED_CANADIAN_ABORIGINAL_SYLLABICS_EXTENDED = UNKNOWN

@cvalue UBLOCK_UNIFIED_CANADIAN_ABORIGINAL_SYLLABICS_EXTENDED

Definition at line 714 of file uchar.stub.php.

◆ BLOCK_CODE_VAI

const int IntlChar::BLOCK_CODE_VAI = UNKNOWN

@cvalue UBLOCK_VAI

Definition at line 686 of file uchar.stub.php.

◆ BLOCK_CODE_VARIATION_SELECTORS

const int IntlChar::BLOCK_CODE_VARIATION_SELECTORS = UNKNOWN

@cvalue UBLOCK_VARIATION_SELECTORS

Definition at line 584 of file uchar.stub.php.

◆ BLOCK_CODE_VARIATION_SELECTORS_SUPPLEMENT

const int IntlChar::BLOCK_CODE_VARIATION_SELECTORS_SUPPLEMENT = UNKNOWN

@cvalue UBLOCK_VARIATION_SELECTORS_SUPPLEMENT

Definition at line 618 of file uchar.stub.php.

◆ BLOCK_CODE_VEDIC_EXTENSIONS

const int IntlChar::BLOCK_CODE_VEDIC_EXTENSIONS = UNKNOWN

@cvalue UBLOCK_VEDIC_EXTENSIONS

Definition at line 718 of file uchar.stub.php.

◆ BLOCK_CODE_VERTICAL_FORMS

const int IntlChar::BLOCK_CODE_VERTICAL_FORMS = UNKNOWN

@cvalue UBLOCK_VERTICAL_FORMS

Definition at line 658 of file uchar.stub.php.

◆ BLOCK_CODE_WARANG_CITI

const int IntlChar::BLOCK_CODE_WARANG_CITI = UNKNOWN

@cvalue UBLOCK_WARANG_CITI

Definition at line 873 of file uchar.stub.php.

◆ BLOCK_CODE_YI_RADICALS

const int IntlChar::BLOCK_CODE_YI_RADICALS = UNKNOWN

@cvalue UBLOCK_YI_RADICALS

Definition at line 510 of file uchar.stub.php.

◆ BLOCK_CODE_YI_SYLLABLES

const int IntlChar::BLOCK_CODE_YI_SYLLABLES = UNKNOWN

@cvalue UBLOCK_YI_SYLLABLES

Definition at line 508 of file uchar.stub.php.

◆ BLOCK_CODE_YIJING_HEXAGRAM_SYMBOLS

const int IntlChar::BLOCK_CODE_YIJING_HEXAGRAM_SYMBOLS = UNKNOWN

@cvalue UBLOCK_YIJING_HEXAGRAM_SYMBOLS

Definition at line 600 of file uchar.stub.php.

◆ BPT_CLOSE

const int IntlChar::BPT_CLOSE = UNKNOWN

@cvalue U_BPT_CLOSE

Definition at line 888 of file uchar.stub.php.

◆ BPT_COUNT

const int IntlChar::BPT_COUNT = UNKNOWN

@cvalue U_BPT_COUNT

Definition at line 890 of file uchar.stub.php.

◆ BPT_NONE

const int IntlChar::BPT_NONE = UNKNOWN

@cvalue U_BPT_NONE

Definition at line 884 of file uchar.stub.php.

◆ BPT_OPEN

const int IntlChar::BPT_OPEN = UNKNOWN

@cvalue U_BPT_OPEN

Definition at line 886 of file uchar.stub.php.

◆ CHAR_CATEGORY_CHAR_CATEGORY_COUNT

const int IntlChar::CHAR_CATEGORY_CHAR_CATEGORY_COUNT = UNKNOWN

@cvalue U_CHAR_CATEGORY_COUNT

Definition at line 310 of file uchar.stub.php.

◆ CHAR_CATEGORY_COMBINING_SPACING_MARK

const int IntlChar::CHAR_CATEGORY_COMBINING_SPACING_MARK = UNKNOWN

@cvalue U_COMBINING_SPACING_MARK

Definition at line 266 of file uchar.stub.php.

◆ CHAR_CATEGORY_CONNECTOR_PUNCTUATION

const int IntlChar::CHAR_CATEGORY_CONNECTOR_PUNCTUATION = UNKNOWN

@cvalue U_CONNECTOR_PUNCTUATION

Definition at line 294 of file uchar.stub.php.

◆ CHAR_CATEGORY_CONTROL_CHAR

const int IntlChar::CHAR_CATEGORY_CONTROL_CHAR = UNKNOWN

@cvalue U_CONTROL_CHAR

Definition at line 280 of file uchar.stub.php.

◆ CHAR_CATEGORY_CURRENCY_SYMBOL

const int IntlChar::CHAR_CATEGORY_CURRENCY_SYMBOL = UNKNOWN

@cvalue U_CURRENCY_SYMBOL

Definition at line 300 of file uchar.stub.php.

◆ CHAR_CATEGORY_DASH_PUNCTUATION

const int IntlChar::CHAR_CATEGORY_DASH_PUNCTUATION = UNKNOWN

@cvalue U_DASH_PUNCTUATION

Definition at line 288 of file uchar.stub.php.

◆ CHAR_CATEGORY_DECIMAL_DIGIT_NUMBER

const int IntlChar::CHAR_CATEGORY_DECIMAL_DIGIT_NUMBER = UNKNOWN

@cvalue U_DECIMAL_DIGIT_NUMBER

Definition at line 268 of file uchar.stub.php.

◆ CHAR_CATEGORY_ENCLOSING_MARK

const int IntlChar::CHAR_CATEGORY_ENCLOSING_MARK = UNKNOWN

@cvalue U_ENCLOSING_MARK

Definition at line 264 of file uchar.stub.php.

◆ CHAR_CATEGORY_END_PUNCTUATION

const int IntlChar::CHAR_CATEGORY_END_PUNCTUATION = UNKNOWN

@cvalue U_END_PUNCTUATION

Definition at line 292 of file uchar.stub.php.

◆ CHAR_CATEGORY_FINAL_PUNCTUATION

const int IntlChar::CHAR_CATEGORY_FINAL_PUNCTUATION = UNKNOWN

@cvalue U_FINAL_PUNCTUATION

Definition at line 308 of file uchar.stub.php.

◆ CHAR_CATEGORY_FORMAT_CHAR

const int IntlChar::CHAR_CATEGORY_FORMAT_CHAR = UNKNOWN

@cvalue U_FORMAT_CHAR

Definition at line 282 of file uchar.stub.php.

◆ CHAR_CATEGORY_GENERAL_OTHER_TYPES

const int IntlChar::CHAR_CATEGORY_GENERAL_OTHER_TYPES = UNKNOWN

@cvalue U_GENERAL_OTHER_TYPES

Definition at line 250 of file uchar.stub.php.

◆ CHAR_CATEGORY_INITIAL_PUNCTUATION

const int IntlChar::CHAR_CATEGORY_INITIAL_PUNCTUATION = UNKNOWN

@cvalue U_INITIAL_PUNCTUATION

Definition at line 306 of file uchar.stub.php.

◆ CHAR_CATEGORY_LETTER_NUMBER

const int IntlChar::CHAR_CATEGORY_LETTER_NUMBER = UNKNOWN

@cvalue U_LETTER_NUMBER

Definition at line 270 of file uchar.stub.php.

◆ CHAR_CATEGORY_LINE_SEPARATOR

const int IntlChar::CHAR_CATEGORY_LINE_SEPARATOR = UNKNOWN

@cvalue U_LINE_SEPARATOR

Definition at line 276 of file uchar.stub.php.

◆ CHAR_CATEGORY_LOWERCASE_LETTER

const int IntlChar::CHAR_CATEGORY_LOWERCASE_LETTER = UNKNOWN

@cvalue U_LOWERCASE_LETTER

Definition at line 254 of file uchar.stub.php.

◆ CHAR_CATEGORY_MATH_SYMBOL

const int IntlChar::CHAR_CATEGORY_MATH_SYMBOL = UNKNOWN

@cvalue U_MATH_SYMBOL

Definition at line 298 of file uchar.stub.php.

◆ CHAR_CATEGORY_MODIFIER_LETTER

const int IntlChar::CHAR_CATEGORY_MODIFIER_LETTER = UNKNOWN

@cvalue U_MODIFIER_LETTER

Definition at line 258 of file uchar.stub.php.

◆ CHAR_CATEGORY_MODIFIER_SYMBOL

const int IntlChar::CHAR_CATEGORY_MODIFIER_SYMBOL = UNKNOWN

@cvalue U_MODIFIER_SYMBOL

Definition at line 302 of file uchar.stub.php.

◆ CHAR_CATEGORY_NON_SPACING_MARK

const int IntlChar::CHAR_CATEGORY_NON_SPACING_MARK = UNKNOWN

@cvalue U_NON_SPACING_MARK

Definition at line 262 of file uchar.stub.php.

◆ CHAR_CATEGORY_OTHER_LETTER

const int IntlChar::CHAR_CATEGORY_OTHER_LETTER = UNKNOWN

@cvalue U_OTHER_LETTER

Definition at line 260 of file uchar.stub.php.

◆ CHAR_CATEGORY_OTHER_NUMBER

const int IntlChar::CHAR_CATEGORY_OTHER_NUMBER = UNKNOWN

@cvalue U_OTHER_NUMBER

Definition at line 272 of file uchar.stub.php.

◆ CHAR_CATEGORY_OTHER_PUNCTUATION

const int IntlChar::CHAR_CATEGORY_OTHER_PUNCTUATION = UNKNOWN

@cvalue U_OTHER_PUNCTUATION

Definition at line 296 of file uchar.stub.php.

◆ CHAR_CATEGORY_OTHER_SYMBOL

const int IntlChar::CHAR_CATEGORY_OTHER_SYMBOL = UNKNOWN

@cvalue U_OTHER_SYMBOL

Definition at line 304 of file uchar.stub.php.

◆ CHAR_CATEGORY_PARAGRAPH_SEPARATOR

const int IntlChar::CHAR_CATEGORY_PARAGRAPH_SEPARATOR = UNKNOWN

@cvalue U_PARAGRAPH_SEPARATOR

Definition at line 278 of file uchar.stub.php.

◆ CHAR_CATEGORY_PRIVATE_USE_CHAR

const int IntlChar::CHAR_CATEGORY_PRIVATE_USE_CHAR = UNKNOWN

@cvalue U_PRIVATE_USE_CHAR

Definition at line 284 of file uchar.stub.php.

◆ CHAR_CATEGORY_SPACE_SEPARATOR

const int IntlChar::CHAR_CATEGORY_SPACE_SEPARATOR = UNKNOWN

@cvalue U_SPACE_SEPARATOR

Definition at line 274 of file uchar.stub.php.

◆ CHAR_CATEGORY_START_PUNCTUATION

const int IntlChar::CHAR_CATEGORY_START_PUNCTUATION = UNKNOWN

@cvalue U_START_PUNCTUATION

Definition at line 290 of file uchar.stub.php.

◆ CHAR_CATEGORY_SURROGATE

const int IntlChar::CHAR_CATEGORY_SURROGATE = UNKNOWN

@cvalue U_SURROGATE

Definition at line 286 of file uchar.stub.php.

◆ CHAR_CATEGORY_TITLECASE_LETTER

const int IntlChar::CHAR_CATEGORY_TITLECASE_LETTER = UNKNOWN

@cvalue U_TITLECASE_LETTER

Definition at line 256 of file uchar.stub.php.

◆ CHAR_CATEGORY_UNASSIGNED

const int IntlChar::CHAR_CATEGORY_UNASSIGNED = UNKNOWN

@cvalue U_UNASSIGNED

Definition at line 248 of file uchar.stub.php.

◆ CHAR_CATEGORY_UPPERCASE_LETTER

const int IntlChar::CHAR_CATEGORY_UPPERCASE_LETTER = UNKNOWN

@cvalue U_UPPERCASE_LETTER

Definition at line 252 of file uchar.stub.php.

◆ CHAR_DIRECTION_ARABIC_NUMBER

const int IntlChar::CHAR_DIRECTION_ARABIC_NUMBER = UNKNOWN

@cvalue U_ARABIC_NUMBER

Definition at line 323 of file uchar.stub.php.

◆ CHAR_DIRECTION_BLOCK_SEPARATOR

const int IntlChar::CHAR_DIRECTION_BLOCK_SEPARATOR = UNKNOWN

@cvalue U_BLOCK_SEPARATOR

Definition at line 327 of file uchar.stub.php.

◆ CHAR_DIRECTION_BOUNDARY_NEUTRAL

const int IntlChar::CHAR_DIRECTION_BOUNDARY_NEUTRAL = UNKNOWN

@cvalue U_BOUNDARY_NEUTRAL

Definition at line 349 of file uchar.stub.php.

◆ CHAR_DIRECTION_CHAR_DIRECTION_COUNT

const int IntlChar::CHAR_DIRECTION_CHAR_DIRECTION_COUNT = UNKNOWN

@cvalue U_CHAR_DIRECTION_COUNT

Definition at line 361 of file uchar.stub.php.

◆ CHAR_DIRECTION_COMMON_NUMBER_SEPARATOR

const int IntlChar::CHAR_DIRECTION_COMMON_NUMBER_SEPARATOR = UNKNOWN

@cvalue U_COMMON_NUMBER_SEPARATOR

Definition at line 325 of file uchar.stub.php.

◆ CHAR_DIRECTION_DIR_NON_SPACING_MARK

const int IntlChar::CHAR_DIRECTION_DIR_NON_SPACING_MARK = UNKNOWN

@cvalue U_DIR_NON_SPACING_MARK

Definition at line 347 of file uchar.stub.php.

◆ CHAR_DIRECTION_EUROPEAN_NUMBER

const int IntlChar::CHAR_DIRECTION_EUROPEAN_NUMBER = UNKNOWN

@cvalue U_EUROPEAN_NUMBER

Definition at line 317 of file uchar.stub.php.

◆ CHAR_DIRECTION_EUROPEAN_NUMBER_SEPARATOR

const int IntlChar::CHAR_DIRECTION_EUROPEAN_NUMBER_SEPARATOR = UNKNOWN

@cvalue U_EUROPEAN_NUMBER_SEPARATOR

Definition at line 319 of file uchar.stub.php.

◆ CHAR_DIRECTION_EUROPEAN_NUMBER_TERMINATOR

const int IntlChar::CHAR_DIRECTION_EUROPEAN_NUMBER_TERMINATOR = UNKNOWN

@cvalue U_EUROPEAN_NUMBER_TERMINATOR

Definition at line 321 of file uchar.stub.php.

◆ CHAR_DIRECTION_FIRST_STRONG_ISOLATE

const int IntlChar::CHAR_DIRECTION_FIRST_STRONG_ISOLATE = UNKNOWN

@cvalue U_FIRST_STRONG_ISOLATE

Definition at line 352 of file uchar.stub.php.

◆ CHAR_DIRECTION_LEFT_TO_RIGHT

const int IntlChar::CHAR_DIRECTION_LEFT_TO_RIGHT = UNKNOWN

@cvalue U_LEFT_TO_RIGHT

Definition at line 313 of file uchar.stub.php.

◆ CHAR_DIRECTION_LEFT_TO_RIGHT_EMBEDDING

const int IntlChar::CHAR_DIRECTION_LEFT_TO_RIGHT_EMBEDDING = UNKNOWN

@cvalue U_LEFT_TO_RIGHT_EMBEDDING

Definition at line 335 of file uchar.stub.php.

◆ CHAR_DIRECTION_LEFT_TO_RIGHT_ISOLATE

const int IntlChar::CHAR_DIRECTION_LEFT_TO_RIGHT_ISOLATE = UNKNOWN

@cvalue U_LEFT_TO_RIGHT_ISOLATE

Definition at line 354 of file uchar.stub.php.

◆ CHAR_DIRECTION_LEFT_TO_RIGHT_OVERRIDE

const int IntlChar::CHAR_DIRECTION_LEFT_TO_RIGHT_OVERRIDE = UNKNOWN

@cvalue U_LEFT_TO_RIGHT_OVERRIDE

Definition at line 337 of file uchar.stub.php.

◆ CHAR_DIRECTION_OTHER_NEUTRAL

const int IntlChar::CHAR_DIRECTION_OTHER_NEUTRAL = UNKNOWN

@cvalue U_OTHER_NEUTRAL

Definition at line 333 of file uchar.stub.php.

◆ CHAR_DIRECTION_POP_DIRECTIONAL_FORMAT

const int IntlChar::CHAR_DIRECTION_POP_DIRECTIONAL_FORMAT = UNKNOWN

@cvalue U_POP_DIRECTIONAL_FORMAT

Definition at line 345 of file uchar.stub.php.

◆ CHAR_DIRECTION_POP_DIRECTIONAL_ISOLATE

const int IntlChar::CHAR_DIRECTION_POP_DIRECTIONAL_ISOLATE = UNKNOWN

@cvalue U_POP_DIRECTIONAL_ISOLATE

Definition at line 358 of file uchar.stub.php.

◆ CHAR_DIRECTION_RIGHT_TO_LEFT

const int IntlChar::CHAR_DIRECTION_RIGHT_TO_LEFT = UNKNOWN

@cvalue U_RIGHT_TO_LEFT

Definition at line 315 of file uchar.stub.php.

◆ CHAR_DIRECTION_RIGHT_TO_LEFT_ARABIC

const int IntlChar::CHAR_DIRECTION_RIGHT_TO_LEFT_ARABIC = UNKNOWN

@cvalue U_RIGHT_TO_LEFT_ARABIC

Definition at line 339 of file uchar.stub.php.

◆ CHAR_DIRECTION_RIGHT_TO_LEFT_EMBEDDING

const int IntlChar::CHAR_DIRECTION_RIGHT_TO_LEFT_EMBEDDING = UNKNOWN

@cvalue U_RIGHT_TO_LEFT_EMBEDDING

Definition at line 341 of file uchar.stub.php.

◆ CHAR_DIRECTION_RIGHT_TO_LEFT_ISOLATE

const int IntlChar::CHAR_DIRECTION_RIGHT_TO_LEFT_ISOLATE = UNKNOWN

@cvalue U_RIGHT_TO_LEFT_ISOLATE

Definition at line 356 of file uchar.stub.php.

◆ CHAR_DIRECTION_RIGHT_TO_LEFT_OVERRIDE

const int IntlChar::CHAR_DIRECTION_RIGHT_TO_LEFT_OVERRIDE = UNKNOWN

@cvalue U_RIGHT_TO_LEFT_OVERRIDE

Definition at line 343 of file uchar.stub.php.

◆ CHAR_DIRECTION_SEGMENT_SEPARATOR

const int IntlChar::CHAR_DIRECTION_SEGMENT_SEPARATOR = UNKNOWN

@cvalue U_SEGMENT_SEPARATOR

Definition at line 329 of file uchar.stub.php.

◆ CHAR_DIRECTION_WHITE_SPACE_NEUTRAL

const int IntlChar::CHAR_DIRECTION_WHITE_SPACE_NEUTRAL = UNKNOWN

@cvalue U_WHITE_SPACE_NEUTRAL

Definition at line 331 of file uchar.stub.php.

◆ CHAR_NAME_ALIAS

const int IntlChar::CHAR_NAME_ALIAS = UNKNOWN

@cvalue U_CHAR_NAME_ALIAS

Definition at line 919 of file uchar.stub.php.

◆ CHAR_NAME_CHOICE_COUNT

const int IntlChar::CHAR_NAME_CHOICE_COUNT = UNKNOWN

@cvalue U_CHAR_NAME_CHOICE_COUNT

Definition at line 921 of file uchar.stub.php.

◆ CODEPOINT_MAX

const int IntlChar::CODEPOINT_MAX = UNKNOWN

@cvalue UCHAR_MAX_VALUE

Definition at line 12 of file uchar.stub.php.

◆ CODEPOINT_MIN

const int IntlChar::CODEPOINT_MIN = UNKNOWN

@cvalue UCHAR_MIN_VALUE

Definition at line 10 of file uchar.stub.php.

◆ DT_CANONICAL

const int IntlChar::DT_CANONICAL = UNKNOWN

@cvalue U_DT_CANONICAL

Definition at line 937 of file uchar.stub.php.

◆ DT_CIRCLE

const int IntlChar::DT_CIRCLE = UNKNOWN

@cvalue U_DT_CIRCLE

Definition at line 941 of file uchar.stub.php.

◆ DT_COMPAT

const int IntlChar::DT_COMPAT = UNKNOWN

@cvalue U_DT_COMPAT

Definition at line 939 of file uchar.stub.php.

◆ DT_COUNT

const int IntlChar::DT_COUNT = UNKNOWN

@cvalue U_DT_COUNT

Definition at line 971 of file uchar.stub.php.

◆ DT_FINAL

const int IntlChar::DT_FINAL = UNKNOWN

@cvalue U_DT_FINAL

Definition at line 943 of file uchar.stub.php.

◆ DT_FONT

const int IntlChar::DT_FONT = UNKNOWN

@cvalue U_DT_FONT

Definition at line 945 of file uchar.stub.php.

◆ DT_FRACTION

const int IntlChar::DT_FRACTION = UNKNOWN

@cvalue U_DT_FRACTION

Definition at line 947 of file uchar.stub.php.

◆ DT_INITIAL

const int IntlChar::DT_INITIAL = UNKNOWN

@cvalue U_DT_INITIAL

Definition at line 949 of file uchar.stub.php.

◆ DT_ISOLATED

const int IntlChar::DT_ISOLATED = UNKNOWN

@cvalue U_DT_ISOLATED

Definition at line 951 of file uchar.stub.php.

◆ DT_MEDIAL

const int IntlChar::DT_MEDIAL = UNKNOWN

@cvalue U_DT_MEDIAL

Definition at line 953 of file uchar.stub.php.

◆ DT_NARROW

const int IntlChar::DT_NARROW = UNKNOWN

@cvalue U_DT_NARROW

Definition at line 955 of file uchar.stub.php.

◆ DT_NOBREAK

const int IntlChar::DT_NOBREAK = UNKNOWN

@cvalue U_DT_NOBREAK

Definition at line 957 of file uchar.stub.php.

◆ DT_NONE

const int IntlChar::DT_NONE = UNKNOWN

@cvalue U_DT_NONE

Definition at line 935 of file uchar.stub.php.

◆ DT_SMALL

const int IntlChar::DT_SMALL = UNKNOWN

@cvalue U_DT_SMALL

Definition at line 959 of file uchar.stub.php.

◆ DT_SQUARE

const int IntlChar::DT_SQUARE = UNKNOWN

@cvalue U_DT_SQUARE

Definition at line 961 of file uchar.stub.php.

◆ DT_SUB

const int IntlChar::DT_SUB = UNKNOWN

@cvalue U_DT_SUB

Definition at line 963 of file uchar.stub.php.

◆ DT_SUPER

const int IntlChar::DT_SUPER = UNKNOWN

@cvalue U_DT_SUPER

Definition at line 965 of file uchar.stub.php.

◆ DT_VERTICAL

const int IntlChar::DT_VERTICAL = UNKNOWN

@cvalue U_DT_VERTICAL

Definition at line 967 of file uchar.stub.php.

◆ DT_WIDE

const int IntlChar::DT_WIDE = UNKNOWN

@cvalue U_DT_WIDE

Definition at line 969 of file uchar.stub.php.

◆ EA_AMBIGUOUS

const int IntlChar::EA_AMBIGUOUS = UNKNOWN

@cvalue U_EA_AMBIGUOUS

Definition at line 898 of file uchar.stub.php.

◆ EA_COUNT

const int IntlChar::EA_COUNT = UNKNOWN

@cvalue U_EA_COUNT

Definition at line 908 of file uchar.stub.php.

◆ EA_FULLWIDTH

const int IntlChar::EA_FULLWIDTH = UNKNOWN

@cvalue U_EA_FULLWIDTH

Definition at line 902 of file uchar.stub.php.

◆ EA_HALFWIDTH

const int IntlChar::EA_HALFWIDTH = UNKNOWN

@cvalue U_EA_HALFWIDTH

Definition at line 900 of file uchar.stub.php.

◆ EA_NARROW

const int IntlChar::EA_NARROW = UNKNOWN

@cvalue U_EA_NARROW

Definition at line 904 of file uchar.stub.php.

◆ EA_NEUTRAL

const int IntlChar::EA_NEUTRAL = UNKNOWN

@cvalue U_EA_NEUTRAL

Definition at line 896 of file uchar.stub.php.

◆ EA_WIDE

const int IntlChar::EA_WIDE = UNKNOWN

@cvalue U_EA_WIDE

Definition at line 906 of file uchar.stub.php.

◆ EXTENDED_CHAR_NAME

const int IntlChar::EXTENDED_CHAR_NAME = UNKNOWN

@cvalue U_EXTENDED_CHAR_NAME

Definition at line 917 of file uchar.stub.php.

◆ FOLD_CASE_DEFAULT

const int IntlChar::FOLD_CASE_DEFAULT = UNKNOWN

@cvalue U_FOLD_CASE_DEFAULT

Definition at line 1398 of file uchar.stub.php.

◆ FOLD_CASE_EXCLUDE_SPECIAL_I

const int IntlChar::FOLD_CASE_EXCLUDE_SPECIAL_I = UNKNOWN

@cvalue U_FOLD_CASE_EXCLUDE_SPECIAL_I

Definition at line 1400 of file uchar.stub.php.

◆ GCB_CONTROL

const int IntlChar::GCB_CONTROL = UNKNOWN

@cvalue U_GCB_CONTROL

Definition at line 1176 of file uchar.stub.php.

◆ GCB_COUNT

const int IntlChar::GCB_COUNT = UNKNOWN

@cvalue U_GCB_COUNT

Definition at line 1200 of file uchar.stub.php.

◆ GCB_CR

const int IntlChar::GCB_CR = UNKNOWN

@cvalue U_GCB_CR

Definition at line 1178 of file uchar.stub.php.

◆ GCB_EXTEND

const int IntlChar::GCB_EXTEND = UNKNOWN

@cvalue U_GCB_EXTEND

Definition at line 1180 of file uchar.stub.php.

◆ GCB_L

const int IntlChar::GCB_L = UNKNOWN

@cvalue U_GCB_L

Definition at line 1182 of file uchar.stub.php.

◆ GCB_LF

const int IntlChar::GCB_LF = UNKNOWN

@cvalue U_GCB_LF

Definition at line 1184 of file uchar.stub.php.

◆ GCB_LV

const int IntlChar::GCB_LV = UNKNOWN

@cvalue U_GCB_LV

Definition at line 1186 of file uchar.stub.php.

◆ GCB_LVT

const int IntlChar::GCB_LVT = UNKNOWN

@cvalue U_GCB_LVT

Definition at line 1188 of file uchar.stub.php.

◆ GCB_OTHER

const int IntlChar::GCB_OTHER = UNKNOWN

@cvalue U_GCB_OTHER

Definition at line 1174 of file uchar.stub.php.

◆ GCB_PREPEND

const int IntlChar::GCB_PREPEND = UNKNOWN

@cvalue U_GCB_PREPEND

Definition at line 1196 of file uchar.stub.php.

◆ GCB_REGIONAL_INDICATOR

const int IntlChar::GCB_REGIONAL_INDICATOR = UNKNOWN

@cvalue U_GCB_REGIONAL_INDICATOR

Definition at line 1198 of file uchar.stub.php.

◆ GCB_SPACING_MARK

const int IntlChar::GCB_SPACING_MARK = UNKNOWN

@cvalue U_GCB_SPACING_MARK

Definition at line 1194 of file uchar.stub.php.

◆ GCB_T

const int IntlChar::GCB_T = UNKNOWN

@cvalue U_GCB_T

Definition at line 1190 of file uchar.stub.php.

◆ GCB_V

const int IntlChar::GCB_V = UNKNOWN

@cvalue U_GCB_V

Definition at line 1192 of file uchar.stub.php.

◆ HST_COUNT

const int IntlChar::HST_COUNT = UNKNOWN

@cvalue U_HST_COUNT

Definition at line 1393 of file uchar.stub.php.

◆ HST_LEADING_JAMO

const int IntlChar::HST_LEADING_JAMO = UNKNOWN

@cvalue U_HST_LEADING_JAMO

Definition at line 1383 of file uchar.stub.php.

◆ HST_LV_SYLLABLE

const int IntlChar::HST_LV_SYLLABLE = UNKNOWN

@cvalue U_HST_LV_SYLLABLE

Definition at line 1389 of file uchar.stub.php.

◆ HST_LVT_SYLLABLE

const int IntlChar::HST_LVT_SYLLABLE = UNKNOWN

@cvalue U_HST_LVT_SYLLABLE

Definition at line 1391 of file uchar.stub.php.

◆ HST_NOT_APPLICABLE

const int IntlChar::HST_NOT_APPLICABLE = UNKNOWN

@cvalue U_HST_NOT_APPLICABLE

Definition at line 1381 of file uchar.stub.php.

◆ HST_TRAILING_JAMO

const int IntlChar::HST_TRAILING_JAMO = UNKNOWN

@cvalue U_HST_TRAILING_JAMO

Definition at line 1387 of file uchar.stub.php.

◆ HST_VOWEL_JAMO

const int IntlChar::HST_VOWEL_JAMO = UNKNOWN

@cvalue U_HST_VOWEL_JAMO

Definition at line 1385 of file uchar.stub.php.

◆ JG_AIN

const int IntlChar::JG_AIN = UNKNOWN

@cvalue U_JG_AIN

Definition at line 995 of file uchar.stub.php.

◆ JG_ALAPH

const int IntlChar::JG_ALAPH = UNKNOWN

@cvalue U_JG_ALAPH

Definition at line 997 of file uchar.stub.php.

◆ JG_ALEF

const int IntlChar::JG_ALEF = UNKNOWN

@cvalue U_JG_ALEF

Definition at line 999 of file uchar.stub.php.

◆ JG_BEH

const int IntlChar::JG_BEH = UNKNOWN

@cvalue U_JG_BEH

Definition at line 1001 of file uchar.stub.php.

◆ JG_BETH

const int IntlChar::JG_BETH = UNKNOWN

@cvalue U_JG_BETH

Definition at line 1003 of file uchar.stub.php.

◆ JG_BURUSHASKI_YEH_BARREE

const int IntlChar::JG_BURUSHASKI_YEH_BARREE = UNKNOWN

@cvalue U_JG_BURUSHASKI_YEH_BARREE

Definition at line 1103 of file uchar.stub.php.

◆ JG_COUNT

const int IntlChar::JG_COUNT = UNKNOWN

@cvalue U_JG_COUNT

Definition at line 1169 of file uchar.stub.php.

◆ JG_DAL

const int IntlChar::JG_DAL = UNKNOWN

@cvalue U_JG_DAL

Definition at line 1005 of file uchar.stub.php.

◆ JG_DALATH_RISH

const int IntlChar::JG_DALATH_RISH = UNKNOWN

@cvalue U_JG_DALATH_RISH

Definition at line 1007 of file uchar.stub.php.

◆ JG_E

const int IntlChar::JG_E = UNKNOWN

@cvalue U_JG_E

Definition at line 1009 of file uchar.stub.php.

◆ JG_FARSI_YEH

const int IntlChar::JG_FARSI_YEH = UNKNOWN

@cvalue U_JG_FARSI_YEH

Definition at line 1105 of file uchar.stub.php.

◆ JG_FE

const int IntlChar::JG_FE = UNKNOWN

@cvalue U_JG_FE

Definition at line 1097 of file uchar.stub.php.

◆ JG_FEH

const int IntlChar::JG_FEH = UNKNOWN

@cvalue U_JG_FEH

Definition at line 1011 of file uchar.stub.php.

◆ JG_FINAL_SEMKATH

const int IntlChar::JG_FINAL_SEMKATH = UNKNOWN

@cvalue U_JG_FINAL_SEMKATH

Definition at line 1013 of file uchar.stub.php.

◆ JG_GAF

const int IntlChar::JG_GAF = UNKNOWN

@cvalue U_JG_GAF

Definition at line 1015 of file uchar.stub.php.

◆ JG_GAMAL

const int IntlChar::JG_GAMAL = UNKNOWN

@cvalue U_JG_GAMAL

Definition at line 1017 of file uchar.stub.php.

◆ JG_HAH

const int IntlChar::JG_HAH = UNKNOWN

@cvalue U_JG_HAH

Definition at line 1019 of file uchar.stub.php.

◆ JG_HAMZA_ON_HEH_GOAL

const int IntlChar::JG_HAMZA_ON_HEH_GOAL = UNKNOWN

@cvalue U_JG_HAMZA_ON_HEH_GOAL

Definition at line 1023 of file uchar.stub.php.

◆ JG_HE

const int IntlChar::JG_HE = UNKNOWN

@cvalue U_JG_HE

Definition at line 1025 of file uchar.stub.php.

◆ JG_HEH

const int IntlChar::JG_HEH = UNKNOWN

@cvalue U_JG_HEH

Definition at line 1027 of file uchar.stub.php.

◆ JG_HEH_GOAL

const int IntlChar::JG_HEH_GOAL = UNKNOWN

@cvalue U_JG_HEH_GOAL

Definition at line 1029 of file uchar.stub.php.

◆ JG_HETH

const int IntlChar::JG_HETH = UNKNOWN

@cvalue U_JG_HETH

Definition at line 1031 of file uchar.stub.php.

◆ JG_KAF

const int IntlChar::JG_KAF = UNKNOWN

@cvalue U_JG_KAF

Definition at line 1033 of file uchar.stub.php.

◆ JG_KAPH

const int IntlChar::JG_KAPH = UNKNOWN

@cvalue U_JG_KAPH

Definition at line 1035 of file uchar.stub.php.

◆ JG_KHAPH

const int IntlChar::JG_KHAPH = UNKNOWN

@cvalue U_JG_KHAPH

Definition at line 1099 of file uchar.stub.php.

◆ JG_KNOTTED_HEH

const int IntlChar::JG_KNOTTED_HEH = UNKNOWN

@cvalue U_JG_KNOTTED_HEH

Definition at line 1037 of file uchar.stub.php.

◆ JG_LAM

const int IntlChar::JG_LAM = UNKNOWN

@cvalue U_JG_LAM

Definition at line 1039 of file uchar.stub.php.

◆ JG_LAMADH

const int IntlChar::JG_LAMADH = UNKNOWN

@cvalue U_JG_LAMADH

Definition at line 1041 of file uchar.stub.php.

◆ JG_MANICHAEAN_ALEPH

const int IntlChar::JG_MANICHAEAN_ALEPH = UNKNOWN

@cvalue U_JG_MANICHAEAN_ALEPH

Definition at line 1112 of file uchar.stub.php.

◆ JG_MANICHAEAN_AYIN

const int IntlChar::JG_MANICHAEAN_AYIN = UNKNOWN

@cvalue U_JG_MANICHAEAN_AYIN

Definition at line 1114 of file uchar.stub.php.

◆ JG_MANICHAEAN_BETH

const int IntlChar::JG_MANICHAEAN_BETH = UNKNOWN

@cvalue U_JG_MANICHAEAN_BETH

Definition at line 1116 of file uchar.stub.php.

◆ JG_MANICHAEAN_DALETH

const int IntlChar::JG_MANICHAEAN_DALETH = UNKNOWN

@cvalue U_JG_MANICHAEAN_DALETH

Definition at line 1118 of file uchar.stub.php.

◆ JG_MANICHAEAN_DHAMEDH

const int IntlChar::JG_MANICHAEAN_DHAMEDH = UNKNOWN

@cvalue U_JG_MANICHAEAN_DHAMEDH

Definition at line 1120 of file uchar.stub.php.

◆ JG_MANICHAEAN_FIVE

const int IntlChar::JG_MANICHAEAN_FIVE = UNKNOWN

@cvalue U_JG_MANICHAEAN_FIVE

Definition at line 1122 of file uchar.stub.php.

◆ JG_MANICHAEAN_GIMEL

const int IntlChar::JG_MANICHAEAN_GIMEL = UNKNOWN

@cvalue U_JG_MANICHAEAN_GIMEL

Definition at line 1124 of file uchar.stub.php.

◆ JG_MANICHAEAN_HETH

const int IntlChar::JG_MANICHAEAN_HETH = UNKNOWN

@cvalue U_JG_MANICHAEAN_HETH

Definition at line 1126 of file uchar.stub.php.

◆ JG_MANICHAEAN_HUNDRED

const int IntlChar::JG_MANICHAEAN_HUNDRED = UNKNOWN

@cvalue U_JG_MANICHAEAN_HUNDRED

Definition at line 1128 of file uchar.stub.php.

◆ JG_MANICHAEAN_KAPH

const int IntlChar::JG_MANICHAEAN_KAPH = UNKNOWN

@cvalue U_JG_MANICHAEAN_KAPH

Definition at line 1130 of file uchar.stub.php.

◆ JG_MANICHAEAN_LAMEDH

const int IntlChar::JG_MANICHAEAN_LAMEDH = UNKNOWN

@cvalue U_JG_MANICHAEAN_LAMEDH

Definition at line 1132 of file uchar.stub.php.

◆ JG_MANICHAEAN_MEM

const int IntlChar::JG_MANICHAEAN_MEM = UNKNOWN

@cvalue U_JG_MANICHAEAN_MEM

Definition at line 1134 of file uchar.stub.php.

◆ JG_MANICHAEAN_NUN

const int IntlChar::JG_MANICHAEAN_NUN = UNKNOWN

@cvalue U_JG_MANICHAEAN_NUN

Definition at line 1136 of file uchar.stub.php.

◆ JG_MANICHAEAN_ONE

const int IntlChar::JG_MANICHAEAN_ONE = UNKNOWN

@cvalue U_JG_MANICHAEAN_ONE

Definition at line 1138 of file uchar.stub.php.

◆ JG_MANICHAEAN_PE

const int IntlChar::JG_MANICHAEAN_PE = UNKNOWN

@cvalue U_JG_MANICHAEAN_PE

Definition at line 1140 of file uchar.stub.php.

◆ JG_MANICHAEAN_QOPH

const int IntlChar::JG_MANICHAEAN_QOPH = UNKNOWN

@cvalue U_JG_MANICHAEAN_QOPH

Definition at line 1142 of file uchar.stub.php.

◆ JG_MANICHAEAN_RESH

const int IntlChar::JG_MANICHAEAN_RESH = UNKNOWN

@cvalue U_JG_MANICHAEAN_RESH

Definition at line 1144 of file uchar.stub.php.

◆ JG_MANICHAEAN_SADHE

const int IntlChar::JG_MANICHAEAN_SADHE = UNKNOWN

@cvalue U_JG_MANICHAEAN_SADHE

Definition at line 1146 of file uchar.stub.php.

◆ JG_MANICHAEAN_SAMEKH

const int IntlChar::JG_MANICHAEAN_SAMEKH = UNKNOWN

@cvalue U_JG_MANICHAEAN_SAMEKH

Definition at line 1148 of file uchar.stub.php.

◆ JG_MANICHAEAN_TAW

const int IntlChar::JG_MANICHAEAN_TAW = UNKNOWN

@cvalue U_JG_MANICHAEAN_TAW

Definition at line 1150 of file uchar.stub.php.

◆ JG_MANICHAEAN_TEN

const int IntlChar::JG_MANICHAEAN_TEN = UNKNOWN

@cvalue U_JG_MANICHAEAN_TEN

Definition at line 1152 of file uchar.stub.php.

◆ JG_MANICHAEAN_TETH

const int IntlChar::JG_MANICHAEAN_TETH = UNKNOWN

@cvalue U_JG_MANICHAEAN_TETH

Definition at line 1154 of file uchar.stub.php.

◆ JG_MANICHAEAN_THAMEDH

const int IntlChar::JG_MANICHAEAN_THAMEDH = UNKNOWN

@cvalue U_JG_MANICHAEAN_THAMEDH

Definition at line 1156 of file uchar.stub.php.

◆ JG_MANICHAEAN_TWENTY

const int IntlChar::JG_MANICHAEAN_TWENTY = UNKNOWN

@cvalue U_JG_MANICHAEAN_TWENTY

Definition at line 1158 of file uchar.stub.php.

◆ JG_MANICHAEAN_WAW

const int IntlChar::JG_MANICHAEAN_WAW = UNKNOWN

@cvalue U_JG_MANICHAEAN_WAW

Definition at line 1160 of file uchar.stub.php.

◆ JG_MANICHAEAN_YODH

const int IntlChar::JG_MANICHAEAN_YODH = UNKNOWN

@cvalue U_JG_MANICHAEAN_YODH

Definition at line 1162 of file uchar.stub.php.

◆ JG_MANICHAEAN_ZAYIN

const int IntlChar::JG_MANICHAEAN_ZAYIN = UNKNOWN

@cvalue U_JG_MANICHAEAN_ZAYIN

Definition at line 1164 of file uchar.stub.php.

◆ JG_MEEM

const int IntlChar::JG_MEEM = UNKNOWN

@cvalue U_JG_MEEM

Definition at line 1043 of file uchar.stub.php.

◆ JG_MIM

const int IntlChar::JG_MIM = UNKNOWN

@cvalue U_JG_MIM

Definition at line 1045 of file uchar.stub.php.

◆ JG_NO_JOINING_GROUP

const int IntlChar::JG_NO_JOINING_GROUP = UNKNOWN

@cvalue U_JG_NO_JOINING_GROUP

Definition at line 993 of file uchar.stub.php.

◆ JG_NOON

const int IntlChar::JG_NOON = UNKNOWN

@cvalue U_JG_NOON

Definition at line 1047 of file uchar.stub.php.

◆ JG_NUN

const int IntlChar::JG_NUN = UNKNOWN

@cvalue U_JG_NUN

Definition at line 1049 of file uchar.stub.php.

◆ JG_NYA

const int IntlChar::JG_NYA = UNKNOWN

@cvalue U_JG_NYA

Definition at line 1107 of file uchar.stub.php.

◆ JG_PE

const int IntlChar::JG_PE = UNKNOWN

@cvalue U_JG_PE

Definition at line 1051 of file uchar.stub.php.

◆ JG_QAF

const int IntlChar::JG_QAF = UNKNOWN

@cvalue U_JG_QAF

Definition at line 1053 of file uchar.stub.php.

◆ JG_QAPH

const int IntlChar::JG_QAPH = UNKNOWN

@cvalue U_JG_QAPH

Definition at line 1055 of file uchar.stub.php.

◆ JG_REH

const int IntlChar::JG_REH = UNKNOWN

@cvalue U_JG_REH

Definition at line 1057 of file uchar.stub.php.

◆ JG_REVERSED_PE

const int IntlChar::JG_REVERSED_PE = UNKNOWN

@cvalue U_JG_REVERSED_PE

Definition at line 1059 of file uchar.stub.php.

◆ JG_ROHINGYA_YEH

const int IntlChar::JG_ROHINGYA_YEH = UNKNOWN

@cvalue U_JG_ROHINGYA_YEH

Definition at line 1109 of file uchar.stub.php.

◆ JG_SAD

const int IntlChar::JG_SAD = UNKNOWN

@cvalue U_JG_SAD

Definition at line 1061 of file uchar.stub.php.

◆ JG_SADHE

const int IntlChar::JG_SADHE = UNKNOWN

@cvalue U_JG_SADHE

Definition at line 1063 of file uchar.stub.php.

◆ JG_SEEN

const int IntlChar::JG_SEEN = UNKNOWN

@cvalue U_JG_SEEN

Definition at line 1065 of file uchar.stub.php.

◆ JG_SEMKATH

const int IntlChar::JG_SEMKATH = UNKNOWN

@cvalue U_JG_SEMKATH

Definition at line 1067 of file uchar.stub.php.

◆ JG_SHIN

const int IntlChar::JG_SHIN = UNKNOWN

@cvalue U_JG_SHIN

Definition at line 1069 of file uchar.stub.php.

◆ JG_STRAIGHT_WAW

const int IntlChar::JG_STRAIGHT_WAW = UNKNOWN

@cvalue U_JG_STRAIGHT_WAW

Definition at line 1166 of file uchar.stub.php.

◆ JG_SWASH_KAF

const int IntlChar::JG_SWASH_KAF = UNKNOWN

@cvalue U_JG_SWASH_KAF

Definition at line 1071 of file uchar.stub.php.

◆ JG_SYRIAC_WAW

const int IntlChar::JG_SYRIAC_WAW = UNKNOWN

@cvalue U_JG_SYRIAC_WAW

Definition at line 1073 of file uchar.stub.php.

◆ JG_TAH

const int IntlChar::JG_TAH = UNKNOWN

@cvalue U_JG_TAH

Definition at line 1075 of file uchar.stub.php.

◆ JG_TAW

const int IntlChar::JG_TAW = UNKNOWN

@cvalue U_JG_TAW

Definition at line 1077 of file uchar.stub.php.

◆ JG_TEH_MARBUTA

const int IntlChar::JG_TEH_MARBUTA = UNKNOWN

@cvalue U_JG_TEH_MARBUTA

Definition at line 1079 of file uchar.stub.php.

◆ JG_TEH_MARBUTA_GOAL

const int IntlChar::JG_TEH_MARBUTA_GOAL = UNKNOWN

@cvalue U_JG_TEH_MARBUTA_GOAL

Definition at line 1021 of file uchar.stub.php.

◆ JG_TETH

const int IntlChar::JG_TETH = UNKNOWN

@cvalue U_JG_TETH

Definition at line 1081 of file uchar.stub.php.

◆ JG_WAW

const int IntlChar::JG_WAW = UNKNOWN

@cvalue U_JG_WAW

Definition at line 1083 of file uchar.stub.php.

◆ JG_YEH

const int IntlChar::JG_YEH = UNKNOWN

@cvalue U_JG_YEH

Definition at line 1085 of file uchar.stub.php.

◆ JG_YEH_BARREE

const int IntlChar::JG_YEH_BARREE = UNKNOWN

@cvalue U_JG_YEH_BARREE

Definition at line 1087 of file uchar.stub.php.

◆ JG_YEH_WITH_TAIL

const int IntlChar::JG_YEH_WITH_TAIL = UNKNOWN

@cvalue U_JG_YEH_WITH_TAIL

Definition at line 1089 of file uchar.stub.php.

◆ JG_YUDH

const int IntlChar::JG_YUDH = UNKNOWN

@cvalue U_JG_YUDH

Definition at line 1091 of file uchar.stub.php.

◆ JG_YUDH_HE

const int IntlChar::JG_YUDH_HE = UNKNOWN

@cvalue U_JG_YUDH_HE

Definition at line 1093 of file uchar.stub.php.

◆ JG_ZAIN

const int IntlChar::JG_ZAIN = UNKNOWN

@cvalue U_JG_ZAIN

Definition at line 1095 of file uchar.stub.php.

◆ JG_ZHAIN

const int IntlChar::JG_ZHAIN = UNKNOWN

@cvalue U_JG_ZHAIN

Definition at line 1101 of file uchar.stub.php.

◆ JT_COUNT

const int IntlChar::JT_COUNT = UNKNOWN

@cvalue U_JT_COUNT

Definition at line 988 of file uchar.stub.php.

◆ JT_DUAL_JOINING

const int IntlChar::JT_DUAL_JOINING = UNKNOWN

@cvalue U_JT_DUAL_JOINING

Definition at line 980 of file uchar.stub.php.

◆ JT_JOIN_CAUSING

const int IntlChar::JT_JOIN_CAUSING = UNKNOWN

@cvalue U_JT_JOIN_CAUSING

Definition at line 978 of file uchar.stub.php.

◆ JT_LEFT_JOINING

const int IntlChar::JT_LEFT_JOINING = UNKNOWN

@cvalue U_JT_LEFT_JOINING

Definition at line 982 of file uchar.stub.php.

◆ JT_NON_JOINING

const int IntlChar::JT_NON_JOINING = UNKNOWN

@cvalue U_JT_NON_JOINING

Definition at line 976 of file uchar.stub.php.

◆ JT_RIGHT_JOINING

const int IntlChar::JT_RIGHT_JOINING = UNKNOWN

@cvalue U_JT_RIGHT_JOINING

Definition at line 984 of file uchar.stub.php.

◆ JT_TRANSPARENT

const int IntlChar::JT_TRANSPARENT = UNKNOWN

@cvalue U_JT_TRANSPARENT

Definition at line 986 of file uchar.stub.php.

◆ LB_ALPHABETIC

const int IntlChar::LB_ALPHABETIC = UNKNOWN

@cvalue U_LB_ALPHABETIC

Definition at line 1285 of file uchar.stub.php.

◆ LB_AMBIGUOUS

const int IntlChar::LB_AMBIGUOUS = UNKNOWN

@cvalue U_LB_AMBIGUOUS

Definition at line 1283 of file uchar.stub.php.

◆ LB_BREAK_AFTER

const int IntlChar::LB_BREAK_AFTER = UNKNOWN

@cvalue U_LB_BREAK_AFTER

Definition at line 1289 of file uchar.stub.php.

◆ LB_BREAK_BEFORE

const int IntlChar::LB_BREAK_BEFORE = UNKNOWN

@cvalue U_LB_BREAK_BEFORE

Definition at line 1291 of file uchar.stub.php.

◆ LB_BREAK_BOTH

const int IntlChar::LB_BREAK_BOTH = UNKNOWN

@cvalue U_LB_BREAK_BOTH

Definition at line 1287 of file uchar.stub.php.

◆ LB_BREAK_SYMBOLS

const int IntlChar::LB_BREAK_SYMBOLS = UNKNOWN

@cvalue U_LB_BREAK_SYMBOLS

Definition at line 1337 of file uchar.stub.php.

◆ LB_CARRIAGE_RETURN

const int IntlChar::LB_CARRIAGE_RETURN = UNKNOWN

@cvalue U_LB_CARRIAGE_RETURN

Definition at line 1301 of file uchar.stub.php.

◆ LB_CLOSE_PARENTHESIS

const int IntlChar::LB_CLOSE_PARENTHESIS = UNKNOWN

@cvalue U_LB_CLOSE_PARENTHESIS

Definition at line 1355 of file uchar.stub.php.

◆ LB_CLOSE_PUNCTUATION

const int IntlChar::LB_CLOSE_PUNCTUATION = UNKNOWN

@cvalue U_LB_CLOSE_PUNCTUATION

Definition at line 1297 of file uchar.stub.php.

◆ LB_COMBINING_MARK

const int IntlChar::LB_COMBINING_MARK = UNKNOWN

@cvalue U_LB_COMBINING_MARK

Definition at line 1299 of file uchar.stub.php.

◆ LB_COMPLEX_CONTEXT

const int IntlChar::LB_COMPLEX_CONTEXT = UNKNOWN

@cvalue U_LB_COMPLEX_CONTEXT

Definition at line 1331 of file uchar.stub.php.

◆ LB_CONDITIONAL_JAPANESE_STARTER

const int IntlChar::LB_CONDITIONAL_JAPANESE_STARTER = UNKNOWN

@cvalue U_LB_CONDITIONAL_JAPANESE_STARTER

Definition at line 1357 of file uchar.stub.php.

◆ LB_CONTINGENT_BREAK

const int IntlChar::LB_CONTINGENT_BREAK = UNKNOWN

@cvalue U_LB_CONTINGENT_BREAK

Definition at line 1295 of file uchar.stub.php.

◆ LB_COUNT

const int IntlChar::LB_COUNT = UNKNOWN

@cvalue U_LB_COUNT

Definition at line 1363 of file uchar.stub.php.

◆ LB_EXCLAMATION

const int IntlChar::LB_EXCLAMATION = UNKNOWN

@cvalue U_LB_EXCLAMATION

Definition at line 1303 of file uchar.stub.php.

◆ LB_GLUE

const int IntlChar::LB_GLUE = UNKNOWN

@cvalue U_LB_GLUE

Definition at line 1305 of file uchar.stub.php.

◆ LB_H2

const int IntlChar::LB_H2 = UNKNOWN

@cvalue U_LB_H2

Definition at line 1345 of file uchar.stub.php.

◆ LB_H3

const int IntlChar::LB_H3 = UNKNOWN

@cvalue U_LB_H3

Definition at line 1347 of file uchar.stub.php.

◆ LB_HEBREW_LETTER

const int IntlChar::LB_HEBREW_LETTER = UNKNOWN

@cvalue U_LB_HEBREW_LETTER

Definition at line 1359 of file uchar.stub.php.

◆ LB_HYPHEN

const int IntlChar::LB_HYPHEN = UNKNOWN

@cvalue U_LB_HYPHEN

Definition at line 1307 of file uchar.stub.php.

◆ LB_IDEOGRAPHIC

const int IntlChar::LB_IDEOGRAPHIC = UNKNOWN

@cvalue U_LB_IDEOGRAPHIC

Definition at line 1309 of file uchar.stub.php.

◆ LB_INFIX_NUMERIC

const int IntlChar::LB_INFIX_NUMERIC = UNKNOWN

@cvalue U_LB_INFIX_NUMERIC

Definition at line 1315 of file uchar.stub.php.

◆ LB_INSEPARABLE

const int IntlChar::LB_INSEPARABLE = UNKNOWN

@cvalue U_LB_INSEPARABLE

Definition at line 1311 of file uchar.stub.php.

◆ LB_INSEPERABLE

const int IntlChar::LB_INSEPERABLE = UNKNOWN

@cvalue U_LB_INSEPERABLE

Definition at line 1313 of file uchar.stub.php.

◆ LB_JL

const int IntlChar::LB_JL = UNKNOWN

@cvalue U_LB_JL

Definition at line 1349 of file uchar.stub.php.

◆ LB_JT

const int IntlChar::LB_JT = UNKNOWN

@cvalue U_LB_JT

Definition at line 1351 of file uchar.stub.php.

◆ LB_JV

const int IntlChar::LB_JV = UNKNOWN

@cvalue U_LB_JV

Definition at line 1353 of file uchar.stub.php.

◆ LB_LINE_FEED

const int IntlChar::LB_LINE_FEED = UNKNOWN

@cvalue U_LB_LINE_FEED

Definition at line 1317 of file uchar.stub.php.

◆ LB_MANDATORY_BREAK

const int IntlChar::LB_MANDATORY_BREAK = UNKNOWN

@cvalue U_LB_MANDATORY_BREAK

Definition at line 1293 of file uchar.stub.php.

◆ LB_NEXT_LINE

const int IntlChar::LB_NEXT_LINE = UNKNOWN

@cvalue U_LB_NEXT_LINE

Definition at line 1341 of file uchar.stub.php.

◆ LB_NONSTARTER

const int IntlChar::LB_NONSTARTER = UNKNOWN

@cvalue U_LB_NONSTARTER

Definition at line 1319 of file uchar.stub.php.

◆ LB_NUMERIC

const int IntlChar::LB_NUMERIC = UNKNOWN

@cvalue U_LB_NUMERIC

Definition at line 1321 of file uchar.stub.php.

◆ LB_OPEN_PUNCTUATION

const int IntlChar::LB_OPEN_PUNCTUATION = UNKNOWN

@cvalue U_LB_OPEN_PUNCTUATION

Definition at line 1323 of file uchar.stub.php.

◆ LB_POSTFIX_NUMERIC

const int IntlChar::LB_POSTFIX_NUMERIC = UNKNOWN

@cvalue U_LB_POSTFIX_NUMERIC

Definition at line 1325 of file uchar.stub.php.

◆ LB_PREFIX_NUMERIC

const int IntlChar::LB_PREFIX_NUMERIC = UNKNOWN

@cvalue U_LB_PREFIX_NUMERIC

Definition at line 1327 of file uchar.stub.php.

◆ LB_QUOTATION

const int IntlChar::LB_QUOTATION = UNKNOWN

@cvalue U_LB_QUOTATION

Definition at line 1329 of file uchar.stub.php.

◆ LB_REGIONAL_INDICATOR

const int IntlChar::LB_REGIONAL_INDICATOR = UNKNOWN

@cvalue U_LB_REGIONAL_INDICATOR

Definition at line 1361 of file uchar.stub.php.

◆ LB_SPACE

const int IntlChar::LB_SPACE = UNKNOWN

@cvalue U_LB_SPACE

Definition at line 1335 of file uchar.stub.php.

◆ LB_SURROGATE

const int IntlChar::LB_SURROGATE = UNKNOWN

@cvalue U_LB_SURROGATE

Definition at line 1333 of file uchar.stub.php.

◆ LB_UNKNOWN

const int IntlChar::LB_UNKNOWN = UNKNOWN

@cvalue U_LB_UNKNOWN

Definition at line 1281 of file uchar.stub.php.

◆ LB_WORD_JOINER

const int IntlChar::LB_WORD_JOINER = UNKNOWN

@cvalue U_LB_WORD_JOINER

Definition at line 1343 of file uchar.stub.php.

◆ LB_ZWSPACE

const int IntlChar::LB_ZWSPACE = UNKNOWN

@cvalue U_LB_ZWSPACE

Definition at line 1339 of file uchar.stub.php.

◆ LONG_PROPERTY_NAME

const int IntlChar::LONG_PROPERTY_NAME = UNKNOWN

@cvalue U_LONG_PROPERTY_NAME

Definition at line 928 of file uchar.stub.php.

◆ NO_NUMERIC_VALUE

const float IntlChar::NO_NUMERIC_VALUE = UNKNOWN

@cvalue U_NO_NUMERIC_VALUE

Definition at line 14 of file uchar.stub.php.

◆ NT_COUNT

const int IntlChar::NT_COUNT = UNKNOWN

@cvalue U_NT_COUNT

Definition at line 1376 of file uchar.stub.php.

◆ NT_DECIMAL

const int IntlChar::NT_DECIMAL = UNKNOWN

@cvalue U_NT_DECIMAL

Definition at line 1370 of file uchar.stub.php.

◆ NT_DIGIT

const int IntlChar::NT_DIGIT = UNKNOWN

@cvalue U_NT_DIGIT

Definition at line 1372 of file uchar.stub.php.

◆ NT_NONE

const int IntlChar::NT_NONE = UNKNOWN

@cvalue U_NT_NONE

Definition at line 1368 of file uchar.stub.php.

◆ NT_NUMERIC

const int IntlChar::NT_NUMERIC = UNKNOWN

@cvalue U_NT_NUMERIC

Definition at line 1374 of file uchar.stub.php.

◆ PROPERTY_AGE

const int IntlChar::PROPERTY_AGE = UNKNOWN

@cvalue UCHAR_AGE

Definition at line 205 of file uchar.stub.php.

◆ PROPERTY_ALPHABETIC

const int IntlChar::PROPERTY_ALPHABETIC = UNKNOWN

@cvalue UCHAR_ALPHABETIC

Definition at line 17 of file uchar.stub.php.

◆ PROPERTY_ASCII_HEX_DIGIT

const int IntlChar::PROPERTY_ASCII_HEX_DIGIT = UNKNOWN

@cvalue UCHAR_ASCII_HEX_DIGIT

Definition at line 21 of file uchar.stub.php.

◆ PROPERTY_BIDI_CLASS

const int IntlChar::PROPERTY_BIDI_CLASS = UNKNOWN

@cvalue UCHAR_BIDI_CLASS

Definition at line 143 of file uchar.stub.php.

◆ PROPERTY_BIDI_CONTROL

const int IntlChar::PROPERTY_BIDI_CONTROL = UNKNOWN

@cvalue UCHAR_BIDI_CONTROL

Definition at line 23 of file uchar.stub.php.

◆ PROPERTY_BIDI_MIRRORED

const int IntlChar::PROPERTY_BIDI_MIRRORED = UNKNOWN

@cvalue UCHAR_BIDI_MIRRORED

Definition at line 25 of file uchar.stub.php.

◆ PROPERTY_BIDI_MIRRORING_GLYPH

const int IntlChar::PROPERTY_BIDI_MIRRORING_GLYPH = UNKNOWN

@cvalue UCHAR_BIDI_MIRRORING_GLYPH

Definition at line 209 of file uchar.stub.php.

◆ PROPERTY_BIDI_PAIRED_BRACKET

const int IntlChar::PROPERTY_BIDI_PAIRED_BRACKET = UNKNOWN

@cvalue UCHAR_BIDI_PAIRED_BRACKET

Definition at line 234 of file uchar.stub.php.

◆ PROPERTY_BIDI_PAIRED_BRACKET_TYPE

const int IntlChar::PROPERTY_BIDI_PAIRED_BRACKET_TYPE = UNKNOWN

@cvalue UCHAR_BIDI_PAIRED_BRACKET_TYPE

Definition at line 188 of file uchar.stub.php.

◆ PROPERTY_BINARY_LIMIT

const int IntlChar::PROPERTY_BINARY_LIMIT = UNKNOWN

@cvalue UCHAR_BINARY_LIMIT

Definition at line 141 of file uchar.stub.php.

◆ PROPERTY_BINARY_START

const int IntlChar::PROPERTY_BINARY_START = UNKNOWN

@cvalue UCHAR_BINARY_START

Definition at line 19 of file uchar.stub.php.

◆ PROPERTY_BLOCK

const int IntlChar::PROPERTY_BLOCK = UNKNOWN

@cvalue UCHAR_BLOCK

Definition at line 147 of file uchar.stub.php.

◆ PROPERTY_CANONICAL_COMBINING_CLASS

const int IntlChar::PROPERTY_CANONICAL_COMBINING_CLASS = UNKNOWN

@cvalue UCHAR_CANONICAL_COMBINING_CLASS

Definition at line 149 of file uchar.stub.php.

◆ PROPERTY_CASE_FOLDING

const int IntlChar::PROPERTY_CASE_FOLDING = UNKNOWN

@cvalue UCHAR_CASE_FOLDING

Definition at line 211 of file uchar.stub.php.

◆ PROPERTY_CASE_IGNORABLE

const int IntlChar::PROPERTY_CASE_IGNORABLE = UNKNOWN

@cvalue UCHAR_CASE_IGNORABLE

Definition at line 127 of file uchar.stub.php.

◆ PROPERTY_CASE_SENSITIVE

const int IntlChar::PROPERTY_CASE_SENSITIVE = UNKNOWN

@cvalue UCHAR_CASE_SENSITIVE

Definition at line 95 of file uchar.stub.php.

◆ PROPERTY_CASED

const int IntlChar::PROPERTY_CASED = UNKNOWN

@cvalue UCHAR_CASED

Definition at line 125 of file uchar.stub.php.

◆ PROPERTY_CHANGES_WHEN_CASEFOLDED

const int IntlChar::PROPERTY_CHANGES_WHEN_CASEFOLDED = UNKNOWN

@cvalue UCHAR_CHANGES_WHEN_CASEFOLDED

Definition at line 135 of file uchar.stub.php.

◆ PROPERTY_CHANGES_WHEN_CASEMAPPED

const int IntlChar::PROPERTY_CHANGES_WHEN_CASEMAPPED = UNKNOWN

@cvalue UCHAR_CHANGES_WHEN_CASEMAPPED

Definition at line 137 of file uchar.stub.php.

◆ PROPERTY_CHANGES_WHEN_LOWERCASED

const int IntlChar::PROPERTY_CHANGES_WHEN_LOWERCASED = UNKNOWN

@cvalue UCHAR_CHANGES_WHEN_LOWERCASED

Definition at line 129 of file uchar.stub.php.

◆ PROPERTY_CHANGES_WHEN_NFKC_CASEFOLDED

const int IntlChar::PROPERTY_CHANGES_WHEN_NFKC_CASEFOLDED = UNKNOWN

@cvalue UCHAR_CHANGES_WHEN_NFKC_CASEFOLDED

Definition at line 139 of file uchar.stub.php.

◆ PROPERTY_CHANGES_WHEN_TITLECASED

const int IntlChar::PROPERTY_CHANGES_WHEN_TITLECASED = UNKNOWN

@cvalue UCHAR_CHANGES_WHEN_TITLECASED

Definition at line 133 of file uchar.stub.php.

◆ PROPERTY_CHANGES_WHEN_UPPERCASED

const int IntlChar::PROPERTY_CHANGES_WHEN_UPPERCASED = UNKNOWN

@cvalue UCHAR_CHANGES_WHEN_UPPERCASED

Definition at line 131 of file uchar.stub.php.

◆ PROPERTY_DASH

const int IntlChar::PROPERTY_DASH = UNKNOWN

@cvalue UCHAR_DASH

Definition at line 27 of file uchar.stub.php.

◆ PROPERTY_DECOMPOSITION_TYPE

const int IntlChar::PROPERTY_DECOMPOSITION_TYPE = UNKNOWN

@cvalue UCHAR_DECOMPOSITION_TYPE

Definition at line 151 of file uchar.stub.php.

◆ PROPERTY_DEFAULT_IGNORABLE_CODE_POINT

const int IntlChar::PROPERTY_DEFAULT_IGNORABLE_CODE_POINT = UNKNOWN

@cvalue UCHAR_DEFAULT_IGNORABLE_CODE_POINT

Definition at line 29 of file uchar.stub.php.

◆ PROPERTY_DEPRECATED

const int IntlChar::PROPERTY_DEPRECATED = UNKNOWN

@cvalue UCHAR_DEPRECATED

Definition at line 31 of file uchar.stub.php.

◆ PROPERTY_DIACRITIC

const int IntlChar::PROPERTY_DIACRITIC = UNKNOWN

@cvalue UCHAR_DIACRITIC

Definition at line 33 of file uchar.stub.php.

◆ PROPERTY_DOUBLE_LIMIT

const int IntlChar::PROPERTY_DOUBLE_LIMIT = UNKNOWN

@cvalue UCHAR_DOUBLE_LIMIT

Definition at line 203 of file uchar.stub.php.

◆ PROPERTY_DOUBLE_START

const int IntlChar::PROPERTY_DOUBLE_START = UNKNOWN

@cvalue UCHAR_DOUBLE_START

Definition at line 201 of file uchar.stub.php.

◆ PROPERTY_EAST_ASIAN_WIDTH

const int IntlChar::PROPERTY_EAST_ASIAN_WIDTH = UNKNOWN

@cvalue UCHAR_EAST_ASIAN_WIDTH

Definition at line 153 of file uchar.stub.php.

◆ PROPERTY_EXTENDER

const int IntlChar::PROPERTY_EXTENDER = UNKNOWN

@cvalue UCHAR_EXTENDER

Definition at line 35 of file uchar.stub.php.

◆ PROPERTY_FULL_COMPOSITION_EXCLUSION

const int IntlChar::PROPERTY_FULL_COMPOSITION_EXCLUSION = UNKNOWN

@cvalue UCHAR_FULL_COMPOSITION_EXCLUSION

Definition at line 37 of file uchar.stub.php.

◆ PROPERTY_GENERAL_CATEGORY

const int IntlChar::PROPERTY_GENERAL_CATEGORY = UNKNOWN

@cvalue UCHAR_GENERAL_CATEGORY

Definition at line 155 of file uchar.stub.php.

◆ PROPERTY_GENERAL_CATEGORY_MASK

const int IntlChar::PROPERTY_GENERAL_CATEGORY_MASK = UNKNOWN

@cvalue UCHAR_GENERAL_CATEGORY_MASK

Definition at line 193 of file uchar.stub.php.

◆ PROPERTY_GRAPHEME_BASE

const int IntlChar::PROPERTY_GRAPHEME_BASE = UNKNOWN

@cvalue UCHAR_GRAPHEME_BASE

Definition at line 39 of file uchar.stub.php.

◆ PROPERTY_GRAPHEME_CLUSTER_BREAK

const int IntlChar::PROPERTY_GRAPHEME_CLUSTER_BREAK = UNKNOWN

@cvalue UCHAR_GRAPHEME_CLUSTER_BREAK

Definition at line 181 of file uchar.stub.php.

◆ PROPERTY_GRAPHEME_EXTEND

const int IntlChar::PROPERTY_GRAPHEME_EXTEND = UNKNOWN

@cvalue UCHAR_GRAPHEME_EXTEND

Definition at line 41 of file uchar.stub.php.

◆ PROPERTY_GRAPHEME_LINK

const int IntlChar::PROPERTY_GRAPHEME_LINK = UNKNOWN

@cvalue UCHAR_GRAPHEME_LINK

Definition at line 43 of file uchar.stub.php.

◆ PROPERTY_HANGUL_SYLLABLE_TYPE

const int IntlChar::PROPERTY_HANGUL_SYLLABLE_TYPE = UNKNOWN

@cvalue UCHAR_HANGUL_SYLLABLE_TYPE

Definition at line 167 of file uchar.stub.php.

◆ PROPERTY_HEX_DIGIT

const int IntlChar::PROPERTY_HEX_DIGIT = UNKNOWN

@cvalue UCHAR_HEX_DIGIT

Definition at line 45 of file uchar.stub.php.

◆ PROPERTY_HYPHEN

const int IntlChar::PROPERTY_HYPHEN = UNKNOWN

@cvalue UCHAR_HYPHEN

Definition at line 47 of file uchar.stub.php.

◆ PROPERTY_ID_COMPAT_MATH_CONTINUE

const int IntlChar::PROPERTY_ID_COMPAT_MATH_CONTINUE = UNKNOWN

@cvalue UCHAR_ID_COMPAT_MATH_CONTINUE

Definition at line 64 of file uchar.stub.php.

◆ PROPERTY_ID_COMPAT_MATH_START

const int IntlChar::PROPERTY_ID_COMPAT_MATH_START = UNKNOWN

@cvalue UCHAR_ID_COMPAT_MATH_START

Definition at line 62 of file uchar.stub.php.

◆ PROPERTY_ID_CONTINUE

const int IntlChar::PROPERTY_ID_CONTINUE = UNKNOWN

@cvalue UCHAR_ID_CONTINUE

Definition at line 49 of file uchar.stub.php.

◆ PROPERTY_ID_START

const int IntlChar::PROPERTY_ID_START = UNKNOWN

@cvalue UCHAR_ID_START

Definition at line 51 of file uchar.stub.php.

◆ PROPERTY_IDEOGRAPHIC

const int IntlChar::PROPERTY_IDEOGRAPHIC = UNKNOWN

@cvalue UCHAR_IDEOGRAPHIC

Definition at line 53 of file uchar.stub.php.

◆ PROPERTY_IDS_BINARY_OPERATOR

const int IntlChar::PROPERTY_IDS_BINARY_OPERATOR = UNKNOWN

@cvalue UCHAR_IDS_BINARY_OPERATOR

Definition at line 55 of file uchar.stub.php.

◆ PROPERTY_IDS_TRINARY_OPERATOR

const int IntlChar::PROPERTY_IDS_TRINARY_OPERATOR = UNKNOWN

@cvalue UCHAR_IDS_TRINARY_OPERATOR

Definition at line 57 of file uchar.stub.php.

◆ PROPERTY_IDS_UNARY_OPERATOR

const int IntlChar::PROPERTY_IDS_UNARY_OPERATOR = UNKNOWN

@cvalue UCHAR_IDS_UNARY_OPERATOR

Definition at line 60 of file uchar.stub.php.

◆ PROPERTY_INT_LIMIT

const int IntlChar::PROPERTY_INT_LIMIT = UNKNOWN

@cvalue UCHAR_INT_LIMIT

Definition at line 191 of file uchar.stub.php.

◆ PROPERTY_INT_START

const int IntlChar::PROPERTY_INT_START = UNKNOWN

@cvalue UCHAR_INT_START

Definition at line 145 of file uchar.stub.php.

◆ PROPERTY_INVALID_CODE

const int IntlChar::PROPERTY_INVALID_CODE = UNKNOWN

@cvalue UCHAR_INVALID_CODE

Definition at line 245 of file uchar.stub.php.

◆ PROPERTY_ISO_COMMENT

const int IntlChar::PROPERTY_ISO_COMMENT = UNKNOWN

@cvalue UCHAR_ISO_COMMENT

Definition at line 213 of file uchar.stub.php.

◆ PROPERTY_JOIN_CONTROL

const int IntlChar::PROPERTY_JOIN_CONTROL = UNKNOWN

@cvalue UCHAR_JOIN_CONTROL

Definition at line 67 of file uchar.stub.php.

◆ PROPERTY_JOINING_GROUP

const int IntlChar::PROPERTY_JOINING_GROUP = UNKNOWN

@cvalue UCHAR_JOINING_GROUP

Definition at line 157 of file uchar.stub.php.

◆ PROPERTY_JOINING_TYPE

const int IntlChar::PROPERTY_JOINING_TYPE = UNKNOWN

@cvalue UCHAR_JOINING_TYPE

Definition at line 159 of file uchar.stub.php.

◆ PROPERTY_LEAD_CANONICAL_COMBINING_CLASS

const int IntlChar::PROPERTY_LEAD_CANONICAL_COMBINING_CLASS = UNKNOWN

@cvalue UCHAR_LEAD_CANONICAL_COMBINING_CLASS

Definition at line 177 of file uchar.stub.php.

◆ PROPERTY_LINE_BREAK

const int IntlChar::PROPERTY_LINE_BREAK = UNKNOWN

@cvalue UCHAR_LINE_BREAK

Definition at line 161 of file uchar.stub.php.

◆ PROPERTY_LOGICAL_ORDER_EXCEPTION

const int IntlChar::PROPERTY_LOGICAL_ORDER_EXCEPTION = UNKNOWN

@cvalue UCHAR_LOGICAL_ORDER_EXCEPTION

Definition at line 69 of file uchar.stub.php.

◆ PROPERTY_LOWERCASE

const int IntlChar::PROPERTY_LOWERCASE = UNKNOWN

@cvalue UCHAR_LOWERCASE

Definition at line 71 of file uchar.stub.php.

◆ PROPERTY_LOWERCASE_MAPPING

const int IntlChar::PROPERTY_LOWERCASE_MAPPING = UNKNOWN

@cvalue UCHAR_LOWERCASE_MAPPING

Definition at line 215 of file uchar.stub.php.

◆ PROPERTY_MASK_LIMIT

const int IntlChar::PROPERTY_MASK_LIMIT = UNKNOWN

@cvalue UCHAR_MASK_LIMIT

Definition at line 197 of file uchar.stub.php.

◆ PROPERTY_MASK_START

const int IntlChar::PROPERTY_MASK_START = UNKNOWN

@cvalue UCHAR_MASK_START

Definition at line 195 of file uchar.stub.php.

◆ PROPERTY_MATH

const int IntlChar::PROPERTY_MATH = UNKNOWN

@cvalue UCHAR_MATH

Definition at line 73 of file uchar.stub.php.

◆ PROPERTY_NAME

const int IntlChar::PROPERTY_NAME = UNKNOWN

@cvalue UCHAR_NAME

Definition at line 217 of file uchar.stub.php.

◆ PROPERTY_NAME_CHOICE_COUNT

const int IntlChar::PROPERTY_NAME_CHOICE_COUNT = UNKNOWN

@cvalue U_PROPERTY_NAME_CHOICE_COUNT

Definition at line 930 of file uchar.stub.php.

◆ PROPERTY_NFC_INERT

const int IntlChar::PROPERTY_NFC_INERT = UNKNOWN

@cvalue UCHAR_NFC_INERT

Definition at line 105 of file uchar.stub.php.

◆ PROPERTY_NFC_QUICK_CHECK

const int IntlChar::PROPERTY_NFC_QUICK_CHECK = UNKNOWN

@cvalue UCHAR_NFC_QUICK_CHECK

Definition at line 173 of file uchar.stub.php.

◆ PROPERTY_NFD_INERT

const int IntlChar::PROPERTY_NFD_INERT = UNKNOWN

@cvalue UCHAR_NFD_INERT

Definition at line 101 of file uchar.stub.php.

◆ PROPERTY_NFD_QUICK_CHECK

const int IntlChar::PROPERTY_NFD_QUICK_CHECK = UNKNOWN

@cvalue UCHAR_NFD_QUICK_CHECK

Definition at line 169 of file uchar.stub.php.

◆ PROPERTY_NFKC_INERT

const int IntlChar::PROPERTY_NFKC_INERT = UNKNOWN

@cvalue UCHAR_NFKC_INERT

Definition at line 107 of file uchar.stub.php.

◆ PROPERTY_NFKC_QUICK_CHECK

const int IntlChar::PROPERTY_NFKC_QUICK_CHECK = UNKNOWN

@cvalue UCHAR_NFKC_QUICK_CHECK

Definition at line 175 of file uchar.stub.php.

◆ PROPERTY_NFKD_INERT

const int IntlChar::PROPERTY_NFKD_INERT = UNKNOWN

@cvalue UCHAR_NFKD_INERT

Definition at line 103 of file uchar.stub.php.

◆ PROPERTY_NFKD_QUICK_CHECK

const int IntlChar::PROPERTY_NFKD_QUICK_CHECK = UNKNOWN

@cvalue UCHAR_NFKD_QUICK_CHECK

Definition at line 171 of file uchar.stub.php.

◆ PROPERTY_NONCHARACTER_CODE_POINT

const int IntlChar::PROPERTY_NONCHARACTER_CODE_POINT = UNKNOWN

@cvalue UCHAR_NONCHARACTER_CODE_POINT

Definition at line 75 of file uchar.stub.php.

◆ PROPERTY_NUMERIC_TYPE

const int IntlChar::PROPERTY_NUMERIC_TYPE = UNKNOWN

@cvalue UCHAR_NUMERIC_TYPE

Definition at line 163 of file uchar.stub.php.

◆ PROPERTY_NUMERIC_VALUE

const int IntlChar::PROPERTY_NUMERIC_VALUE = UNKNOWN

@cvalue UCHAR_NUMERIC_VALUE

Definition at line 199 of file uchar.stub.php.

◆ PROPERTY_OTHER_PROPERTY_LIMIT

const int IntlChar::PROPERTY_OTHER_PROPERTY_LIMIT = UNKNOWN

@cvalue UCHAR_OTHER_PROPERTY_LIMIT

Definition at line 243 of file uchar.stub.php.

◆ PROPERTY_OTHER_PROPERTY_START

const int IntlChar::PROPERTY_OTHER_PROPERTY_START = UNKNOWN

@cvalue UCHAR_OTHER_PROPERTY_START

Definition at line 241 of file uchar.stub.php.

◆ PROPERTY_PATTERN_SYNTAX

const int IntlChar::PROPERTY_PATTERN_SYNTAX = UNKNOWN

@cvalue UCHAR_PATTERN_SYNTAX

Definition at line 111 of file uchar.stub.php.

◆ PROPERTY_PATTERN_WHITE_SPACE

const int IntlChar::PROPERTY_PATTERN_WHITE_SPACE = UNKNOWN

@cvalue UCHAR_PATTERN_WHITE_SPACE

Definition at line 113 of file uchar.stub.php.

◆ PROPERTY_POSIX_ALNUM

const int IntlChar::PROPERTY_POSIX_ALNUM = UNKNOWN

@cvalue UCHAR_POSIX_ALNUM

Definition at line 115 of file uchar.stub.php.

◆ PROPERTY_POSIX_BLANK

const int IntlChar::PROPERTY_POSIX_BLANK = UNKNOWN

@cvalue UCHAR_POSIX_BLANK

Definition at line 117 of file uchar.stub.php.

◆ PROPERTY_POSIX_GRAPH

const int IntlChar::PROPERTY_POSIX_GRAPH = UNKNOWN

@cvalue UCHAR_POSIX_GRAPH

Definition at line 119 of file uchar.stub.php.

◆ PROPERTY_POSIX_PRINT

const int IntlChar::PROPERTY_POSIX_PRINT = UNKNOWN

@cvalue UCHAR_POSIX_PRINT

Definition at line 121 of file uchar.stub.php.

◆ PROPERTY_POSIX_XDIGIT

const int IntlChar::PROPERTY_POSIX_XDIGIT = UNKNOWN

@cvalue UCHAR_POSIX_XDIGIT

Definition at line 123 of file uchar.stub.php.

◆ PROPERTY_QUOTATION_MARK

const int IntlChar::PROPERTY_QUOTATION_MARK = UNKNOWN

@cvalue UCHAR_QUOTATION_MARK

Definition at line 77 of file uchar.stub.php.

◆ PROPERTY_RADICAL

const int IntlChar::PROPERTY_RADICAL = UNKNOWN

@cvalue UCHAR_RADICAL

Definition at line 79 of file uchar.stub.php.

◆ PROPERTY_S_TERM

const int IntlChar::PROPERTY_S_TERM = UNKNOWN

@cvalue UCHAR_S_TERM

Definition at line 97 of file uchar.stub.php.

◆ PROPERTY_SCRIPT

const int IntlChar::PROPERTY_SCRIPT = UNKNOWN

@cvalue UCHAR_SCRIPT

Definition at line 165 of file uchar.stub.php.

◆ PROPERTY_SCRIPT_EXTENSIONS

const int IntlChar::PROPERTY_SCRIPT_EXTENSIONS = UNKNOWN

@cvalue UCHAR_SCRIPT_EXTENSIONS

Definition at line 239 of file uchar.stub.php.

◆ PROPERTY_SEGMENT_STARTER

const int IntlChar::PROPERTY_SEGMENT_STARTER = UNKNOWN

@cvalue UCHAR_SEGMENT_STARTER

Definition at line 109 of file uchar.stub.php.

◆ PROPERTY_SENTENCE_BREAK

const int IntlChar::PROPERTY_SENTENCE_BREAK = UNKNOWN

@cvalue UCHAR_SENTENCE_BREAK

Definition at line 183 of file uchar.stub.php.

◆ PROPERTY_SIMPLE_CASE_FOLDING

const int IntlChar::PROPERTY_SIMPLE_CASE_FOLDING = UNKNOWN

@cvalue UCHAR_SIMPLE_CASE_FOLDING

Definition at line 219 of file uchar.stub.php.

◆ PROPERTY_SIMPLE_LOWERCASE_MAPPING

const int IntlChar::PROPERTY_SIMPLE_LOWERCASE_MAPPING = UNKNOWN

@cvalue UCHAR_SIMPLE_LOWERCASE_MAPPING

Definition at line 221 of file uchar.stub.php.

◆ PROPERTY_SIMPLE_TITLECASE_MAPPING

const int IntlChar::PROPERTY_SIMPLE_TITLECASE_MAPPING = UNKNOWN

@cvalue UCHAR_SIMPLE_TITLECASE_MAPPING

Definition at line 223 of file uchar.stub.php.

◆ PROPERTY_SIMPLE_UPPERCASE_MAPPING

const int IntlChar::PROPERTY_SIMPLE_UPPERCASE_MAPPING = UNKNOWN

@cvalue UCHAR_SIMPLE_UPPERCASE_MAPPING

Definition at line 225 of file uchar.stub.php.

◆ PROPERTY_SOFT_DOTTED

const int IntlChar::PROPERTY_SOFT_DOTTED = UNKNOWN

@cvalue UCHAR_SOFT_DOTTED

Definition at line 81 of file uchar.stub.php.

◆ PROPERTY_STRING_LIMIT

const int IntlChar::PROPERTY_STRING_LIMIT = UNKNOWN

@cvalue UCHAR_STRING_LIMIT

Definition at line 237 of file uchar.stub.php.

◆ PROPERTY_STRING_START

const int IntlChar::PROPERTY_STRING_START = UNKNOWN

@cvalue UCHAR_STRING_START

Definition at line 207 of file uchar.stub.php.

◆ PROPERTY_TERMINAL_PUNCTUATION

const int IntlChar::PROPERTY_TERMINAL_PUNCTUATION = UNKNOWN

@cvalue UCHAR_TERMINAL_PUNCTUATION

Definition at line 83 of file uchar.stub.php.

◆ PROPERTY_TITLECASE_MAPPING

const int IntlChar::PROPERTY_TITLECASE_MAPPING = UNKNOWN

@cvalue UCHAR_TITLECASE_MAPPING

Definition at line 227 of file uchar.stub.php.

◆ PROPERTY_TRAIL_CANONICAL_COMBINING_CLASS

const int IntlChar::PROPERTY_TRAIL_CANONICAL_COMBINING_CLASS = UNKNOWN

@cvalue UCHAR_TRAIL_CANONICAL_COMBINING_CLASS

Definition at line 179 of file uchar.stub.php.

◆ PROPERTY_UNICODE_1_NAME

const int IntlChar::PROPERTY_UNICODE_1_NAME = UNKNOWN

@cvalue UCHAR_UNICODE_1_NAME

Definition at line 229 of file uchar.stub.php.

◆ PROPERTY_UNIFIED_IDEOGRAPH

const int IntlChar::PROPERTY_UNIFIED_IDEOGRAPH = UNKNOWN

@cvalue UCHAR_UNIFIED_IDEOGRAPH

Definition at line 85 of file uchar.stub.php.

◆ PROPERTY_UPPERCASE

const int IntlChar::PROPERTY_UPPERCASE = UNKNOWN

@cvalue UCHAR_UPPERCASE

Definition at line 87 of file uchar.stub.php.

◆ PROPERTY_UPPERCASE_MAPPING

const int IntlChar::PROPERTY_UPPERCASE_MAPPING = UNKNOWN

@cvalue UCHAR_UPPERCASE_MAPPING

Definition at line 231 of file uchar.stub.php.

◆ PROPERTY_VARIATION_SELECTOR

const int IntlChar::PROPERTY_VARIATION_SELECTOR = UNKNOWN

@cvalue UCHAR_VARIATION_SELECTOR

Definition at line 99 of file uchar.stub.php.

◆ PROPERTY_WHITE_SPACE

const int IntlChar::PROPERTY_WHITE_SPACE = UNKNOWN

@cvalue UCHAR_WHITE_SPACE

Definition at line 89 of file uchar.stub.php.

◆ PROPERTY_WORD_BREAK

const int IntlChar::PROPERTY_WORD_BREAK = UNKNOWN

@cvalue UCHAR_WORD_BREAK

Definition at line 185 of file uchar.stub.php.

◆ PROPERTY_XID_CONTINUE

const int IntlChar::PROPERTY_XID_CONTINUE = UNKNOWN

@cvalue UCHAR_XID_CONTINUE

Definition at line 91 of file uchar.stub.php.

◆ PROPERTY_XID_START

const int IntlChar::PROPERTY_XID_START = UNKNOWN

@cvalue UCHAR_XID_START

Definition at line 93 of file uchar.stub.php.

◆ SB_ATERM

const int IntlChar::SB_ATERM = UNKNOWN

@cvalue U_SB_ATERM

Definition at line 1248 of file uchar.stub.php.

◆ SB_CLOSE

const int IntlChar::SB_CLOSE = UNKNOWN

@cvalue U_SB_CLOSE

Definition at line 1250 of file uchar.stub.php.

◆ SB_COUNT

const int IntlChar::SB_COUNT = UNKNOWN

@cvalue U_SB_COUNT

Definition at line 1276 of file uchar.stub.php.

◆ SB_CR

const int IntlChar::SB_CR = UNKNOWN

@cvalue U_SB_CR

Definition at line 1268 of file uchar.stub.php.

◆ SB_EXTEND

const int IntlChar::SB_EXTEND = UNKNOWN

@cvalue U_SB_EXTEND

Definition at line 1270 of file uchar.stub.php.

◆ SB_FORMAT

const int IntlChar::SB_FORMAT = UNKNOWN

@cvalue U_SB_FORMAT

Definition at line 1252 of file uchar.stub.php.

◆ SB_LF

const int IntlChar::SB_LF = UNKNOWN

@cvalue U_SB_LF

Definition at line 1272 of file uchar.stub.php.

◆ SB_LOWER

const int IntlChar::SB_LOWER = UNKNOWN

@cvalue U_SB_LOWER

Definition at line 1254 of file uchar.stub.php.

◆ SB_NUMERIC

const int IntlChar::SB_NUMERIC = UNKNOWN

@cvalue U_SB_NUMERIC

Definition at line 1256 of file uchar.stub.php.

◆ SB_OLETTER

const int IntlChar::SB_OLETTER = UNKNOWN

@cvalue U_SB_OLETTER

Definition at line 1258 of file uchar.stub.php.

◆ SB_OTHER

const int IntlChar::SB_OTHER = UNKNOWN

@cvalue U_SB_OTHER

Definition at line 1246 of file uchar.stub.php.

◆ SB_SCONTINUE

const int IntlChar::SB_SCONTINUE = UNKNOWN

@cvalue U_SB_SCONTINUE

Definition at line 1274 of file uchar.stub.php.

◆ SB_SEP

const int IntlChar::SB_SEP = UNKNOWN

@cvalue U_SB_SEP

Definition at line 1260 of file uchar.stub.php.

◆ SB_SP

const int IntlChar::SB_SP = UNKNOWN

@cvalue U_SB_SP

Definition at line 1262 of file uchar.stub.php.

◆ SB_STERM

const int IntlChar::SB_STERM = UNKNOWN

@cvalue U_SB_STERM

Definition at line 1264 of file uchar.stub.php.

◆ SB_UPPER

const int IntlChar::SB_UPPER = UNKNOWN

@cvalue U_SB_UPPER

Definition at line 1266 of file uchar.stub.php.

◆ SHORT_PROPERTY_NAME

const int IntlChar::SHORT_PROPERTY_NAME = UNKNOWN

@cvalue U_SHORT_PROPERTY_NAME

Definition at line 926 of file uchar.stub.php.

◆ UNICODE_10_CHAR_NAME

const int IntlChar::UNICODE_10_CHAR_NAME = UNKNOWN

@cvalue U_UNICODE_10_CHAR_NAME

Definition at line 915 of file uchar.stub.php.

◆ UNICODE_CHAR_NAME

const int IntlChar::UNICODE_CHAR_NAME = UNKNOWN

@cvalue U_UNICODE_CHAR_NAME

Definition at line 913 of file uchar.stub.php.

◆ UNICODE_VERSION

const string IntlChar::UNICODE_VERSION = UNKNOWN

@cvalue U_UNICODE_VERSION

Definition at line 8 of file uchar.stub.php.

◆ WB_ALETTER

const int IntlChar::WB_ALETTER = UNKNOWN

@cvalue U_WB_ALETTER

Definition at line 1207 of file uchar.stub.php.

◆ WB_COUNT

const int IntlChar::WB_COUNT = UNKNOWN

@cvalue U_WB_COUNT

Definition at line 1241 of file uchar.stub.php.

◆ WB_CR

const int IntlChar::WB_CR = UNKNOWN

@cvalue U_WB_CR

Definition at line 1221 of file uchar.stub.php.

◆ WB_DOUBLE_QUOTE

const int IntlChar::WB_DOUBLE_QUOTE = UNKNOWN

@cvalue U_WB_DOUBLE_QUOTE

Definition at line 1238 of file uchar.stub.php.

◆ WB_EXTEND

const int IntlChar::WB_EXTEND = UNKNOWN

@cvalue U_WB_EXTEND

Definition at line 1223 of file uchar.stub.php.

◆ WB_EXTENDNUMLET

const int IntlChar::WB_EXTENDNUMLET = UNKNOWN

@cvalue U_WB_EXTENDNUMLET

Definition at line 1219 of file uchar.stub.php.

◆ WB_FORMAT

const int IntlChar::WB_FORMAT = UNKNOWN

@cvalue U_WB_FORMAT

Definition at line 1209 of file uchar.stub.php.

◆ WB_HEBREW_LETTER

const int IntlChar::WB_HEBREW_LETTER = UNKNOWN

@cvalue U_WB_HEBREW_LETTER

Definition at line 1234 of file uchar.stub.php.

◆ WB_KATAKANA

const int IntlChar::WB_KATAKANA = UNKNOWN

@cvalue U_WB_KATAKANA

Definition at line 1211 of file uchar.stub.php.

◆ WB_LF

const int IntlChar::WB_LF = UNKNOWN

@cvalue U_WB_LF

Definition at line 1225 of file uchar.stub.php.

◆ WB_MIDLETTER

const int IntlChar::WB_MIDLETTER = UNKNOWN

@cvalue U_WB_MIDLETTER

Definition at line 1213 of file uchar.stub.php.

◆ WB_MIDNUM

const int IntlChar::WB_MIDNUM = UNKNOWN

@cvalue U_WB_MIDNUM

Definition at line 1215 of file uchar.stub.php.

◆ WB_MIDNUMLET

const int IntlChar::WB_MIDNUMLET = UNKNOWN

@cvalue U_WB_MIDNUMLET

Definition at line 1227 of file uchar.stub.php.

◆ WB_NEWLINE

const int IntlChar::WB_NEWLINE = UNKNOWN

@cvalue U_WB_NEWLINE

Definition at line 1229 of file uchar.stub.php.

◆ WB_NUMERIC

const int IntlChar::WB_NUMERIC = UNKNOWN

@cvalue U_WB_NUMERIC

Definition at line 1217 of file uchar.stub.php.

◆ WB_OTHER

const int IntlChar::WB_OTHER = UNKNOWN

@cvalue U_WB_OTHER

Definition at line 1205 of file uchar.stub.php.

◆ WB_REGIONAL_INDICATOR

const int IntlChar::WB_REGIONAL_INDICATOR = UNKNOWN

@cvalue U_WB_REGIONAL_INDICATOR

Definition at line 1231 of file uchar.stub.php.

◆ WB_SINGLE_QUOTE

const int IntlChar::WB_SINGLE_QUOTE = UNKNOWN

@cvalue U_WB_SINGLE_QUOTE

Definition at line 1236 of file uchar.stub.php.


The documentation for this class was generated from the following file: