Package com.ibm.icu.lang
Interface UCharacter.WordBreak
-
- Enclosing class:
- UCharacter
public static interface UCharacter.WordBreak
Word Break constants.- See Also:
UProperty.WORD_BREAK
-
-
Field Summary
Fields Modifier and Type Field Description static int
ALETTER
static int
COUNT
Deprecated.ICU 58 The numeric value may change over time, see ICU ticket #12420.static int
CR
static int
DOUBLE_QUOTE
static int
E_BASE
static int
E_BASE_GAZ
static int
E_MODIFIER
static int
EXTEND
static int
EXTENDNUMLET
static int
FORMAT
static int
GLUE_AFTER_ZWJ
static int
HEBREW_LETTER
static int
KATAKANA
static int
LF
static int
MIDLETTER
static int
MIDNUM
static int
MIDNUMLET
static int
NEWLINE
static int
NUMERIC
static int
OTHER
static int
REGIONAL_INDICATOR
static int
SINGLE_QUOTE
static int
WSEGSPACE
static int
ZWJ
-
-
-
Field Detail
-
OTHER
static final int OTHER
- See Also:
- Constant Field Values
-
ALETTER
static final int ALETTER
- See Also:
- Constant Field Values
-
FORMAT
static final int FORMAT
- See Also:
- Constant Field Values
-
KATAKANA
static final int KATAKANA
- See Also:
- Constant Field Values
-
MIDLETTER
static final int MIDLETTER
- See Also:
- Constant Field Values
-
MIDNUM
static final int MIDNUM
- See Also:
- Constant Field Values
-
NUMERIC
static final int NUMERIC
- See Also:
- Constant Field Values
-
EXTENDNUMLET
static final int EXTENDNUMLET
- 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
-
LF
static final int LF
- See Also:
- Constant Field Values
-
MIDNUMLET
static final int MIDNUMLET
- See Also:
- Constant Field Values
-
NEWLINE
static final int NEWLINE
- See Also:
- Constant Field Values
-
REGIONAL_INDICATOR
static final int REGIONAL_INDICATOR
- See Also:
- Constant Field Values
-
HEBREW_LETTER
static final int HEBREW_LETTER
- See Also:
- Constant Field Values
-
SINGLE_QUOTE
static final int SINGLE_QUOTE
- See Also:
- Constant Field Values
-
DOUBLE_QUOTE
static final int DOUBLE_QUOTE
- See Also:
- Constant Field Values
-
E_BASE
static final int E_BASE
- See Also:
- Constant Field Values
-
E_BASE_GAZ
static final int E_BASE_GAZ
- See Also:
- Constant Field Values
-
E_MODIFIER
static final int E_MODIFIER
- See Also:
- Constant Field Values
-
GLUE_AFTER_ZWJ
static final int GLUE_AFTER_ZWJ
- See Also:
- Constant Field Values
-
ZWJ
static final int ZWJ
- See Also:
- Constant Field Values
-
WSEGSPACE
static final int WSEGSPACE
- See Also:
- Constant Field Values
-
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 WordBreak value. The highest value is available via UCharacter.getIntPropertyMaxValue(UProperty.WORD_BREAK).- See Also:
- Constant Field Values
-
-