CanonicalCombiningClass enum

See the Rust documentation for CanonicalCombiningClass for more information.

Inheritance
Available extensions

Values

notReordered → const CanonicalCombiningClass

See the Rust documentation for NotReordered for more information.

overlay → const CanonicalCombiningClass

See the Rust documentation for Overlay for more information.

hanReading → const CanonicalCombiningClass

See the Rust documentation for HanReading for more information.

nukta → const CanonicalCombiningClass

See the Rust documentation for Nukta for more information.

kanaVoicing → const CanonicalCombiningClass

See the Rust documentation for KanaVoicing for more information.

virama → const CanonicalCombiningClass

See the Rust documentation for Virama for more information.

ccc10 → const CanonicalCombiningClass

See the Rust documentation for CCC10 for more information.

ccc11 → const CanonicalCombiningClass

See the Rust documentation for CCC11 for more information.

ccc12 → const CanonicalCombiningClass

See the Rust documentation for CCC12 for more information.

ccc13 → const CanonicalCombiningClass

See the Rust documentation for CCC13 for more information.

ccc14 → const CanonicalCombiningClass

See the Rust documentation for CCC14 for more information.

ccc15 → const CanonicalCombiningClass

See the Rust documentation for CCC15 for more information.

ccc16 → const CanonicalCombiningClass

See the Rust documentation for CCC16 for more information.

ccc17 → const CanonicalCombiningClass

See the Rust documentation for CCC17 for more information.

ccc18 → const CanonicalCombiningClass

See the Rust documentation for CCC18 for more information.

ccc19 → const CanonicalCombiningClass

See the Rust documentation for CCC19 for more information.

ccc20 → const CanonicalCombiningClass

See the Rust documentation for CCC20 for more information.

ccc21 → const CanonicalCombiningClass

See the Rust documentation for CCC21 for more information.

ccc22 → const CanonicalCombiningClass

See the Rust documentation for CCC22 for more information.

ccc23 → const CanonicalCombiningClass

See the Rust documentation for CCC23 for more information.

ccc24 → const CanonicalCombiningClass

See the Rust documentation for CCC24 for more information.

ccc25 → const CanonicalCombiningClass

See the Rust documentation for CCC25 for more information.

ccc26 → const CanonicalCombiningClass

See the Rust documentation for CCC26 for more information.

ccc27 → const CanonicalCombiningClass

See the Rust documentation for CCC27 for more information.

ccc28 → const CanonicalCombiningClass

See the Rust documentation for CCC28 for more information.

ccc29 → const CanonicalCombiningClass

See the Rust documentation for CCC29 for more information.

ccc30 → const CanonicalCombiningClass

See the Rust documentation for CCC30 for more information.

ccc31 → const CanonicalCombiningClass

See the Rust documentation for CCC31 for more information.

ccc32 → const CanonicalCombiningClass

See the Rust documentation for CCC32 for more information.

ccc33 → const CanonicalCombiningClass

See the Rust documentation for CCC33 for more information.

ccc34 → const CanonicalCombiningClass

See the Rust documentation for CCC34 for more information.

ccc35 → const CanonicalCombiningClass

See the Rust documentation for CCC35 for more information.

ccc36 → const CanonicalCombiningClass

See the Rust documentation for CCC36 for more information.

ccc84 → const CanonicalCombiningClass

See the Rust documentation for CCC84 for more information.

ccc91 → const CanonicalCombiningClass

See the Rust documentation for CCC91 for more information.

ccc103 → const CanonicalCombiningClass

See the Rust documentation for CCC103 for more information.

ccc107 → const CanonicalCombiningClass

See the Rust documentation for CCC107 for more information.

ccc118 → const CanonicalCombiningClass

See the Rust documentation for CCC118 for more information.

ccc122 → const CanonicalCombiningClass

See the Rust documentation for CCC122 for more information.

ccc129 → const CanonicalCombiningClass

See the Rust documentation for CCC129 for more information.

ccc130 → const CanonicalCombiningClass

See the Rust documentation for CCC130 for more information.

ccc132 → const CanonicalCombiningClass

See the Rust documentation for CCC132 for more information.

ccc133 → const CanonicalCombiningClass

See the Rust documentation for CCC133 for more information.

attachedBelowLeft → const CanonicalCombiningClass

See the Rust documentation for AttachedBelowLeft for more information.

attachedBelow → const CanonicalCombiningClass

See the Rust documentation for AttachedBelow for more information.

attachedAbove → const CanonicalCombiningClass

See the Rust documentation for AttachedAbove for more information.

attachedAboveRight → const CanonicalCombiningClass

See the Rust documentation for AttachedAboveRight for more information.

belowLeft → const CanonicalCombiningClass

See the Rust documentation for BelowLeft for more information.

below → const CanonicalCombiningClass

See the Rust documentation for Below for more information.

belowRight → const CanonicalCombiningClass

See the Rust documentation for BelowRight for more information.

left → const CanonicalCombiningClass

See the Rust documentation for Left for more information.

See the Rust documentation for Right for more information.

aboveLeft → const CanonicalCombiningClass

See the Rust documentation for AboveLeft for more information.

above → const CanonicalCombiningClass

See the Rust documentation for Above for more information.

aboveRight → const CanonicalCombiningClass

See the Rust documentation for AboveRight for more information.

doubleBelow → const CanonicalCombiningClass

See the Rust documentation for DoubleBelow for more information.

doubleAbove → const CanonicalCombiningClass

See the Rust documentation for DoubleAbove for more information.

iotaSubscript → const CanonicalCombiningClass

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

Constants

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