Collator.GetEquivalentReorderCodes(Int32) 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 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
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.