com.ibm.icu.lang

Interface UCharacter.WordBreak

public static interface UCharacter.WordBreak

Word Break constants.

See Also: WORD_BREAK

UNKNOWN: ICU 3.4 This API might change or be removed in a future release.

Field Summary
static intALETTER
static intCOUNT
static intEXTENDNUMLET
static intFORMAT
static intKATAKANA
static intMIDLETTER
static intMIDNUM
static intNUMERIC
static intOTHER

Field Detail

ALETTER

public static final int ALETTER

UNKNOWN: ICU 3.4 This API might change or be removed in a future release.

COUNT

public static final int COUNT

UNKNOWN: ICU 3.4 This API might change or be removed in a future release.

EXTENDNUMLET

public static final int EXTENDNUMLET

UNKNOWN: ICU 3.4 This API might change or be removed in a future release.

FORMAT

public static final int FORMAT

UNKNOWN: ICU 3.4 This API might change or be removed in a future release.

KATAKANA

public static final int KATAKANA

UNKNOWN: ICU 3.4 This API might change or be removed in a future release.

MIDLETTER

public static final int MIDLETTER

UNKNOWN: ICU 3.4 This API might change or be removed in a future release.

MIDNUM

public static final int MIDNUM

UNKNOWN: ICU 3.4 This API might change or be removed in a future release.

NUMERIC

public static final int NUMERIC

UNKNOWN: ICU 3.4 This API might change or be removed in a future release.

OTHER

public static final int OTHER

UNKNOWN: ICU 3.4 This API might change or be removed in a future release.

Copyright (c) 2006 IBM Corporation and others.