Package com.ibm.icu.lang
Interface UCharacter.SentenceBreak
-
- Enclosing class:
- UCharacter
public static interface UCharacter.SentenceBreak
Sentence Break constants.- See Also:
UProperty.SENTENCE_BREAK
-
-
Field Summary
Fields Modifier and Type Field Description static int
ATERM
static int
CLOSE
static int
COUNT
Deprecated.ICU 58 The numeric value may change over time, see ICU ticket #12420.static int
CR
static int
EXTEND
static int
FORMAT
static int
LF
static int
LOWER
static int
NUMERIC
static int
OLETTER
static int
OTHER
static int
SCONTINUE
static int
SEP
static int
SP
static int
STERM
static int
UPPER
-
-
-
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
@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
-
-