IUProperty.SegmentStarter 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.
Binary Property Segment_Starter.
[Android.Runtime.Register("SEGMENT_STARTER", ApiSince=24)]
public const int SegmentStarter = 41;
[<Android.Runtime.Register("SEGMENT_STARTER", ApiSince=24)>]
val mutable SegmentStarter : int
Field Value
Value = 41- Attributes
Remarks
Binary Property Segment_Starter. ICU-specific property for characters that are starters in terms of Unicode normalization and combining character sequences. They have ccc=0 and do not occur in non-initial position of the canonical decomposition of any character (like " in NFD(a-umlaut) and a Jamo T in an NFD(Hangul LVT)). ICU uses this property for segmenting a string for generating a set of canonically equivalent strings, e.g. for canonical closure while processing collation tailoring rules.
Java documentation for android.icu.lang.UProperty.SEGMENT_STARTER
.
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.