com.ibm.icu.lang
Interface UCharacter.LineBreak

Enclosing interface:
UCharacter

public static interface UCharacter.LineBreak

Line Break constants.

See Also:
UProperty.LINE_BREAK
Status:
Stable ICU 2.4.

Field Summary
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_PUNCTUATION
           
static int COMBINING_MARK
           
static int COMPLEX_CONTEXT
           
static int CONTINGENT_BREAK
           
static int COUNT
           
static int EXCLAMATION
           
static int GLUE
           
static int HYPHEN
           
static int IDEOGRAPHIC
           
static int INFIX_NUMERIC
           
static int INSEPARABLE
          Deprecated. This is a draft API and might change in a future release of ICU.
static int INSEPERABLE
           
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 SPACE
           
static int SURROGATE
           
static int UNKNOWN
           
static int WORD_JOINER
           
static int ZWSPACE
           
 

Field Detail

UNKNOWN

public static final int UNKNOWN
See Also:
Constant Field Values
Status:
Stable ICU 2.4.

AMBIGUOUS

public static final int AMBIGUOUS
See Also:
Constant Field Values
Status:
Stable ICU 2.4.

ALPHABETIC

public static final int ALPHABETIC
See Also:
Constant Field Values
Status:
Stable ICU 2.4.

BREAK_BOTH

public static final int BREAK_BOTH
See Also:
Constant Field Values
Status:
Stable ICU 2.4.

BREAK_AFTER

public static final int BREAK_AFTER
See Also:
Constant Field Values
Status:
Stable ICU 2.4.

BREAK_BEFORE

public static final int BREAK_BEFORE
See Also:
Constant Field Values
Status:
Stable ICU 2.4.

MANDATORY_BREAK

public static final int MANDATORY_BREAK
See Also:
Constant Field Values
Status:
Stable ICU 2.4.

CONTINGENT_BREAK

public static final int CONTINGENT_BREAK
See Also:
Constant Field Values
Status:
Stable ICU 2.4.

CLOSE_PUNCTUATION

public static final int CLOSE_PUNCTUATION
See Also:
Constant Field Values
Status:
Stable ICU 2.4.

COMBINING_MARK

public static final int COMBINING_MARK
See Also:
Constant Field Values
Status:
Stable ICU 2.4.

CARRIAGE_RETURN

public static final int CARRIAGE_RETURN
See Also:
Constant Field Values
Status:
Stable ICU 2.4.

EXCLAMATION

public static final int EXCLAMATION
See Also:
Constant Field Values
Status:
Stable ICU 2.4.

GLUE

public static final int GLUE
See Also:
Constant Field Values
Status:
Stable ICU 2.4.

HYPHEN

public static final int HYPHEN
See Also:
Constant Field Values
Status:
Stable ICU 2.4.

IDEOGRAPHIC

public static final int IDEOGRAPHIC
See Also:
Constant Field Values
Status:
Stable ICU 2.4.

INSEPERABLE

public static final int INSEPERABLE
See Also:
INSEPARABLE, Constant Field Values
Status:
Stable ICU 2.4.

INSEPARABLE

public static final int INSEPARABLE
Deprecated. This is a draft API and might change in a future release of ICU.

Renamed from the misspelled "inseperable" in Unicode 4.0.1.

See Also:
Constant Field Values
Status:
Draft ICU 3.0.
Status:
Deprecated in This is a draft API and might change in a future release of ICU..

INFIX_NUMERIC

public static final int INFIX_NUMERIC
See Also:
Constant Field Values
Status:
Stable ICU 2.4.

LINE_FEED

public static final int LINE_FEED
See Also:
Constant Field Values
Status:
Stable ICU 2.4.

NONSTARTER

public static final int NONSTARTER
See Also:
Constant Field Values
Status:
Stable ICU 2.4.

NUMERIC

public static final int NUMERIC
See Also:
Constant Field Values
Status:
Stable ICU 2.4.

OPEN_PUNCTUATION

public static final int OPEN_PUNCTUATION
See Also:
Constant Field Values
Status:
Stable ICU 2.4.

POSTFIX_NUMERIC

public static final int POSTFIX_NUMERIC
See Also:
Constant Field Values
Status:
Stable ICU 2.4.

PREFIX_NUMERIC

public static final int PREFIX_NUMERIC
See Also:
Constant Field Values
Status:
Stable ICU 2.4.

QUOTATION

public static final int QUOTATION
See Also:
Constant Field Values
Status:
Stable ICU 2.4.

COMPLEX_CONTEXT

public static final int COMPLEX_CONTEXT
See Also:
Constant Field Values
Status:
Stable ICU 2.4.

SURROGATE

public static final int SURROGATE
See Also:
Constant Field Values
Status:
Stable ICU 2.4.

SPACE

public static final int SPACE
See Also:
Constant Field Values
Status:
Stable ICU 2.4.

BREAK_SYMBOLS

public static final int BREAK_SYMBOLS
See Also:
Constant Field Values
Status:
Stable ICU 2.4.

ZWSPACE

public static final int ZWSPACE
See Also:
Constant Field Values
Status:
Stable ICU 2.4.

NEXT_LINE

public static final int NEXT_LINE
See Also:
Constant Field Values
Status:
Stable ICU 2.6.

WORD_JOINER

public static final int WORD_JOINER
See Also:
Constant Field Values
Status:
Stable ICU 2.6.

COUNT

public static final int COUNT
See Also:
Constant Field Values
Status:
Stable ICU 2.4.


Copyright (c) 2004 IBM Corporation and others.