ReorderCodes
interface ReorderCodes
android.icu.text.Collator.ReorderCodes |
Reordering codes for non-script groups that can be reordered under collation.
Summary
Constants | |
---|---|
static Int |
Characters with the currency property. |
static Int |
A special reordering code that is used to specify the default reordering codes for a locale. |
static Int |
Characters with the digit property. |
static Int |
The first entry in the enumeration of reordering groups. |
static Int |
A special reordering code that is used to specify no reordering codes. |
static 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 Int |
Characters with the punctuation property. |
static Int |
Characters with the space property. |
static Int |
Characters with the symbol property. |
Constants
CURRENCY
static val CURRENCY: Int
Characters with the currency property. This is equivalent to the rule value "currency".
Value: 4099
DEFAULT
static val DEFAULT: Int
A special reordering code that is used to specify the default reordering codes for a locale.
Value: -1
DIGIT
static val DIGIT: Int
Characters with the digit property. This is equivalent to the rule value "digit".
Value: 4100
FIRST
static val FIRST: Int
The first entry in the enumeration of reordering groups. This is intended for use in range checking and enumeration of the reorder codes.
Value: 4096
NONE
static val NONE: Int
A special reordering code that is used to specify no reordering codes.
Value: 103
OTHERS
static val OTHERS: 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.
Value: 103
PUNCTUATION
static val PUNCTUATION: Int
Characters with the punctuation property. This is equivalent to the rule value "punct".
Value: 4097
SPACE
static val SPACE: Int
Characters with the space property. This is equivalent to the rule value "space".
Value: 4096
SYMBOL
static val SYMBOL: Int
Characters with the symbol property. This is equivalent to the rule value "symbol".
Value: 4098