GraphemeBreakProp
enum GraphemeBreakProp extends uint8import GraphemeBreakProp from Wax;Grapheme-break classes and merged Indic-conjunct/emoji states used by the bundled Unicode grapheme algorithm. Use string Graphemes for ordinary text segmentation rather than interpreting the rule-table states directly.
Members
Othercase
case OtherBothExtendIcbExtendcase
case BothExtendIcbExtendBothExtendIcbLinkercase
case BothExtendIcbLinkerBothZwjIcbExtendcase
case BothZwjIcbExtendControlcase
case ControlCRcase
case CRExtendcase
case ExtendExtended_Pictographiccase
case Extended_PictographicHangul_Lcase
case Hangul_LHangul_Vcase
case Hangul_VHangul_Tcase
case Hangul_THangul_LVcase
case Hangul_LVHangul_LVTcase
case Hangul_LVTICB_Consonantcase
case ICB_ConsonantICB_Extendcase
case ICB_ExtendICB_Linkercase
case ICB_LinkerLFcase
case LFPrependcase
case PrependRegional_Indicatorcase
case Regional_IndicatorSpacingMarkcase
case SpacingMarkZWJcase
case ZWJCompareTomethod
public fn CompareTo(GraphemeBreakProp other) : int32Provided by the compiler.
Equalsmethod
public fn Equals(GraphemeBreakProp other) : boolProvided by the compiler.
GetHashCodemethod
public fn GetHashCode() : uint32Provided by the compiler.
ToStringmethod
public fn ToString() : stringProvided by the compiler.
ToStringBuffermethod
public fn ToStringBuffer(StringBuilder builder) : int32Provided by the compiler.