pub enum GUnicodeBreakType {
Mandatory,
CarriageReturn,
LineFeed,
CombiningMark,
Surrogate,
ZeroWidthSpace,
Inseparable,
NonBreakingGlue,
Contingent,
Space,
After,
Before,
BeforeAndAfter,
Hyphen,
NonStarter,
OpenPunctuation,
ClosePunctuation,
Quotation,
Exclamation,
Ideographic,
Numeric,
InfixSeparator,
Symbol,
Alphabetic,
Prefix,
Postfix,
ComplexContext,
Ambiguous,
Unknown,
NextLine,
WordJoiner,
HangulLJamo,
HangulVJamo,
HangulTJamo,
HangulLvSyllable,
HangulLvtSyllable,
CloseParanthesis,
ConditionalJapaneseStarter,
HebrewLetter,
RegionalIndicator,
}
Variants
Mandatory | | |
CarriageReturn | | |
LineFeed | | |
CombiningMark | | |
Surrogate | | |
ZeroWidthSpace | | |
Inseparable | | |
NonBreakingGlue | | |
Contingent | | |
Space | | |
After | | |
Before | | |
BeforeAndAfter | | |
Hyphen | | |
NonStarter | | |
OpenPunctuation | | |
ClosePunctuation | | |
Quotation | | |
Exclamation | | |
Ideographic | | |
Numeric | | |
InfixSeparator | | |
Symbol | | |
Alphabetic | | |
Prefix | | |
Postfix | | |
ComplexContext | | |
Ambiguous | | |
Unknown | | |
NextLine | | |
WordJoiner | | |
HangulLJamo | | |
HangulVJamo | | |
HangulTJamo | | |
HangulLvSyllable | | |
HangulLvtSyllable | | |
CloseParanthesis | | |
ConditionalJapaneseStarter | | |
HebrewLetter | | |
RegionalIndicator | | |
Trait Implementations
Derived Implementations