Partager via


Collator.MaxVariable Property

Definition

<strong>[icu]</strong> Returns the maximum reordering group whose characters are affected by the alternate handling behavior.

public virtual int MaxVariable { [Android.Runtime.Register("getMaxVariable", "()I", "GetGetMaxVariableHandler", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getMaxVariable", "()I", "GetGetMaxVariableHandler", ApiSince=24)>]
member this.MaxVariable : int

Property Value

the maximum variable reordering group.

Attributes

Remarks

<strong>[icu]</strong> Returns the maximum reordering group whose characters are affected by the alternate handling behavior.

The base class implementation returns Collator.ReorderCodes.PUNCTUATION.

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

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