IUProperty.LeadCanonicalCombiningClass Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerated property Lead_Canonical_Combining_Class.
[Android.Runtime.Register("LEAD_CANONICAL_COMBINING_CLASS", ApiSince=24)]
public const int LeadCanonicalCombiningClass = 4112;
[<Android.Runtime.Register("LEAD_CANONICAL_COMBINING_CLASS", ApiSince=24)>]
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.