Package com.ibm.icu.lang
Interface UCharacter.NumericType
-
- Enclosing class:
- UCharacter
public static interface UCharacter.NumericTypeNumeric Type constants.- See Also:
UProperty.NUMERIC_TYPE
-
-
Field Detail
-
NONE
static final int NONE
- See Also:
- Constant Field Values
-
DECIMAL
static final int DECIMAL
- See Also:
- Constant Field Values
-
DIGIT
static final int DIGIT
- See Also:
- Constant Field Values
-
NUMERIC
static final int NUMERIC
- See Also:
- Constant Field Values
-
COUNT
static final int COUNT
- See Also:
- Constant Field Values
-
-