Interface UCharacter.EastAsianWidth

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int AMBIGUOUS  
      static int COUNT
      Deprecated.
      ICU 58 The numeric value may change over time, see ICU ticket #12420.
      static int FULLWIDTH  
      static int HALFWIDTH  
      static int NARROW  
      static int NEUTRAL  
      static int WIDE  
    • Field Detail

      • 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