Interface UCharacter.BidiPairedBracketType

Enclosing class:
UCharacter

public static interface UCharacter.BidiPairedBracketType
Bidi Paired Bracket Type constants.
See Also:
  • Field Summary

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

    • NONE

      static final int NONE
      Not a paired bracket.
      See Also:
    • OPEN

      static final int OPEN
      Open paired bracket.
      See Also:
    • CLOSE

      static final int CLOSE
      Close paired bracket.
      See Also:
    • 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 BidiPairedBracketType value. The highest value is available via UCharacter.getIntPropertyMaxValue(UProperty.BIDI_PAIRED_BRACKET_TYPE).
      See Also: