Collator.ReorderCodes
  public
  static
  
  
  interface
  Collator.ReorderCodes
  
  
  
| android.icu.text.Collator.ReorderCodes | 
Reordering codes for non-script groups that can be reordered under collation.
See also:
Summary
| Constants | |
|---|---|
| int | CURRENCYCharacters with the currency property. | 
| int | DEFAULTA special reordering code that is used to specify the default reordering codes for a locale. | 
| int | DIGITCharacters with the digit property. | 
| int | FIRSTThe first entry in the enumeration of reordering groups. | 
| int | NONEA special reordering code that is used to specify no reordering codes. | 
| 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. | 
| int | PUNCTUATIONCharacters with the punctuation property. | 
| int | SPACECharacters with the space property. | 
| int | SYMBOLCharacters with the symbol property. | 
Constants
CURRENCY
public static final int CURRENCY
Characters with the currency property. This is equivalent to the rule value "currency".
Constant Value: 4099 (0x00001003)
DEFAULT
public static final int DEFAULT
A special reordering code that is used to specify the default reordering codes for a locale.
Constant Value: -1 (0xffffffff)
DIGIT
public static final int DIGIT
Characters with the digit property. This is equivalent to the rule value "digit".
Constant Value: 4100 (0x00001004)
FIRST
public 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.
Constant Value: 4096 (0x00001000)
NONE
public static final int NONE
A special reordering code that is used to specify no reordering codes.
Constant Value: 103 (0x00000067)
OTHERS
public 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.
Constant Value: 103 (0x00000067)
PUNCTUATION
public static final int PUNCTUATION
Characters with the punctuation property. This is equivalent to the rule value "punct".
Constant Value: 4097 (0x00001001)
SPACE
public static final int SPACE
Characters with the space property. This is equivalent to the rule value "space".
Constant Value: 4096 (0x00001000)
SYMBOL
public static final int SYMBOL
Characters with the symbol property. This is equivalent to the rule value "symbol".
Constant Value: 4098 (0x00001002)
