Share via


Collator.GetReorderCodes Method

Definition

Retrieves the reordering codes for this collator.

[Android.Runtime.Register("getReorderCodes", "()[I", "GetGetReorderCodesHandler", ApiSince=24)]
public virtual int[]? GetReorderCodes ();
[<Android.Runtime.Register("getReorderCodes", "()[I", "GetGetReorderCodesHandler", ApiSince=24)>]
abstract member GetReorderCodes : unit -> int[]
override this.GetReorderCodes : unit -> int[]

Returns

Int32[]

a copy of the reordering codes for this collator; if none are set then returns an empty array

Attributes

Remarks

Retrieves the reordering codes for this collator. These reordering codes are a combination of UScript codes and ReorderCodes.

Java documentation for android.icu.text.Collator.getReorderCodes().

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