Normalizer.InputIsFcd フィールド

定義

注意事項

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

比較のオプション ビット: 両方の入力文字列が FCD 条件を満たしていると見なされます。

[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

フィールド値

Value = 131072
属性

注釈

比較のオプション ビット: 両方の入力文字列が FCD 条件を満たしていると見なされます。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象