Package com.ibm.icu.lang
Interface UCharacter.GraphemeClusterBreak
- Enclosing class:
UCharacter
public static interface UCharacter.GraphemeClusterBreak
Grapheme Cluster Break constants.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
Deprecated.ICU 58 The numeric value may change over time, see ICU ticket #12420.static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Field Details
-
OTHER
static final int OTHER- See Also:
-
CONTROL
static final int CONTROL- See Also:
-
CR
static final int CR- See Also:
-
EXTEND
static final int EXTEND- See Also:
-
L
static final int L- See Also:
-
LF
static final int LF- See Also:
-
LV
static final int LV- See Also:
-
LVT
static final int LVT- See Also:
-
T
static final int T- See Also:
-
V
static final int V- See Also:
-
SPACING_MARK
static final int SPACING_MARK- See Also:
-
PREPEND
static final int PREPEND- See Also:
-
REGIONAL_INDICATOR
static final int REGIONAL_INDICATOR- See Also:
-
E_BASE
static final int E_BASE- See Also:
-
E_BASE_GAZ
static final int E_BASE_GAZ- See Also:
-
E_MODIFIER
static final int E_MODIFIER- See Also:
-
GLUE_AFTER_ZWJ
static final int GLUE_AFTER_ZWJ- See Also:
-
ZWJ
static final int ZWJ- See Also:
-
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:
-