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.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Characters with the currency property.static final int
A special reordering code that is used to specify the default reordering codes for a locale.static final int
Characters with the digit property.static final int
The first entry in the enumeration of reordering groups.static final int
Deprecated.ICU 58 The numeric value may change over time, see ICU ticket #12420.static final int
A special reordering code that is used to specify no reordering codes.static final int
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 final int
Characters with the punctuation property.static final int
Characters with the space property.static final int
Characters with the symbol property.
-
Field Details
-
DEFAULT
static final int DEFAULTA special reordering code that is used to specify the default reordering codes for a locale.- See Also:
-
NONE
static final int NONEA special reordering code that is used to specify no reordering codes.- See Also:
-
OTHERS
static final int OTHERSA 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:
-
SPACE
static final int SPACECharacters with the space property. This is equivalent to the rule value "space".- See Also:
-
FIRST
static final int FIRSTThe first entry in the enumeration of reordering groups. This is intended for use in range checking and enumeration of the reorder codes.- See Also:
-
PUNCTUATION
static final int PUNCTUATIONCharacters with the punctuation property. This is equivalent to the rule value "punct".- See Also:
-
SYMBOL
static final int SYMBOLCharacters with the symbol property. This is equivalent to the rule value "symbol".- See Also:
-
CURRENCY
static final int CURRENCYCharacters with the currency property. This is equivalent to the rule value "currency".- See Also:
-
DIGIT
static final int DIGITCharacters with the digit property. This is equivalent to the rule value "digit".- See Also:
-
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:
-