com.ibm.icu.lang
Interface UCharacter.GraphemeClusterBreak
- Enclosing interface:
- UCharacter
- public static interface UCharacter.GraphemeClusterBreak
Grapheme Cluster Break constants.
- See Also:
UProperty.GRAPHEME_CLUSTER_BREAK
- Status:
- Draft ICU 3.4.
Field Summary |
static int |
CONTROL
|
static int |
COUNT
|
static int |
CR
|
static int |
EXTEND
|
static int |
L
|
static int |
LF
|
static int |
LV
|
static int |
LVT
|
static int |
OTHER
|
static int |
T
|
static int |
V
|
OTHER
public static final int OTHER
- See Also:
- Constant Field Values
- Status:
- Draft ICU 3.4.
CONTROL
public static final int CONTROL
- See Also:
- Constant Field Values
- Status:
- Draft ICU 3.4.
CR
public static final int CR
- See Also:
- Constant Field Values
- Status:
- Draft ICU 3.4.
EXTEND
public static final int EXTEND
- See Also:
- Constant Field Values
- Status:
- Draft ICU 3.4.
L
public static final int L
- See Also:
- Constant Field Values
- Status:
- Draft ICU 3.4.
LF
public static final int LF
- See Also:
- Constant Field Values
- Status:
- Draft ICU 3.4.
LV
public static final int LV
- See Also:
- Constant Field Values
- Status:
- Draft ICU 3.4.
LVT
public static final int LVT
- See Also:
- Constant Field Values
- Status:
- Draft ICU 3.4.
T
public static final int T
- See Also:
- Constant Field Values
- Status:
- Draft ICU 3.4.
V
public static final int V
- See Also:
- Constant Field Values
- Status:
- Draft ICU 3.4.
COUNT
public static final int COUNT
- See Also:
- Constant Field Values
- Status:
- Draft ICU 3.4.
Copyright (c) 2006 IBM Corporation and others.