共用方式為


Collator.GetEquivalentReorderCodes(Int32) Method

Definition

Retrieves all the reorder codes that are grouped with the given reorder code.

[Android.Runtime.Register("getEquivalentReorderCodes", "(I)[I", "", ApiSince=24)]
public static int[]? GetEquivalentReorderCodes (int reorderCode);
[<Android.Runtime.Register("getEquivalentReorderCodes", "(I)[I", "", ApiSince=24)>]
static member GetEquivalentReorderCodes : int -> int[]

Parameters

reorderCode
Int32

The reorder code to determine equivalence for.

Returns

Int32[]

the set of all reorder codes in the same group as the given reorder code.

Attributes

Remarks

Retrieves all the reorder codes that are grouped with the given reorder code. Some reorder codes are grouped and must reorder together. Beginning with ICU 55, scripts only reorder together if they are primary-equal, for example Hiragana and Katakana.

Java documentation for android.icu.text.Collator.getEquivalentReorderCodes(int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to