com.ibm.icu.lang
Interface UCharacter.WordBreak

Enclosing class:
UCharacter

public static interface UCharacter.WordBreak

Word Break constants.

See Also:
UProperty.WORD_BREAK
Status:
Stable ICU 3.4.

Field Summary
static int ALETTER
           
static int COUNT
           
static int CR
           
static int EXTEND
           
static int EXTENDNUMLET
           
static int FORMAT
           
static int KATAKANA
           
static int LF
           
static int MIDLETTER
           
static int MIDNUM
           
static int MIDNUMLET
           
static int NEWLINE
           
static int NUMERIC
           
static int OTHER
           
 

Field Detail

OTHER

static final int OTHER
See Also:
Constant Field Values
Status:
Stable ICU 3.8.

ALETTER

static final int ALETTER
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.

KATAKANA

static final int KATAKANA
See Also:
Constant Field Values
Status:
Stable ICU 3.8.

MIDLETTER

static final int MIDLETTER
See Also:
Constant Field Values
Status:
Stable ICU 3.8.

MIDNUM

static final int MIDNUM
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.

EXTENDNUMLET

static final int EXTENDNUMLET
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.

MIDNUMLET

static final int MIDNUMLET
See Also:
Constant Field Values
Status:
Stable ICU 4.0.

NEWLINE

static final int NEWLINE
See Also:
Constant Field Values
Status:
Stable ICU 4.0.

COUNT

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


Copyright (c) 2009 IBM Corporation and others.