com.ibm.icu.lang

Interface UCharacter.SentenceBreak

public static interface UCharacter.SentenceBreak

Sentence Break constants.

See Also: SENTENCE_BREAK

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

Field Summary
static intATERM
static intCLOSE
static intCOUNT
static intFORMAT
static intLOWER
static intNUMERIC
static intOLETTER
static intOTHER
static intSEP
static intSP
static intSTERM
static intUPPER

Field Detail

ATERM

public static final int ATERM

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

CLOSE

public static final int CLOSE

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.

FORMAT

public static final int FORMAT

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

LOWER

public static final int LOWER

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.

OLETTER

public static final int OLETTER

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.

SEP

public static final int SEP

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

SP

public static final int SP

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

STERM

public static final int STERM

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

UPPER

public static final int UPPER

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

Copyright (c) 2006 IBM Corporation and others.