com.ibm.icu.text
Interface Collator.ReorderCodes

Enclosing class:
Collator

Deprecated. This API is ICU internal only.

public static interface Collator.ReorderCodes

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

See Also:
Collator.getReorderCodes(), Collator.setReorderCodes(int...)
Status:
Internal. This API is ICU internal only.

Field Summary
static int CURRENCY
          Deprecated. This API is ICU internal only.
static int DIGIT
          Deprecated. This API is ICU internal only.
static int FIRST
          Deprecated. This API is ICU internal only.
static int LIMIT
          Deprecated. This API is ICU internal only.
static int PUNCTUATION
          Deprecated. This API is ICU internal only.
static int SPACE
          Deprecated. This API is ICU internal only.
static int SYMBOL
          Deprecated. This API is ICU internal only.
 

Field Detail

SPACE

static final int SPACE
Deprecated. This API is ICU internal only.
Characters with the space property.

See Also:
Constant Field Values
Status:
Internal. This API is ICU internal only.

FIRST

static final int FIRST
Deprecated. This API is ICU internal only.
The first entry in the enumeration.

See Also:
Constant Field Values
Status:
Internal. This API is ICU internal only.

PUNCTUATION

static final int PUNCTUATION
Deprecated. This API is ICU internal only.
Characters with the punctuation property.

See Also:
Constant Field Values
Status:
Internal. This API is ICU internal only.

SYMBOL

static final int SYMBOL
Deprecated. This API is ICU internal only.
Characters with the symbol property.

See Also:
Constant Field Values
Status:
Internal. This API is ICU internal only.

CURRENCY

static final int CURRENCY
Deprecated. This API is ICU internal only.
Characters with the currency property.

See Also:
Constant Field Values
Status:
Internal. This API is ICU internal only.

DIGIT

static final int DIGIT
Deprecated. This API is ICU internal only.
Characters with the digit property.

See Also:
Constant Field Values
Status:
Internal. This API is ICU internal only.

LIMIT

static final int LIMIT
Deprecated. This API is ICU internal only.
The limit of the reorder codes..

See Also:
Constant Field Values
Status:
Internal. This API is ICU internal only.


Copyright (c) 2010 IBM Corporation and others.