Package com.ibm.icu.lang
Interface UCharacter.EastAsianWidth
-
- Enclosing class:
- UCharacter
public static interface UCharacter.EastAsianWidthEast Asian Width constants.
-
-
Field Detail
-
NEUTRAL
static final int NEUTRAL
- See Also:
- Constant Field Values
-
AMBIGUOUS
static final int AMBIGUOUS
- See Also:
- Constant Field Values
-
HALFWIDTH
static final int HALFWIDTH
- See Also:
- Constant Field Values
-
FULLWIDTH
static final int FULLWIDTH
- See Also:
- Constant Field Values
-
NARROW
static final int NARROW
- 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
-
-