SentenceBreak enum

See the Rust documentation for SentenceBreak for more information.

Inheritance
Available extensions

Values

other → const SentenceBreak

See the Rust documentation for Other for more information.

aTerm → const SentenceBreak

See the Rust documentation for ATerm for more information.

close → const SentenceBreak

See the Rust documentation for Close for more information.

format → const SentenceBreak

See the Rust documentation for Format for more information.

lower → const SentenceBreak

See the Rust documentation for Lower for more information.

numeric → const SentenceBreak

See the Rust documentation for Numeric for more information.

oLetter → const SentenceBreak

See the Rust documentation for OLetter for more information.

sep → const SentenceBreak

See the Rust documentation for Sep for more information.

sp → const SentenceBreak

See the Rust documentation for Sp for more information.

sTerm → const SentenceBreak

See the Rust documentation for STerm for more information.

upper → const SentenceBreak

See the Rust documentation for Upper for more information.

cr → const SentenceBreak

See the Rust documentation for CR for more information.

extend → const SentenceBreak

See the Rust documentation for Extend for more information.

lf → const SentenceBreak

See the Rust documentation for LF for more information.

sContinue → const SentenceBreak

See the Rust documentation for SContinue 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) SentenceBreak
See the Rust documentation for for_char for more information.
fromIntegerValue(int other) SentenceBreak?
Convert from an integer value from ICU4C or CodePointMapData

Constants

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