Normalizer2.NFKCCasefoldInstance Property

Definition

Returns a Normalizer2 instance for Unicode toNFKC_Casefold() normalization which is equivalent to applying the NFKC_Casefold mappings and then NFC.

public static Android.Icu.Text.Normalizer2? NFKCCasefoldInstance { [Android.Runtime.Register("getNFKCCasefoldInstance", "()Landroid/icu/text/Normalizer2;", "", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getNFKCCasefoldInstance", "()Landroid/icu/text/Normalizer2;", "", ApiSince=24)>]
static member NFKCCasefoldInstance : Android.Icu.Text.Normalizer2

Property Value

the requested Normalizer2, if successful

Attributes

Remarks

Returns a Normalizer2 instance for Unicode toNFKC_Casefold() normalization which is equivalent to applying the NFKC_Casefold mappings and then NFC. See https://www.unicode.org/reports/tr44/#NFKC_Casefold

Same as getInstance(null, "nfkc_cf", Mode.COMPOSE). Returns an unmodifiable singleton instance.

Java documentation for android.icu.text.Normalizer2.getNFKCCasefoldInstance().

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