com.ibm.icu.lang
Interface UCharacter.GraphemeClusterBreak

Enclosing class:
UCharacter

public static interface UCharacter.GraphemeClusterBreak

Grapheme Cluster Break constants.

See Also:
UProperty.GRAPHEME_CLUSTER_BREAK
Status:
Stable ICU 3.4.

Field Summary
static int CONTROL
           
static int COUNT
           
static int CR
           
static int EXTEND
           
static int L
           
static int LF
           
static int LV
           
static int LVT
           
static int OTHER
           
static int PREPEND
           
static int SPACING_MARK
           
static int T
           
static int V
           
 

Field Detail

OTHER

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

CONTROL

static final int CONTROL
See Also:
Constant Field Values
Status:
Stable ICU 3.4.

CR

static final int CR
See Also:
Constant Field Values
Status:
Stable ICU 3.4.

EXTEND

static final int EXTEND
See Also:
Constant Field Values
Status:
Stable ICU 3.4.

L

static final int L
See Also:
Constant Field Values
Status:
Stable ICU 3.4.

LF

static final int LF
See Also:
Constant Field Values
Status:
Stable ICU 3.4.

LV

static final int LV
See Also:
Constant Field Values
Status:
Stable ICU 3.4.

LVT

static final int LVT
See Also:
Constant Field Values
Status:
Stable ICU 3.4.

T

static final int T
See Also:
Constant Field Values
Status:
Stable ICU 3.4.

V

static final int V
See Also:
Constant Field Values
Status:
Stable ICU 3.4.

SPACING_MARK

static final int SPACING_MARK
See Also:
Constant Field Values
Status:
Stable ICU 4.0.

PREPEND

static final int PREPEND
See Also:
Constant Field Values
Status:
Stable ICU 4.0.

COUNT

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


Copyright (c) 2011 IBM Corporation and others.