Interface UCharacter.JoiningType

Enclosing class:
UCharacter

public static interface UCharacter.JoiningType
Joining Type constants.
Author:
Syn Wee Quek
See Also:
Status:
Stable ICU 2.4.
  • Field Details

    • NON_JOINING

      static final int NON_JOINING
      See Also:
      Status:
      Stable ICU 2.4.
    • JOIN_CAUSING

      static final int JOIN_CAUSING
      See Also:
      Status:
      Stable ICU 2.4.
    • DUAL_JOINING

      static final int DUAL_JOINING
      See Also:
      Status:
      Stable ICU 2.4.
    • LEFT_JOINING

      static final int LEFT_JOINING
      See Also:
      Status:
      Stable ICU 2.4.
    • RIGHT_JOINING

      static final int RIGHT_JOINING
      See Also:
      Status:
      Stable ICU 2.4.
    • TRANSPARENT

      static final int TRANSPARENT
      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 JoiningType value. The highest value is available via UCharacter.getIntPropertyMaxValue(UProperty.JOINING_TYPE).
      See Also: