public static interface UCharacter.GraphemeClusterBreak
UProperty.GRAPHEME_CLUSTER_BREAK
Modifier and Type | Field and 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 |
static final int OTHER
static final int CONTROL
static final int CR
static final int EXTEND
static final int L
static final int LF
static final int LV
static final int LVT
static final int T
static final int V
static final int SPACING_MARK
static final int PREPEND
static final int REGIONAL_INDICATOR
static final int E_BASE
static final int E_BASE_GAZ
static final int E_MODIFIER
static final int GLUE_AFTER_ZWJ
static final int ZWJ
@Deprecated static final int COUNT
Copyright © 2016 Unicode, Inc. and others.