com.ibm.icu.lang
Interface UCharacter.SentenceBreak

Enclosing class:
UCharacter

public static interface UCharacter.SentenceBreak

Sentence Break constants.

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

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
Status:
Stable ICU 3.8.

ATERM

static final int ATERM
See Also:
Constant Field Values
Status:
Stable ICU 3.8.

CLOSE

static final int CLOSE
See Also:
Constant Field Values
Status:
Stable ICU 3.8.

FORMAT

static final int FORMAT
See Also:
Constant Field Values
Status:
Stable ICU 3.8.

LOWER

static final int LOWER
See Also:
Constant Field Values
Status:
Stable ICU 3.8.

NUMERIC

static final int NUMERIC
See Also:
Constant Field Values
Status:
Stable ICU 3.8.

OLETTER

static final int OLETTER
See Also:
Constant Field Values
Status:
Stable ICU 3.8.

SEP

static final int SEP
See Also:
Constant Field Values
Status:
Stable ICU 3.8.

SP

static final int SP
See Also:
Constant Field Values
Status:
Stable ICU 3.8.

STERM

static final int STERM
See Also:
Constant Field Values
Status:
Stable ICU 3.8.

UPPER

static final int UPPER
See Also:
Constant Field Values
Status:
Stable ICU 3.8.

CR

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

EXTEND

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

LF

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

SCONTINUE

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

COUNT

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


Copyright (c) 2009 IBM Corporation and others.