Normalizer.CompareCodePointOrder フィールド

定義

注意事項

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

比較のオプション ビット: コード単位の順序ではなく、コード ポイントの順序で文字列を比較します。

[Android.Runtime.Register("COMPARE_CODE_POINT_ORDER", 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 CompareCodePointOrder = 32768;
[<Android.Runtime.Register("COMPARE_CODE_POINT_ORDER", 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 CompareCodePointOrder : Android.Icu.Text.NormalizerCompareOptions

フィールド値

Value = 32768
属性

注釈

比較のオプション ビット: コード単位の順序ではなく、コード ポイントの順序で文字列を比較します。

Javaドキュメント。

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

適用対象