Package com.ibm.icu.lang
Interface UCharacter.DecompositionType
-
- Enclosing class:
- UCharacter
public static interface UCharacter.DecompositionType
Decomposition Type constants.- See Also:
UProperty.DECOMPOSITION_TYPE
-
-
Field Summary
Fields Modifier and Type Field Description static int
CANONICAL
static int
CIRCLE
static int
COMPAT
static int
COUNT
Deprecated.ICU 58 The numeric value may change over time, see ICU ticket #12420.static int
FINAL
static int
FONT
static int
FRACTION
static int
INITIAL
static int
ISOLATED
static int
MEDIAL
static int
NARROW
static int
NOBREAK
static int
NONE
static int
SMALL
static int
SQUARE
static int
SUB
static int
SUPER
static int
VERTICAL
static int
WIDE
-
-
-
Field Detail
-
NONE
static final int NONE
- See Also:
- Constant Field Values
-
CANONICAL
static final int CANONICAL
- See Also:
- Constant Field Values
-
COMPAT
static final int COMPAT
- See Also:
- Constant Field Values
-
CIRCLE
static final int CIRCLE
- See Also:
- Constant Field Values
-
FINAL
static final int FINAL
- See Also:
- Constant Field Values
-
FONT
static final int FONT
- See Also:
- Constant Field Values
-
FRACTION
static final int FRACTION
- See Also:
- Constant Field Values
-
INITIAL
static final int INITIAL
- See Also:
- Constant Field Values
-
ISOLATED
static final int ISOLATED
- See Also:
- Constant Field Values
-
MEDIAL
static final int MEDIAL
- See Also:
- Constant Field Values
-
NARROW
static final int NARROW
- See Also:
- Constant Field Values
-
NOBREAK
static final int NOBREAK
- See Also:
- Constant Field Values
-
SMALL
static final int SMALL
- See Also:
- Constant Field Values
-
SQUARE
static final int SQUARE
- See Also:
- Constant Field Values
-
SUB
static final int SUB
- See Also:
- Constant Field Values
-
SUPER
static final int SUPER
- See Also:
- Constant Field Values
-
VERTICAL
static final int VERTICAL
- See Also:
- Constant Field Values
-
WIDE
static final int WIDE
- See Also:
- Constant Field Values
-
COUNT
@Deprecated static final int COUNT
Deprecated.ICU 58 The numeric value may change over time, see ICU ticket #12420.One more than the highest normal DecompositionType value. The highest value is available via UCharacter.getIntPropertyMaxValue(UProperty.DECOMPOSITION_TYPE).- See Also:
- Constant Field Values
-
-