public static interface Collator.ReorderCodes
Collator.getReorderCodes()
,
Collator.setReorderCodes(int...)
,
Collator.getEquivalentReorderCodes(int)
Modifier and Type | Field and 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.
|
static final int DEFAULT
static final int NONE
static final int OTHERS
static final int SPACE
static final int FIRST
static final int PUNCTUATION
static final int SYMBOL
static final int CURRENCY
static final int DIGIT
@Deprecated static final int LIMIT
Copyright © 2016 Unicode, Inc. and others.