CollationElementIterator.SecondaryOrder(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.
Return the secondary order of the specified collation element, i.
[Android.Runtime.Register("secondaryOrder", "(I)I", "", ApiSince=24)]
public static int SecondaryOrder (int ce);
[<Android.Runtime.Register("secondaryOrder", "(I)I", "", ApiSince=24)>]
static member SecondaryOrder : int -> int
Parameters
- ce
- Int32
the collation element
Returns
the element's 8 bits secondary order
- Attributes
Remarks
Return the secondary order of the specified collation element, i.e. the 16th to 23th bits, inclusive. This value is unsigned.
Java documentation for android.icu.text.CollationElementIterator.secondaryOrder(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.