com.ibm.icu.lang

Interface UCharacter.GraphemeClusterBreak

public static interface UCharacter.GraphemeClusterBreak

Grapheme Cluster Break constants.

See Also: GRAPHEME_CLUSTER_BREAK

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

Field Summary
static intCONTROL
static intCOUNT
static intCR
static intEXTEND
static intL
static intLF
static intLV
static intLVT
static intOTHER
static intT
static intV

Field Detail

CONTROL

public static final int CONTROL

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.

CR

public static final int CR

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

EXTEND

public static final int EXTEND

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

L

public static final int L

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

LF

public static final int LF

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

LV

public static final int LV

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

LVT

public static final int LVT

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.

T

public static final int T

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

V

public static final int V

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

Copyright (c) 2007 IBM Corporation and others.