Bidi.ReorderInverseForNumbersSpecial Field
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.
Reordering mode: Inverse Bidi (Visual to Logical) algorithm for the
REORDER_NUMBERS_SPECIAL
Bidi algorithm.
[Android.Runtime.Register("REORDER_INVERSE_FOR_NUMBERS_SPECIAL", ApiSince=29)]
public const short ReorderInverseForNumbersSpecial = 6;
[<Android.Runtime.Register("REORDER_INVERSE_FOR_NUMBERS_SPECIAL", ApiSince=29)>]
val mutable ReorderInverseForNumbersSpecial : int16
Field Value
Value = 6- Attributes
Remarks
Reordering mode: Inverse Bidi (Visual to Logical) algorithm for the REORDER_NUMBERS_SPECIAL
Bidi algorithm.
Java documentation for android.icu.text.Bidi.REORDER_INVERSE_FOR_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.