com.ibm.icu.text
Interface Collator.ReorderCodes

Enclosing class:
Collator

public static interface Collator.ReorderCodes

Reordering codes for non-script groups that can be reordered under collation.

See Also:
Collator.getReorderCodes(), Collator.setReorderCodes(int...), Collator.getEquivalentReorderCodes(int)
Status:
Draft ICU 4.8.

Field Summary
static int CURRENCY
          Characters with the currency property.
static int DEFAULT
          A special reordering code that is used to specify the default reordering codes for a locale.
static int DIGIT
          Characters with the digit property.
static int FIRST
          The first entry in the enumeration.
static int LIMIT
          The limit of the reorder codes..
static int NONE
          A speical reordering code that is used to specify no reordering codes.
static int OTHERS
          A special reordering code that is used to specify all other codes used for reordering except for the codes listed as ReorderingCodes and those listed explicitly in a reordering.
static int PUNCTUATION
          Characters with the punctuation property.
static int SPACE
          Characters with the space property.
static int SYMBOL
          Characters with the symbol property.
 

Field Detail

DEFAULT

static final int DEFAULT
A special reordering code that is used to specify the default reordering codes for a locale.

See Also:
Constant Field Values
Status:
Draft ICU 4.8.

NONE

static final int NONE
A speical reordering code that is used to specify no reordering codes.

See Also:
Constant Field Values
Status:
Draft ICU 4.8.

OTHERS

static final int OTHERS
A special reordering code that is used to specify all other codes used for reordering except for the codes listed as ReorderingCodes and those listed explicitly in a reordering.

See Also:
Constant Field Values
Status:
Draft ICU 4.8.

SPACE

static final int SPACE
Characters with the space property.

See Also:
Constant Field Values
Status:
Draft ICU 4.8.

FIRST

static final int FIRST
The first entry in the enumeration.

See Also:
Constant Field Values
Status:
Draft ICU 4.8.

PUNCTUATION

static final int PUNCTUATION
Characters with the punctuation property.

See Also:
Constant Field Values
Status:
Draft ICU 4.8.

SYMBOL

static final int SYMBOL
Characters with the symbol property.

See Also:
Constant Field Values
Status:
Draft ICU 4.8.

CURRENCY

static final int CURRENCY
Characters with the currency property.

See Also:
Constant Field Values
Status:
Draft ICU 4.8.

DIGIT

static final int DIGIT
Characters with the digit property.

See Also:
Constant Field Values
Status:
Draft ICU 4.8.

LIMIT

static final int LIMIT
The limit of the reorder codes..

See Also:
Constant Field Values
Status:
Draft ICU 4.8.


Copyright (c) 2011 IBM Corporation and others.