Package com.ibm.icu.lang
Interface UCharacter.WordBreak
-
- Enclosing class:
- UCharacter
public static interface UCharacter.WordBreakWord Break constants.- See Also:
UProperty.WORD_BREAK
-
-
Field Summary
Fields Modifier and Type Field Description static intALETTERstatic intCOUNTstatic intCRstatic intDOUBLE_QUOTEstatic intEXTENDstatic intEXTENDNUMLETstatic intFORMATstatic intHEBREW_LETTERstatic intKATAKANAstatic intLFstatic intMIDLETTERstatic intMIDNUMstatic intMIDNUMLETstatic intNEWLINEstatic intNUMERICstatic intOTHERstatic intREGIONAL_INDICATORstatic intSINGLE_QUOTE
-
-
-
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
-
COUNT
static final int COUNT
- See Also:
- Constant Field Values
-
-