Package com.ibm.icu.lang
Interface UCharacter.WordBreak
-
- Enclosing class:
- UCharacter
public static interface UCharacter.WordBreakWord Break constants.- See Also:
UProperty.WORD_BREAK- Status:
- Stable ICU 3.4.
-
-
Field Summary
Fields Modifier and Type Field Description static intALETTERstatic intCOUNTDeprecated.ICU 58 The numeric value may change over time, see ICU ticket #12420.static intCRstatic intDOUBLE_QUOTEstatic intE_BASEstatic intE_BASE_GAZstatic intE_MODIFIERstatic intEXTENDstatic intEXTENDNUMLETstatic intFORMATstatic intGLUE_AFTER_ZWJstatic intHEBREW_LETTERstatic intKATAKANAstatic intLFstatic intMIDLETTERstatic intMIDNUMstatic intMIDNUMLETstatic intNEWLINEstatic intNUMERICstatic intOTHERstatic intREGIONAL_INDICATORstatic intSINGLE_QUOTEstatic intWSEGSPACEstatic intZWJ
-
-
-
Field Detail
-
OTHER
static final int OTHER
- See Also:
- Constant Field Values
- Status:
- Stable ICU 3.8.
-
ALETTER
static final int ALETTER
- See Also:
- Constant Field Values
- Status:
- Stable ICU 3.8.
-
FORMAT
static final int FORMAT
- See Also:
- Constant Field Values
- Status:
- Stable ICU 3.8.
-
KATAKANA
static final int KATAKANA
- See Also:
- Constant Field Values
- Status:
- Stable ICU 3.8.
-
MIDLETTER
static final int MIDLETTER
- See Also:
- Constant Field Values
- Status:
- Stable ICU 3.8.
-
MIDNUM
static final int MIDNUM
- See Also:
- Constant Field Values
- Status:
- Stable ICU 3.8.
-
NUMERIC
static final int NUMERIC
- See Also:
- Constant Field Values
- Status:
- Stable ICU 3.8.
-
EXTENDNUMLET
static final int EXTENDNUMLET
- See Also:
- Constant Field Values
- Status:
- Stable ICU 3.8.
-
CR
static final int CR
- See Also:
- Constant Field Values
- Status:
- Stable ICU 4.0.
-
EXTEND
static final int EXTEND
- See Also:
- Constant Field Values
- Status:
- Stable ICU 4.0.
-
LF
static final int LF
- See Also:
- Constant Field Values
- Status:
- Stable ICU 4.0.
-
MIDNUMLET
static final int MIDNUMLET
- See Also:
- Constant Field Values
- Status:
- Stable ICU 4.0.
-
NEWLINE
static final int NEWLINE
- 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.
-
HEBREW_LETTER
static final int HEBREW_LETTER
- See Also:
- Constant Field Values
- Status:
- Stable ICU 52.
-
SINGLE_QUOTE
static final int SINGLE_QUOTE
- See Also:
- Constant Field Values
- Status:
- Stable ICU 52.
-
DOUBLE_QUOTE
static final int DOUBLE_QUOTE
- See Also:
- Constant Field Values
- Status:
- Stable ICU 52.
-
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.
-
WSEGSPACE
static final int WSEGSPACE
- See Also:
- Constant Field Values
- Status:
- Stable ICU 62.
-
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
-
-