com.ibm.icu.lang
Interface UCharacter.SentenceBreak

Enclosing class:
UCharacter

public static interface UCharacter.SentenceBreak

Sentence Break constants.

See Also:
UProperty.SENTENCE_BREAK

Field Summary
static int ATERM
           
static int CLOSE
           
static int COUNT
           
static int CR
           
static int EXTEND
           
static int FORMAT
           
static int LF
           
static int LOWER
           
static int NUMERIC
           
static int OLETTER
           
static int OTHER
           
static int SCONTINUE
           
static int SEP
           
static int SP
           
static int STERM
           
static int UPPER
           
 

Field Detail

OTHER

static final int OTHER
See Also:
Constant Field Values

ATERM

static final int ATERM
See Also:
Constant Field Values

CLOSE

static final int CLOSE
See Also:
Constant Field Values

FORMAT

static final int FORMAT
See Also:
Constant Field Values

LOWER

static final int LOWER
See Also:
Constant Field Values

NUMERIC

static final int NUMERIC
See Also:
Constant Field Values

OLETTER

static final int OLETTER
See Also:
Constant Field Values

SEP

static final int SEP
See Also:
Constant Field Values

SP

static final int SP
See Also:
Constant Field Values

STERM

static final int STERM
See Also:
Constant Field Values

UPPER

static final int UPPER
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

LF

static final int LF
See Also:
Constant Field Values

SCONTINUE

static final int SCONTINUE
See Also:
Constant Field Values

COUNT

static final int COUNT
See Also:
Constant Field Values


Copyright (c) 2009 IBM Corporation and others.