Package com.ibm.icu.lang
Interface UCharacter.GraphemeClusterBreak
-
- Enclosing class:
- UCharacter
public static interface UCharacter.GraphemeClusterBreak
Grapheme Cluster Break constants.- See Also:
UProperty.GRAPHEME_CLUSTER_BREAK
-
-
Field Summary
Fields Modifier and Type Field Description static int
CONTROL
static int
COUNT
Deprecated.ICU 58 The numeric value may change over time, see ICU ticket #12420.static int
CR
static int
E_BASE
static int
E_BASE_GAZ
static int
E_MODIFIER
static int
EXTEND
static int
GLUE_AFTER_ZWJ
static int
L
static int
LF
static int
LV
static int
LVT
static int
OTHER
static int
PREPEND
static int
REGIONAL_INDICATOR
static int
SPACING_MARK
static int
T
static int
V
static int
ZWJ
-
-
-
Field Detail
-
OTHER
static final int OTHER
- See Also:
- Constant Field Values
-
CONTROL
static final int CONTROL
- See Also:
- Constant Field Values
-
CR
static final int CR
- See Also:
- Constant Field Values
-
EXTEND
static final int EXTEND
- See Also:
- Constant Field Values
-
L
static final int L
- See Also:
- Constant Field Values
-
LF
static final int LF
- See Also:
- Constant Field Values
-
LV
static final int LV
- See Also:
- Constant Field Values
-
LVT
static final int LVT
- See Also:
- Constant Field Values
-
T
static final int T
- See Also:
- Constant Field Values
-
V
static final int V
- See Also:
- Constant Field Values
-
SPACING_MARK
static final int SPACING_MARK
- See Also:
- Constant Field Values
-
PREPEND
static final int PREPEND
- See Also:
- Constant Field Values
-
REGIONAL_INDICATOR
static final int REGIONAL_INDICATOR
- See Also:
- Constant Field Values
-
E_BASE
static final int E_BASE
- See Also:
- Constant Field Values
-
E_BASE_GAZ
static final int E_BASE_GAZ
- See Also:
- Constant Field Values
-
E_MODIFIER
static final int E_MODIFIER
- See Also:
- Constant Field Values
-
GLUE_AFTER_ZWJ
static final int GLUE_AFTER_ZWJ
- See Also:
- Constant Field Values
-
ZWJ
static final int ZWJ
- See Also:
- Constant Field Values
-
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 GraphemeClusterBreak value. The highest value is available via UCharacter.getIntPropertyMaxValue(UProperty.GRAPHEME_CLUSTER_BREAK).- See Also:
- Constant Field Values
-
-