Bidi.MapNowhere 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.
Caution
This constant will be removed in the future version. Use Android.Icu.Text.BidiOptions enum directly instead of this field.
Special value which can be returned by the mapping methods when a logical index has no corresponding visual index or vice-versa.
[Android.Runtime.Register("MAP_NOWHERE", ApiSince=29)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Icu.Text.BidiOptions enum directly instead of this field.", true)]
public const Android.Icu.Text.BidiOptions MapNowhere = -1;
[<Android.Runtime.Register("MAP_NOWHERE", ApiSince=29)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Icu.Text.BidiOptions enum directly instead of this field.", true)>]
val mutable MapNowhere : Android.Icu.Text.BidiOptions
Field Value
Value = -1- Attributes
Remarks
Special value which can be returned by the mapping methods when a logical index has no corresponding visual index or vice-versa. This may happen for the logical-to-visual mapping of a Bidi control when option OPTION_REMOVE_CONTROLS
is specified. This can also happen for the visual-to-logical mapping of a Bidi mark (LRM or RLM) inserted by option OPTION_INSERT_MARKS
.
Java documentation for android.icu.text.Bidi.MAP_NOWHERE
.
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.