Package 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.
-
-
Field Summary
Fields Modifier and Type Field Description 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 of reordering groups.static int
LIMIT
Deprecated.ICU 58 The numeric value may change over time, see ICU ticket #12420.static int
NONE
A special 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
-
NONE
static final int NONE
A special reordering code that is used to specify no reordering codes.- See Also:
- Constant Field Values
-
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
-
SPACE
static final int SPACE
Characters with the space property. This is equivalent to the rule value "space".- See Also:
- Constant Field Values
-
FIRST
static final int FIRST
The first entry in the enumeration of reordering groups. This is intended for use in range checking and enumeration of the reorder codes.- See Also:
- Constant Field Values
-
PUNCTUATION
static final int PUNCTUATION
Characters with the punctuation property. This is equivalent to the rule value "punct".- See Also:
- Constant Field Values
-
SYMBOL
static final int SYMBOL
Characters with the symbol property. This is equivalent to the rule value "symbol".- See Also:
- Constant Field Values
-
CURRENCY
static final int CURRENCY
Characters with the currency property. This is equivalent to the rule value "currency".- See Also:
- Constant Field Values
-
DIGIT
static final int DIGIT
Characters with the digit property. This is equivalent to the rule value "digit".- See Also:
- Constant Field Values
-
LIMIT
@Deprecated static final int LIMIT
Deprecated.ICU 58 The numeric value may change over time, see ICU ticket #12420.One more than the highest normal ReorderCodes value.- See Also:
- Constant Field Values
-
-