Package com.ibm.icu.lang
Interface UCharacter.LineBreak
-
- Enclosing class:
- UCharacter
public static interface UCharacter.LineBreak
Line Break constants.- See Also:
UProperty.LINE_BREAK
-
-
Field Summary
Fields Modifier and Type Field Description static int
ALPHABETIC
static int
AMBIGUOUS
static int
BREAK_AFTER
static int
BREAK_BEFORE
static int
BREAK_BOTH
static int
BREAK_SYMBOLS
static int
CARRIAGE_RETURN
static int
CLOSE_PARENTHESIS
static int
CLOSE_PUNCTUATION
static int
COMBINING_MARK
static int
COMPLEX_CONTEXT
static int
CONDITIONAL_JAPANESE_STARTER
static int
CONTINGENT_BREAK
static int
COUNT
Deprecated.ICU 58 The numeric value may change over time, see ICU ticket #12420.static int
E_BASE
static int
E_MODIFIER
static int
EXCLAMATION
static int
GLUE
static int
H2
static int
H3
static int
HEBREW_LETTER
static int
HYPHEN
static int
IDEOGRAPHIC
static int
INFIX_NUMERIC
static int
INSEPARABLE
Renamed from the misspelled "inseperable" in Unicode 4.0.1.static int
INSEPERABLE
static int
JL
static int
JT
static int
JV
static int
LINE_FEED
static int
MANDATORY_BREAK
static int
NEXT_LINE
static int
NONSTARTER
static int
NUMERIC
static int
OPEN_PUNCTUATION
static int
POSTFIX_NUMERIC
static int
PREFIX_NUMERIC
static int
QUOTATION
static int
REGIONAL_INDICATOR
static int
SPACE
static int
SURROGATE
static int
UNKNOWN
static int
WORD_JOINER
static int
ZWJ
static int
ZWSPACE
-
-
-
Field Detail
-
UNKNOWN
static final int UNKNOWN
- See Also:
- Constant Field Values
-
AMBIGUOUS
static final int AMBIGUOUS
- See Also:
- Constant Field Values
-
ALPHABETIC
static final int ALPHABETIC
- See Also:
- Constant Field Values
-
BREAK_BOTH
static final int BREAK_BOTH
- See Also:
- Constant Field Values
-
BREAK_AFTER
static final int BREAK_AFTER
- See Also:
- Constant Field Values
-
BREAK_BEFORE
static final int BREAK_BEFORE
- See Also:
- Constant Field Values
-
MANDATORY_BREAK
static final int MANDATORY_BREAK
- See Also:
- Constant Field Values
-
CONTINGENT_BREAK
static final int CONTINGENT_BREAK
- See Also:
- Constant Field Values
-
CLOSE_PUNCTUATION
static final int CLOSE_PUNCTUATION
- See Also:
- Constant Field Values
-
COMBINING_MARK
static final int COMBINING_MARK
- See Also:
- Constant Field Values
-
CARRIAGE_RETURN
static final int CARRIAGE_RETURN
- See Also:
- Constant Field Values
-
EXCLAMATION
static final int EXCLAMATION
- See Also:
- Constant Field Values
-
GLUE
static final int GLUE
- See Also:
- Constant Field Values
-
HYPHEN
static final int HYPHEN
- See Also:
- Constant Field Values
-
IDEOGRAPHIC
static final int IDEOGRAPHIC
- See Also:
- Constant Field Values
-
INSEPERABLE
static final int INSEPERABLE
- See Also:
INSEPARABLE
, Constant Field Values
-
INSEPARABLE
static final int INSEPARABLE
Renamed from the misspelled "inseperable" in Unicode 4.0.1.- See Also:
- Constant Field Values
-
INFIX_NUMERIC
static final int INFIX_NUMERIC
- See Also:
- Constant Field Values
-
LINE_FEED
static final int LINE_FEED
- See Also:
- Constant Field Values
-
NONSTARTER
static final int NONSTARTER
- See Also:
- Constant Field Values
-
NUMERIC
static final int NUMERIC
- See Also:
- Constant Field Values
-
OPEN_PUNCTUATION
static final int OPEN_PUNCTUATION
- See Also:
- Constant Field Values
-
POSTFIX_NUMERIC
static final int POSTFIX_NUMERIC
- See Also:
- Constant Field Values
-
PREFIX_NUMERIC
static final int PREFIX_NUMERIC
- See Also:
- Constant Field Values
-
QUOTATION
static final int QUOTATION
- See Also:
- Constant Field Values
-
COMPLEX_CONTEXT
static final int COMPLEX_CONTEXT
- See Also:
- Constant Field Values
-
SURROGATE
static final int SURROGATE
- See Also:
- Constant Field Values
-
SPACE
static final int SPACE
- See Also:
- Constant Field Values
-
BREAK_SYMBOLS
static final int BREAK_SYMBOLS
- See Also:
- Constant Field Values
-
ZWSPACE
static final int ZWSPACE
- See Also:
- Constant Field Values
-
NEXT_LINE
static final int NEXT_LINE
- See Also:
- Constant Field Values
-
WORD_JOINER
static final int WORD_JOINER
- See Also:
- Constant Field Values
-
H2
static final int H2
- See Also:
- Constant Field Values
-
H3
static final int H3
- See Also:
- Constant Field Values
-
JL
static final int JL
- See Also:
- Constant Field Values
-
JT
static final int JT
- See Also:
- Constant Field Values
-
JV
static final int JV
- See Also:
- Constant Field Values
-
CLOSE_PARENTHESIS
static final int CLOSE_PARENTHESIS
- See Also:
- Constant Field Values
-
CONDITIONAL_JAPANESE_STARTER
static final int CONDITIONAL_JAPANESE_STARTER
- See Also:
- Constant Field Values
-
HEBREW_LETTER
static final int HEBREW_LETTER
- See Also:
- Constant Field Values
-
REGIONAL_INDICATOR
static final int REGIONAL_INDICATOR
- See Also:
- Constant Field Values
-
E_BASE
static final int E_BASE
- See Also:
- Constant Field Values
-
E_MODIFIER
static final int E_MODIFIER
- See Also:
- Constant Field Values
-
ZWJ
static final int ZWJ
- 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 LineBreak value. The highest value is available via UCharacter.getIntPropertyMaxValue(UProperty.LINE_BREAK).- See Also:
- Constant Field Values
-
-