Interface UCharacter.BidiPairedBracketType

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int CLOSE
      Close paired bracket.
      static int COUNT
      Deprecated.
      ICU 58 The numeric value may change over time, see ICU ticket #12420.
      static int NONE
      Not a paired bracket.
      static int OPEN
      Open paired bracket.
    • 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 BidiPairedBracketType value. The highest value is available via UCharacter.getIntPropertyMaxValue(UProperty.BIDI_PAIRED_BRACKET_TYPE).
        See Also:
        Constant Field Values