GraphemeClusterBreak enum

See the Rust documentation for GraphemeClusterBreak for more information.

Inheritance
Available extensions

Values

other → const GraphemeClusterBreak

See the Rust documentation for Other for more information.

control → const GraphemeClusterBreak

See the Rust documentation for Control for more information.

cr → const GraphemeClusterBreak

See the Rust documentation for CR for more information.

extend → const GraphemeClusterBreak

See the Rust documentation for Extend for more information.

l → const GraphemeClusterBreak

See the Rust documentation for L for more information.

lf → const GraphemeClusterBreak

See the Rust documentation for LF for more information.

lv → const GraphemeClusterBreak

See the Rust documentation for LV for more information.

lvt → const GraphemeClusterBreak

See the Rust documentation for LVT for more information.

t → const GraphemeClusterBreak

See the Rust documentation for T for more information.

v → const GraphemeClusterBreak

See the Rust documentation for V for more information.

spacingMark → const GraphemeClusterBreak

See the Rust documentation for SpacingMark for more information.

prepend → const GraphemeClusterBreak

See the Rust documentation for Prepend for more information.

regionalIndicator → const GraphemeClusterBreak

See the Rust documentation for RegionalIndicator for more information.

eBase → const GraphemeClusterBreak

See the Rust documentation for EBase for more information.

eBaseGaz → const GraphemeClusterBreak

See the Rust documentation for EBaseGAZ for more information.

eModifier → const GraphemeClusterBreak

See the Rust documentation for EModifier for more information.

glueAfterZwj → const GraphemeClusterBreak

See the Rust documentation for GlueAfterZwj for more information.

zwj → const GraphemeClusterBreak

See the Rust documentation for ZWJ 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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
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) GraphemeClusterBreak
See the Rust documentation for for_char for more information.
fromIntegerValue(int other) GraphemeClusterBreak?
Convert from an integer value from ICU4C or CodePointMapData

Constants

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