Package com.ibm.icu.lang
Interface UCharacter.DecompositionType
-
- Enclosing class:
- UCharacter
public static interface UCharacter.DecompositionTypeDecomposition Type constants.- See Also:
UProperty.DECOMPOSITION_TYPE
-
-
Field Summary
Fields Modifier and Type Field Description static intCANONICALstatic intCIRCLEstatic intCOMPATstatic intCOUNTstatic intFINALstatic intFONTstatic intFRACTIONstatic intINITIALstatic intISOLATEDstatic intMEDIALstatic intNARROWstatic intNOBREAKstatic intNONEstatic intSMALLstatic intSQUAREstatic intSUBstatic intSUPERstatic intVERTICALstatic intWIDE
-
-
-
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
static final int COUNT
- See Also:
- Constant Field Values
-
-