Collator.GetReorderCodes Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.