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

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 T
           
static int V
           
 

Field Detail

OTHER

static final int OTHER
See Also:
Constant Field Values

CONTROL

static final int CONTROL
See Also:
Constant Field Values

CR

static final int CR
See Also:
Constant Field Values

EXTEND

static final int EXTEND
See Also:
Constant Field Values

L

static final int L
See Also:
Constant Field Values

LF

static final int LF
See Also:
Constant Field Values

LV

static final int LV
See Also:
Constant Field Values

LVT

static final int LVT
See Also:
Constant Field Values

T

static final int T
See Also:
Constant Field Values

V

static final int V
See Also:
Constant Field Values

COUNT

static final int COUNT
See Also:
Constant Field Values


Copyright (c) 2006 IBM Corporation and others.