Package com.ibm.icu.lang
Interface UCharacter.GraphemeClusterBreak
-
- Enclosing class:
- UCharacter
public static interface UCharacter.GraphemeClusterBreakGrapheme Cluster Break constants.- See Also:
UProperty.GRAPHEME_CLUSTER_BREAK- Status:
- Stable ICU 3.4.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONTROLstatic intCOUNTDeprecated.ICU 58 The numeric value may change over time, see ICU ticket #12420.static intCRstatic intE_BASEstatic intE_BASE_GAZstatic intE_MODIFIERstatic intEXTENDstatic intGLUE_AFTER_ZWJstatic intLstatic intLFstatic intLVstatic intLVTstatic intOTHERstatic intPREPENDstatic intREGIONAL_INDICATORstatic intSPACING_MARKstatic intTstatic intVstatic intZWJ
-
-
-
Field Detail
-
OTHER
static final int OTHER
- See Also:
- Constant Field Values
- Status:
- Stable ICU 3.4.
-
CONTROL
static final int CONTROL
- See Also:
- Constant Field Values
- Status:
- Stable ICU 3.4.
-
CR
static final int CR
- See Also:
- Constant Field Values
- Status:
- Stable ICU 3.4.
-
EXTEND
static final int EXTEND
- See Also:
- Constant Field Values
- Status:
- Stable ICU 3.4.
-
L
static final int L
- See Also:
- Constant Field Values
- Status:
- Stable ICU 3.4.
-
LF
static final int LF
- See Also:
- Constant Field Values
- Status:
- Stable ICU 3.4.
-
LV
static final int LV
- See Also:
- Constant Field Values
- Status:
- Stable ICU 3.4.
-
LVT
static final int LVT
- See Also:
- Constant Field Values
- Status:
- Stable ICU 3.4.
-
T
static final int T
- See Also:
- Constant Field Values
- Status:
- Stable ICU 3.4.
-
V
static final int V
- See Also:
- Constant Field Values
- Status:
- Stable ICU 3.4.
-
SPACING_MARK
static final int SPACING_MARK
- See Also:
- Constant Field Values
- Status:
- Stable ICU 4.0.
-
PREPEND
static final int PREPEND
- See Also:
- Constant Field Values
- Status:
- Stable ICU 4.0.
-
REGIONAL_INDICATOR
static final int REGIONAL_INDICATOR
- See Also:
- Constant Field Values
- Status:
- Stable ICU 50.
-
E_BASE
static final int E_BASE
- See Also:
- Constant Field Values
- Status:
- Stable ICU 58.
-
E_BASE_GAZ
static final int E_BASE_GAZ
- See Also:
- Constant Field Values
- Status:
- Stable ICU 58.
-
E_MODIFIER
static final int E_MODIFIER
- See Also:
- Constant Field Values
- Status:
- Stable ICU 58.
-
GLUE_AFTER_ZWJ
static final int GLUE_AFTER_ZWJ
- See Also:
- Constant Field Values
- Status:
- Stable ICU 58.
-
ZWJ
static final int ZWJ
- See Also:
- Constant Field Values
- Status:
- Stable ICU 58.
-
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
-
-