Package com.ibm.icu.lang
Interface UCharacter.SentenceBreak
-
- Enclosing class:
- UCharacter
public static interface UCharacter.SentenceBreakSentence Break constants.- See Also:
UProperty.SENTENCE_BREAK
-
-
Field Summary
Fields Modifier and Type Field Description static intATERMstatic intCLOSEstatic intCOUNTstatic intCRstatic intEXTENDstatic intFORMATstatic intLFstatic intLOWERstatic intNUMERICstatic intOLETTERstatic intOTHERstatic intSCONTINUEstatic intSEPstatic intSPstatic intSTERMstatic intUPPER
-
-
-
Field Detail
-
OTHER
static final int OTHER
- See Also:
- Constant Field Values
-
ATERM
static final int ATERM
- See Also:
- Constant Field Values
-
CLOSE
static final int CLOSE
- See Also:
- Constant Field Values
-
FORMAT
static final int FORMAT
- See Also:
- Constant Field Values
-
LOWER
static final int LOWER
- See Also:
- Constant Field Values
-
NUMERIC
static final int NUMERIC
- See Also:
- Constant Field Values
-
OLETTER
static final int OLETTER
- See Also:
- Constant Field Values
-
SEP
static final int SEP
- See Also:
- Constant Field Values
-
SP
static final int SP
- See Also:
- Constant Field Values
-
STERM
static final int STERM
- See Also:
- Constant Field Values
-
UPPER
static final int UPPER
- 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
-
SCONTINUE
static final int SCONTINUE
- See Also:
- Constant Field Values
-
COUNT
static final int COUNT
- See Also:
- Constant Field Values
-
-