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
-
-
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
-
COUNT
static final int COUNT
- See Also:
- Constant Field Values
-
-