Share via


Normalizer.InputIsFcd Field

Definition

Caution

This constant will be removed in the future version. Use Android.Icu.Text.NormalizerCompareOptions enum directly instead of this field.

Option bit for compare: Both input strings are assumed to fulfill FCD conditions.

[Android.Runtime.Register("INPUT_IS_FCD", ApiSince=24)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Icu.Text.NormalizerCompareOptions enum directly instead of this field.", true)]
public const Android.Icu.Text.NormalizerCompareOptions InputIsFcd = 131072;
[<Android.Runtime.Register("INPUT_IS_FCD", ApiSince=24)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Icu.Text.NormalizerCompareOptions enum directly instead of this field.", true)>]
val mutable InputIsFcd : Android.Icu.Text.NormalizerCompareOptions

Field Value

Value = 131072
Attributes

Remarks

Option bit for compare: Both input strings are assumed to fulfill FCD conditions.

Java documentation for android.icu.text.Normalizer.INPUT_IS_FCD.

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