WordBreak enum

See the Rust documentation for WordBreak for more information.

Inheritance
Available extensions

Values

other → const WordBreak

See the Rust documentation for Other for more information.

aLetter → const WordBreak

See the Rust documentation for ALetter for more information.

format → const WordBreak

See the Rust documentation for Format for more information.

katakana → const WordBreak

See the Rust documentation for Katakana for more information.

midLetter → const WordBreak

See the Rust documentation for MidLetter for more information.

midNum → const WordBreak

See the Rust documentation for MidNum for more information.

numeric → const WordBreak

See the Rust documentation for Numeric for more information.

extendNumLet → const WordBreak

See the Rust documentation for ExtendNumLet for more information.

cr → const WordBreak

See the Rust documentation for CR for more information.

extend → const WordBreak

See the Rust documentation for Extend for more information.

lf → const WordBreak

See the Rust documentation for LF for more information.

midNumLet → const WordBreak

See the Rust documentation for MidNumLet for more information.

newline → const WordBreak

See the Rust documentation for Newline for more information.

regionalIndicator → const WordBreak

See the Rust documentation for RegionalIndicator for more information.

hebrewLetter → const WordBreak

See the Rust documentation for HebrewLetter for more information.

singleQuote → const WordBreak

See the Rust documentation for SingleQuote for more information.

doubleQuote → const WordBreak

See the Rust documentation for DoubleQuote for more information.

eBase → const WordBreak

See the Rust documentation for EBase for more information.

eBaseGaz → const WordBreak

See the Rust documentation for EBaseGAZ for more information.

eModifier → const WordBreak

See the Rust documentation for EModifier for more information.

glueAfterZwj → const WordBreak

See the Rust documentation for GlueAfterZwj for more information.

zwj → const WordBreak

See the Rust documentation for ZWJ for more information.

wSegSpace → const WordBreak

See the Rust documentation for WSegSpace for more information.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

longName() String?
Get the "long" name of this property value (returns empty if property value is unknown)
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
shortName() String?
Get the "short" name of this property value (returns empty if property value is unknown)
toIntegerValue() int
Convert to an integer value usable with ICU4C and CodePointMapData
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

forChar(Rune ch) WordBreak
See the Rust documentation for for_char for more information.
fromIntegerValue(int other) WordBreak?
Convert from an integer value from ICU4C or CodePointMapData

Constants

values → const List<WordBreak>
A constant List of the values in this enum, in order of their declaration.