Share via


IUProperty.TrailCanonicalCombiningClass Field

Definition

Enumerated property Trail_Canonical_Combining_Class.

[Android.Runtime.Register("TRAIL_CANONICAL_COMBINING_CLASS", ApiSince=24)]
public const int TrailCanonicalCombiningClass = 4113;
[<Android.Runtime.Register("TRAIL_CANONICAL_COMBINING_CLASS", ApiSince=24)>]
val mutable TrailCanonicalCombiningClass : int

Field Value

Value = 4113
Attributes

Remarks

Enumerated property Trail_Canonical_Combining_Class. ICU-specific property for the ccc of the last code point of the decomposition, or lccc(c)=ccc(NFD(c)[last]). 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.TRAIL_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