Collator.ReorderCodes
public
static
interface
Collator.ReorderCodes
| android.icu.text.Collator.ReorderCodes |
Reordering codes for non-script groups that can be reordered under collation.
Summary
Constants | |
|---|---|
int |
CURRENCY
Characters with the currency property. |
int |
DEFAULT
A special reordering code that is used to specify the default reordering codes for a locale. |
int |
DIGIT
Characters with the digit property. |
int |
FIRST
The first entry in the enumeration of reordering groups. |
int |
NONE
A special reordering code that is used to specify no reordering codes. |
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. |
int |
PUNCTUATION
Characters with the punctuation property. |
int |
SPACE
Characters with the space property. |
int |
SYMBOL
Characters with the symbol property. |
Constants
CURRENCY
int CURRENCY
Characters with the currency property. This is equivalent to the rule value "currency".
Constant Value: 4099 (0x00001003)
DEFAULT
int DEFAULT
A special reordering code that is used to specify the default reordering codes for a locale.
Constant Value: -1 (0xffffffff)
DIGIT
int DIGIT
Characters with the digit property. This is equivalent to the rule value "digit".
Constant Value: 4100 (0x00001004)
FIRST
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.
Constant Value: 4096 (0x00001000)
NONE
int NONE
A special reordering code that is used to specify no reordering codes.
Constant Value: 103 (0x00000067)
OTHERS
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.
Constant Value: 103 (0x00000067)
PUNCTUATION
int PUNCTUATION
Characters with the punctuation property. This is equivalent to the rule value "punct".
Constant Value: 4097 (0x00001001)
SPACE
int SPACE
Characters with the space property. This is equivalent to the rule value "space".
Constant Value: 4096 (0x00001000)
SYMBOL
int SYMBOL
Characters with the symbol property. This is equivalent to the rule value "symbol".
Constant Value: 4098 (0x00001002)
Interfaces
Classes
- AlphabeticIndex
- AlphabeticIndex.Bucket
- AlphabeticIndex.ImmutableIndex
- AlphabeticIndex.Record
- BreakIterator
- CollationElementIterator
- CollationKey
- CollationKey.BoundMode
- Collator
- CompactDecimalFormat
- CurrencyPluralInfo
- DateFormat
- DateFormat.Field
- DateFormatSymbols
- DateIntervalFormat
- DateIntervalInfo
- DateIntervalInfo.PatternInfo
- DateTimePatternGenerator
- DateTimePatternGenerator.PatternInfo
- DecimalFormat
- DecimalFormatSymbols
- IDNA
- IDNA.Info
- LocaleDisplayNames
- MeasureFormat
- MessageFormat
- MessageFormat.Field
- MessagePattern
- MessagePattern.Part
- Normalizer
- Normalizer.QuickCheckResult
- Normalizer2
- NumberFormat
- NumberFormat.Field
- NumberingSystem
- PluralFormat
- PluralRules
- RelativeDateTimeFormatter
- RuleBasedCollator
- SearchIterator
- SelectFormat
- SimpleDateFormat
- StringSearch
- TimeZoneFormat
- TimeZoneNames
- UCharacterIterator
- UFormat
- UnicodeFilter
- UnicodeSet
- UnicodeSet.EntryRange
- UnicodeSetIterator
- UnicodeSetSpanner
Enums
- AlphabeticIndex.Bucket.LabelType
- CompactDecimalFormat.CompactStyle
- DateFormat.BooleanAttribute
- DisplayContext
- DisplayContext.Type
- IDNA.Error
- LocaleDisplayNames.DialectHandling
- MeasureFormat.FormatWidth
- MessagePattern.ApostropheMode
- MessagePattern.ArgType
- MessagePattern.Part.Type
- Normalizer2.Mode
- PluralRules.PluralType
- RelativeDateTimeFormatter.AbsoluteUnit
- RelativeDateTimeFormatter.Direction
- RelativeDateTimeFormatter.RelativeUnit
- RelativeDateTimeFormatter.Style
- SearchIterator.ElementComparisonType
- TimeZoneFormat.GMTOffsetPatternType
- TimeZoneFormat.ParseOption
- TimeZoneFormat.Style
- TimeZoneFormat.TimeType
- TimeZoneNames.NameType
- UnicodeSet.ComparisonStyle
- UnicodeSet.SpanCondition
- UnicodeSetSpanner.CountMethod
- UnicodeSetSpanner.TrimOption
Exceptions


