Partager via


CollationElementIterator.TertiaryOrder(Int32) Method

Definition

Return the tertiary order of the specified collation element, i.

[Android.Runtime.Register("tertiaryOrder", "(I)I", "", ApiSince=24)]
public static int TertiaryOrder (int ce);
[<Android.Runtime.Register("tertiaryOrder", "(I)I", "", ApiSince=24)>]
static member TertiaryOrder : int -> int

Parameters

ce
Int32

the collation element

Returns

the element's 8 bits tertiary order

Attributes

Remarks

Return the tertiary order of the specified collation element, i.e. the last 8 bits. This value is unsigned.

Java documentation for android.icu.text.CollationElementIterator.tertiaryOrder(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