Added in API level 24
UCharacter.BidiPairedBracketType
public
static
interface
UCharacter.BidiPairedBracketType
android.icu.lang.UCharacter.BidiPairedBracketType |
Bidi Paired Bracket Type constants.
See also:
Summary
Constants | |
---|---|
int |
CLOSE
Close paired bracket. |
int |
NONE
Not a paired bracket. |
int |
OPEN
Open paired bracket. |
Constants
CLOSE
Added in API level 24
public static final int CLOSE
Close paired bracket.
Constant Value: 2 (0x00000002)
NONE
Added in API level 24
public static final int NONE
Not a paired bracket.
Constant Value: 0 (0x00000000)
OPEN
Added in API level 24
public static final int OPEN
Open paired bracket.
Constant Value: 1 (0x00000001)