com.ibm.icu.lang

Interface UCharacter.GraphemeClusterBreak

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 Details

CONTROL

public static final int CONTROL
Field Value:
1

COUNT

public static final int COUNT
Field Value:
10

CR

public static final int CR
Field Value:
2

EXTEND

public static final int EXTEND
Field Value:
3

L

public static final int L
Field Value:
4

LF

public static final int LF
Field Value:
5

LV

public static final int LV
Field Value:
6

LVT

public static final int LVT
Field Value:
7

OTHER

public static final int OTHER
Field Value:
0

T

public static final int T
Field Value:
8

V

public static final int V
Field Value:
9

Copyright (c) 2006 IBM Corporation and others.