close
The Wayback Machine - https://web.archive.org/web/20161107025453/https://developer.android.com/reference/android/icu/text/Collator.ReorderCodes.html
Skip to content

Most visited

Recently visited

navigation
Added in API level 24

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 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

Added in API level 24
int CURRENCY

Characters with the currency property. This is equivalent to the rule value "currency".

Constant Value: 4099 (0x00001003)

DEFAULT

Added in API level 24
int DEFAULT

A special reordering code that is used to specify the default reordering codes for a locale.

Constant Value: -1 (0xffffffff)

DIGIT

Added in API level 24
int DIGIT

Characters with the digit property. This is equivalent to the rule value "digit".

Constant Value: 4100 (0x00001004)

FIRST

Added in API level 24
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

Added in API level 24
int NONE

A special reordering code that is used to specify no reordering codes.

Constant Value: 103 (0x00000067)

OTHERS

Added in API level 24
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

Added in API level 24
int PUNCTUATION

Characters with the punctuation property. This is equivalent to the rule value "punct".

Constant Value: 4097 (0x00001001)

SPACE

Added in API level 24
int SPACE

Characters with the space property. This is equivalent to the rule value "space".

Constant Value: 4096 (0x00001000)

SYMBOL

Added in API level 24
int SYMBOL

Characters with the symbol property. This is equivalent to the rule value "symbol".

Constant Value: 4098 (0x00001002)

This site uses cookies to store your preferences for site-specific language and display options.

Hooray!

This class requires API level or higher

This doc is hidden because your selected API level for the documentation is . You can change the documentation API level with the selector above the left navigation.

For more information about specifying the API level your app requires, read Supporting Different Platform Versions.