Freigeben über


UProperty.LeadCanonicalCombiningClass Field

Definition

Caution

Use 'Android.Icu.Lang.IUProperty.LeadCanonicalCombiningClass'. This class will be removed in a future release.

Enumerated property Lead_Canonical_Combining_Class.

[Android.Runtime.Register("LEAD_CANONICAL_COMBINING_CLASS", ApiSince=24)]
[System.Obsolete("Use 'Android.Icu.Lang.IUProperty.LeadCanonicalCombiningClass'. This class will be removed in a future release.")]
public const int LeadCanonicalCombiningClass = 4112;
[<Android.Runtime.Register("LEAD_CANONICAL_COMBINING_CLASS", ApiSince=24)>]
[<System.Obsolete("Use 'Android.Icu.Lang.IUProperty.LeadCanonicalCombiningClass'. This class will be removed in a future release.")>]
val mutable LeadCanonicalCombiningClass : int

Field Value

Value = 4112
Attributes

Remarks

Enumerated property Lead_Canonical_Combining_Class. ICU-specific property for the ccc of the first code point of the decomposition, or lccc(c)=ccc(NFD(c)[0]). Useful for checking for canonically ordered text; see Normalizer.FCD and http://www.unicode.org/notes/tn5/#FCD . Returns 8-bit numeric values like CANONICAL_COMBINING_CLASS.

Java documentation for android.icu.lang.UProperty.LEAD_CANONICAL_COMBINING_CLASS.

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