com.ibm.icu.lang
Interface UCharacter.WordBreak

Enclosing interface:
UCharacter

public static interface UCharacter.WordBreak

Word Break constants.

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

Field Summary
static int ALETTER
           
static int COUNT
           
static int EXTENDNUMLET
           
static int FORMAT
           
static int KATAKANA
           
static int MIDLETTER
           
static int MIDNUM
           
static int NUMERIC
           
static int OTHER
           
 

Field Detail

OTHER

public static final int OTHER
See Also:
Constant Field Values
Status:
Draft ICU 3.4.

ALETTER

public static final int ALETTER
See Also:
Constant Field Values
Status:
Draft ICU 3.4.

FORMAT

public static final int FORMAT
See Also:
Constant Field Values
Status:
Draft ICU 3.4.

KATAKANA

public static final int KATAKANA
See Also:
Constant Field Values
Status:
Draft ICU 3.4.

MIDLETTER

public static final int MIDLETTER
See Also:
Constant Field Values
Status:
Draft ICU 3.4.

MIDNUM

public static final int MIDNUM
See Also:
Constant Field Values
Status:
Draft ICU 3.4.

NUMERIC

public static final int NUMERIC
See Also:
Constant Field Values
Status:
Draft ICU 3.4.

EXTENDNUMLET

public static final int EXTENDNUMLET
See Also:
Constant Field Values
Status:
Draft ICU 3.4.

COUNT

public static final int COUNT
See Also:
Constant Field Values
Status:
Draft ICU 3.4.


Copyright (c) 2006 IBM Corporation and others.