IUProperty.TrailCanonicalCombiningClass 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 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.