Package com.ibm.icu.lang
Interface UCharacter.BidiPairedBracketType
-
- Enclosing class:
- UCharacter
public static interface UCharacter.BidiPairedBracketTypeBidi Paired Bracket Type constants.- See Also:
UProperty.BIDI_PAIRED_BRACKET_TYPE
-
-
Field Detail
-
NONE
static final int NONE
Not a paired bracket.- See Also:
- Constant Field Values
-
OPEN
static final int OPEN
Open paired bracket.- See Also:
- Constant Field Values
-
CLOSE
static final int CLOSE
Close paired bracket.- See Also:
- Constant Field Values
-
COUNT
static final int COUNT
- See Also:
- Constant Field Values
-
-