Bidi.ReorderNumbersSpecial Field

Definition

Reordering mode: Logical to Visual algorithm which handles numbers in a way which mimicks the behavior of Windows XP.

[Android.Runtime.Register("REORDER_NUMBERS_SPECIAL", ApiSince=29)]
public const short ReorderNumbersSpecial = 1;
[<Android.Runtime.Register("REORDER_NUMBERS_SPECIAL", ApiSince=29)>]
val mutable ReorderNumbersSpecial : int16

Field Value

Value = 1
Attributes

Remarks

Reordering mode: Logical to Visual algorithm which handles numbers in a way which mimicks the behavior of Windows XP.

Java documentation for android.icu.text.Bidi.REORDER_NUMBERS_SPECIAL.

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