ECharacterCategory
interface ECharacterCategory
android.icu.lang.UCharacterEnums.ECharacterCategory |
'Enum' for the CharacterCategory constants. These constants are compatible in name but not in value with those defined in java.lang.Character
.
Summary
Constants | |
---|---|
static Byte |
Character type Mc |
static Byte |
Character type Pc |
static Byte |
Character type Cc |
static Byte |
Character type Sc |
static Byte |
Character type Pd |
static Byte |
Character type Nd |
static Byte |
Character type Me |
static Byte |
Character type Pe |
static Byte |
Character type Pf |
static Byte |
Character type Pf This name is compatible with java. |
static Byte |
Character type Cf |
static Byte |
Character type Cn Not Assigned (no characters in [UnicodeData.txt] have this property) |
static Byte |
Character type Pi |
static Byte |
Character type Pi This name is compatible with java. |
static Byte |
Character type Nl |
static Byte |
Character type Zl |
static Byte |
Character type Ll |
static Byte |
Character type Sm |
static Byte |
Character type Lm |
static Byte |
Character type Sk |
static Byte |
Character type Mn |
static Byte |
Character type Lo |
static Byte |
Character type No |
static Byte |
Character type Po |
static Byte |
Character type So |
static Byte |
Character type Zp |
static Byte |
Character type Co |
static Byte |
Character type Zs |
static Byte |
Character type Ps |
static Byte |
Character type Cs |
static Byte |
Character type Lt |
static Byte |
Unassigned character type |
static Byte |
Character type Lu |
Constants
COMBINING_SPACING_MARK
static val COMBINING_SPACING_MARK: Byte
Character type Mc
Value: 8
CONNECTOR_PUNCTUATION
static val CONNECTOR_PUNCTUATION: Byte
Character type Pc
Value: 22
DASH_PUNCTUATION
static val DASH_PUNCTUATION: Byte
Character type Pd
Value: 19
DECIMAL_DIGIT_NUMBER
static val DECIMAL_DIGIT_NUMBER: Byte
Character type Nd
Value: 9
FINAL_PUNCTUATION
static val FINAL_PUNCTUATION: Byte
Character type Pf
Value: 29
See Also
FINAL_QUOTE_PUNCTUATION
static val FINAL_QUOTE_PUNCTUATION: Byte
Character type Pf This name is compatible with java.lang.Character's name for this type.
Value: 29
See Also
GENERAL_OTHER_TYPES
static val GENERAL_OTHER_TYPES: Byte
Character type Cn Not Assigned (no characters in [UnicodeData.txt] have this property)
Value: 0
INITIAL_PUNCTUATION
static val INITIAL_PUNCTUATION: Byte
Character type Pi
Value: 28
See Also
INITIAL_QUOTE_PUNCTUATION
static val INITIAL_QUOTE_PUNCTUATION: Byte
Character type Pi This name is compatible with java.lang.Character's name for this type.
Value: 28
See Also
OTHER_PUNCTUATION
static val OTHER_PUNCTUATION: Byte
Character type Po
Value: 23
PARAGRAPH_SEPARATOR
static val PARAGRAPH_SEPARATOR: Byte
Character type Zp
Value: 14
START_PUNCTUATION
static val START_PUNCTUATION: Byte
Character type Ps
Value: 20