public
static
interface
UCharacterEnums.ECharacterCategory
android.icu.lang.UCharacterEnums.ECharacterCategory |
Known Indirect Subclasses |
'Enum' for the CharacterCategory constants. These constants are
compatible in name but not in value with those defined in
Character
.
See also:
Constants | |
---|---|
byte |
COMBINING_SPACING_MARK
Character type Mc |
byte |
CONNECTOR_PUNCTUATION
Character type Pc |
byte |
CONTROL
Character type Cc |
byte |
CURRENCY_SYMBOL
Character type Sc |
byte |
DASH_PUNCTUATION
Character type Pd |
byte |
DECIMAL_DIGIT_NUMBER
Character type Nd |
byte |
ENCLOSING_MARK
Character type Me |
byte |
END_PUNCTUATION
Character type Pe |
byte |
FINAL_PUNCTUATION
Character type Pf |
byte |
FINAL_QUOTE_PUNCTUATION
Character type Pf This name is compatible with java.lang.Character's name for this type. |
byte |
FORMAT
Character type Cf |
byte |
GENERAL_OTHER_TYPES
Character type Cn Not Assigned (no characters in [UnicodeData.txt] have this property) |
byte |
INITIAL_PUNCTUATION
Character type Pi |
byte |
INITIAL_QUOTE_PUNCTUATION
Character type Pi This name is compatible with java.lang.Character's name for this type. |
byte |
LETTER_NUMBER
Character type Nl |
byte |
LINE_SEPARATOR
Character type Zl |
byte |
LOWERCASE_LETTER
Character type Ll |
byte |
MATH_SYMBOL
Character type Sm |
byte |
MODIFIER_LETTER
Character type Lm |
byte |
MODIFIER_SYMBOL
Character type Sk |
byte |
NON_SPACING_MARK
Character type Mn |
byte |
OTHER_LETTER
Character type Lo |
byte |
OTHER_NUMBER
Character type No |
byte |
OTHER_PUNCTUATION
Character type Po |
byte |
OTHER_SYMBOL
Character type So |
byte |
PARAGRAPH_SEPARATOR
Character type Zp |
byte |
PRIVATE_USE
Character type Co |
byte |
SPACE_SEPARATOR
Character type Zs |
byte |
START_PUNCTUATION
Character type Ps |
byte |
SURROGATE
Character type Cs |
byte |
TITLECASE_LETTER
Character type Lt |
byte |
UNASSIGNED
Unassigned character type |
byte |
UPPERCASE_LETTER
Character type Lu |
byte COMBINING_SPACING_MARK
Character type Mc
Constant Value: 8 (0x00000008)
byte CONNECTOR_PUNCTUATION
Character type Pc
Constant Value: 22 (0x00000016)
byte CURRENCY_SYMBOL
Character type Sc
Constant Value: 25 (0x00000019)
byte DASH_PUNCTUATION
Character type Pd
Constant Value: 19 (0x00000013)
byte DECIMAL_DIGIT_NUMBER
Character type Nd
Constant Value: 9 (0x00000009)
byte ENCLOSING_MARK
Character type Me
Constant Value: 7 (0x00000007)
byte END_PUNCTUATION
Character type Pe
Constant Value: 21 (0x00000015)
byte FINAL_PUNCTUATION
Character type Pf
See also:
Constant Value: 29 (0x0000001d)
byte FINAL_QUOTE_PUNCTUATION
Character type Pf This name is compatible with java.lang.Character's name for this type.
See also:
Constant Value: 29 (0x0000001d)
byte GENERAL_OTHER_TYPES
Character type Cn Not Assigned (no characters in [UnicodeData.txt] have this property)
Constant Value: 0 (0x00000000)
byte INITIAL_PUNCTUATION
Character type Pi
See also:
Constant Value: 28 (0x0000001c)
byte INITIAL_QUOTE_PUNCTUATION
Character type Pi This name is compatible with java.lang.Character's name for this type.
See also:
Constant Value: 28 (0x0000001c)
byte LETTER_NUMBER
Character type Nl
Constant Value: 10 (0x0000000a)
byte LINE_SEPARATOR
Character type Zl
Constant Value: 13 (0x0000000d)
byte LOWERCASE_LETTER
Character type Ll
Constant Value: 2 (0x00000002)
byte MATH_SYMBOL
Character type Sm
Constant Value: 24 (0x00000018)
byte MODIFIER_LETTER
Character type Lm
Constant Value: 4 (0x00000004)
byte MODIFIER_SYMBOL
Character type Sk
Constant Value: 26 (0x0000001a)
byte NON_SPACING_MARK
Character type Mn
Constant Value: 6 (0x00000006)
byte OTHER_LETTER
Character type Lo
Constant Value: 5 (0x00000005)
byte OTHER_NUMBER
Character type No
Constant Value: 11 (0x0000000b)
byte OTHER_PUNCTUATION
Character type Po
Constant Value: 23 (0x00000017)
byte OTHER_SYMBOL
Character type So
Constant Value: 27 (0x0000001b)
byte PARAGRAPH_SEPARATOR
Character type Zp
Constant Value: 14 (0x0000000e)
byte PRIVATE_USE
Character type Co
Constant Value: 17 (0x00000011)
byte SPACE_SEPARATOR
Character type Zs
Constant Value: 12 (0x0000000c)
byte START_PUNCTUATION
Character type Ps
Constant Value: 20 (0x00000014)
byte TITLECASE_LETTER
Character type Lt
Constant Value: 3 (0x00000003)
byte UNASSIGNED
Unassigned character type
Constant Value: 0 (0x00000000)
byte UPPERCASE_LETTER
Character type Lu
Constant Value: 1 (0x00000001)