Interface UCharacter.EastAsianWidth

Enclosing class:
UCharacter

public static interface UCharacter.EastAsianWidth
East Asian Width constants.
Author:
Syn Wee Quek
See Also:
Status:
Stable ICU 2.4.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
    static final int
    Deprecated.
    ICU 58 The numeric value may change over time, see ICU ticket #12420.
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     
  • Field Details

    • NEUTRAL

      static final int NEUTRAL
      See Also:
      Status:
      Stable ICU 2.4.
    • AMBIGUOUS

      static final int AMBIGUOUS
      See Also:
      Status:
      Stable ICU 2.4.
    • HALFWIDTH

      static final int HALFWIDTH
      See Also:
      Status:
      Stable ICU 2.4.
    • FULLWIDTH

      static final int FULLWIDTH
      See Also:
      Status:
      Stable ICU 2.4.
    • NARROW

      static final int NARROW
      See Also:
      Status:
      Stable ICU 2.4.
    • WIDE

      static final int WIDE
      See Also:
      Status:
      Stable ICU 2.4.
    • 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: