Package com.adobe.agl.lang
Interface UCharacterEnums.ECharacterCategory
-
- All Known Implementing Classes:
UCharacter
,UCharacterCategory
- Enclosing class:
- UCharacterEnums
public static interface UCharacterEnums.ECharacterCategory
'Enum' for the CharacterCategory constants. These constants are compatible in name but not in value with those defined injava.lang.Character
.- See Also:
UCharacterCategory
-
-
Field Summary
Fields Modifier and Type Field Description static byte
CHAR_CATEGORY_COUNT
Character type countstatic byte
COMBINING_SPACING_MARK
Character type Mcstatic byte
CONNECTOR_PUNCTUATION
Character type Pcstatic byte
CONTROL
Character type Ccstatic byte
CURRENCY_SYMBOL
Character type Scstatic byte
DASH_PUNCTUATION
Character type Pdstatic byte
DECIMAL_DIGIT_NUMBER
Character type Ndstatic byte
ENCLOSING_MARK
Character type Mestatic byte
END_PUNCTUATION
Character type Pestatic byte
FINAL_PUNCTUATION
Character type Pfstatic byte
FINAL_QUOTE_PUNCTUATION
Character type Pf This name is compatible with java.lang.Character's name for this type.static byte
FORMAT
Character type Cfstatic byte
GENERAL_OTHER_TYPES
Character type Cn Not Assigned (no characters in [UnicodeData.txt] have this property)static byte
INITIAL_PUNCTUATION
Character type Pistatic byte
INITIAL_QUOTE_PUNCTUATION
Character type Pi This name is compatible with java.lang.Character's name for this type.static byte
LETTER_NUMBER
Character type Nlstatic byte
LINE_SEPARATOR
Character type Zlstatic byte
LOWERCASE_LETTER
Character type Llstatic byte
MATH_SYMBOL
Character type Smstatic byte
MODIFIER_LETTER
Character type Lmstatic byte
MODIFIER_SYMBOL
Character type Skstatic byte
NON_SPACING_MARK
Character type Mnstatic byte
OTHER_LETTER
Character type Lostatic byte
OTHER_NUMBER
Character type Nostatic byte
OTHER_PUNCTUATION
Character type Postatic byte
OTHER_SYMBOL
Character type Sostatic byte
PARAGRAPH_SEPARATOR
Character type Zpstatic byte
PRIVATE_USE
Character type Costatic byte
SPACE_SEPARATOR
Character type Zsstatic byte
START_PUNCTUATION
Character type Psstatic byte
SURROGATE
Character type Csstatic byte
TITLECASE_LETTER
Character type Ltstatic byte
UNASSIGNED
Unassigned character typestatic byte
UPPERCASE_LETTER
Character type Lu
-
-
-
Field Detail
-
UNASSIGNED
static final byte UNASSIGNED
Unassigned character type- See Also:
- Constant Field Values
-
GENERAL_OTHER_TYPES
static final byte GENERAL_OTHER_TYPES
Character type Cn Not Assigned (no characters in [UnicodeData.txt] have this property)- See Also:
- Constant Field Values
-
UPPERCASE_LETTER
static final byte UPPERCASE_LETTER
Character type Lu- See Also:
- Constant Field Values
-
LOWERCASE_LETTER
static final byte LOWERCASE_LETTER
Character type Ll- See Also:
- Constant Field Values
-
TITLECASE_LETTER
static final byte TITLECASE_LETTER
Character type Lt- See Also:
- Constant Field Values
-
MODIFIER_LETTER
static final byte MODIFIER_LETTER
Character type Lm- See Also:
- Constant Field Values
-
OTHER_LETTER
static final byte OTHER_LETTER
Character type Lo- See Also:
- Constant Field Values
-
NON_SPACING_MARK
static final byte NON_SPACING_MARK
Character type Mn- See Also:
- Constant Field Values
-
ENCLOSING_MARK
static final byte ENCLOSING_MARK
Character type Me- See Also:
- Constant Field Values
-
COMBINING_SPACING_MARK
static final byte COMBINING_SPACING_MARK
Character type Mc- See Also:
- Constant Field Values
-
DECIMAL_DIGIT_NUMBER
static final byte DECIMAL_DIGIT_NUMBER
Character type Nd- See Also:
- Constant Field Values
-
LETTER_NUMBER
static final byte LETTER_NUMBER
Character type Nl- See Also:
- Constant Field Values
-
OTHER_NUMBER
static final byte OTHER_NUMBER
Character type No- See Also:
- Constant Field Values
-
SPACE_SEPARATOR
static final byte SPACE_SEPARATOR
Character type Zs- See Also:
- Constant Field Values
-
LINE_SEPARATOR
static final byte LINE_SEPARATOR
Character type Zl- See Also:
- Constant Field Values
-
PARAGRAPH_SEPARATOR
static final byte PARAGRAPH_SEPARATOR
Character type Zp- See Also:
- Constant Field Values
-
CONTROL
static final byte CONTROL
Character type Cc- See Also:
- Constant Field Values
-
FORMAT
static final byte FORMAT
Character type Cf- See Also:
- Constant Field Values
-
PRIVATE_USE
static final byte PRIVATE_USE
Character type Co- See Also:
- Constant Field Values
-
SURROGATE
static final byte SURROGATE
Character type Cs- See Also:
- Constant Field Values
-
DASH_PUNCTUATION
static final byte DASH_PUNCTUATION
Character type Pd- See Also:
- Constant Field Values
-
START_PUNCTUATION
static final byte START_PUNCTUATION
Character type Ps- See Also:
- Constant Field Values
-
END_PUNCTUATION
static final byte END_PUNCTUATION
Character type Pe- See Also:
- Constant Field Values
-
CONNECTOR_PUNCTUATION
static final byte CONNECTOR_PUNCTUATION
Character type Pc- See Also:
- Constant Field Values
-
OTHER_PUNCTUATION
static final byte OTHER_PUNCTUATION
Character type Po- See Also:
- Constant Field Values
-
MATH_SYMBOL
static final byte MATH_SYMBOL
Character type Sm- See Also:
- Constant Field Values
-
CURRENCY_SYMBOL
static final byte CURRENCY_SYMBOL
Character type Sc- See Also:
- Constant Field Values
-
MODIFIER_SYMBOL
static final byte MODIFIER_SYMBOL
Character type Sk- See Also:
- Constant Field Values
-
OTHER_SYMBOL
static final byte OTHER_SYMBOL
Character type So- See Also:
- Constant Field Values
-
INITIAL_PUNCTUATION
static final byte INITIAL_PUNCTUATION
Character type Pi- See Also:
INITIAL_QUOTE_PUNCTUATION
, Constant Field Values
-
INITIAL_QUOTE_PUNCTUATION
static final byte INITIAL_QUOTE_PUNCTUATION
Character type Pi This name is compatible with java.lang.Character's name for this type.- See Also:
INITIAL_PUNCTUATION
, Constant Field Values
-
FINAL_PUNCTUATION
static final byte FINAL_PUNCTUATION
Character type Pf- See Also:
FINAL_QUOTE_PUNCTUATION
, Constant Field Values
-
FINAL_QUOTE_PUNCTUATION
static final byte FINAL_QUOTE_PUNCTUATION
Character type Pf This name is compatible with java.lang.Character's name for this type.- See Also:
FINAL_PUNCTUATION
, Constant Field Values
-
CHAR_CATEGORY_COUNT
static final byte CHAR_CATEGORY_COUNT
Character type count- See Also:
- Constant Field Values
-
-