Package com.ibm.icu.lang
Interface UCharacter.EastAsianWidth
-
- Enclosing class:
- UCharacter
public static interface UCharacter.EastAsianWidth
East 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
@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 EastAsianWidth value. The highest value is available via UCharacter.getIntPropertyMaxValue(UProperty.EAST_ASIAN_WIDTH).- See Also:
- Constant Field Values
-
-