Package com.ibm.icu.lang
Interface UCharacter.EastAsianWidth
- Enclosing class:
UCharacter
public static interface UCharacter.EastAsianWidth
East Asian Width constants.
- See Also:
-
Field Summary
Fields
-
Field Details
-
NEUTRAL
static final int NEUTRAL- See Also:
-
AMBIGUOUS
static final int AMBIGUOUS- See Also:
-
HALFWIDTH
static final int HALFWIDTH- See Also:
-
FULLWIDTH
static final int FULLWIDTH- See Also:
-
NARROW
static final int NARROW- See Also:
-
WIDE
static final int WIDE- See Also:
-
COUNT
Deprecated.ICU 58 The numeric value may change over time, see ICU ticket #12420.One more than the highest normal EastAsianWidth value. The highest value is available via UCharacter.getIntPropertyMaxValue(UProperty.EAST_ASIAN_WIDTH).- See Also:
-