Package com.ibm.icu.lang
Interface UCharacter.SentenceBreak
-
- Enclosing class:
- UCharacter
public static interface UCharacter.SentenceBreakSentence Break constants.- See Also:
UProperty.SENTENCE_BREAK- Status:
- Stable ICU 3.4.
-
-
Field Summary
Fields Modifier and Type Field Description static intATERMstatic intCLOSEstatic intCOUNTDeprecated.ICU 58 The numeric value may change over time, see ICU ticket #12420.static 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
- Status:
- Stable ICU 3.8.
-
ATERM
static final int ATERM
- See Also:
- Constant Field Values
- Status:
- Stable ICU 3.8.
-
CLOSE
static final int CLOSE
- 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.
-
LOWER
static final int LOWER
- 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.
-
OLETTER
static final int OLETTER
- See Also:
- Constant Field Values
- Status:
- Stable ICU 3.8.
-
SEP
static final int SEP
- See Also:
- Constant Field Values
- Status:
- Stable ICU 3.8.
-
SP
static final int SP
- See Also:
- Constant Field Values
- Status:
- Stable ICU 3.8.
-
STERM
static final int STERM
- See Also:
- Constant Field Values
- Status:
- Stable ICU 3.8.
-
UPPER
static final int UPPER
- 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.
-
SCONTINUE
static final int SCONTINUE
- See Also:
- Constant Field Values
- Status:
- Stable ICU 4.0.
-
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 SentenceBreak value. The highest value is available via UCharacter.getIntPropertyMaxValue(UProperty.SENTENCE_BREAK).- See Also:
- Constant Field Values
-
-