com.ibm.icu.lang
Interface UCharacter.WordBreak

Enclosing class:
UCharacter

public static interface UCharacter.WordBreak

Word Break constants.

See Also:
UProperty.WORD_BREAK

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

static final int OTHER
See Also:
Constant Field Values

ALETTER

static final int ALETTER
See Also:
Constant Field Values

FORMAT

static final int FORMAT
See Also:
Constant Field Values

KATAKANA

static final int KATAKANA
See Also:
Constant Field Values

MIDLETTER

static final int MIDLETTER
See Also:
Constant Field Values

MIDNUM

static final int MIDNUM
See Also:
Constant Field Values

NUMERIC

static final int NUMERIC
See Also:
Constant Field Values

EXTENDNUMLET

static final int EXTENDNUMLET
See Also:
Constant Field Values

COUNT

static final int COUNT
See Also:
Constant Field Values


Copyright (c) 2006 IBM Corporation and others.