GeneralCategory enum
See the Rust documentation for GeneralCategory
for more information.
Values
- unassigned → const GeneralCategory
-
See the Rust documentation for
Unassigned
for more information. - uppercaseLetter → const GeneralCategory
-
See the Rust documentation for
UppercaseLetter
for more information. - lowercaseLetter → const GeneralCategory
-
See the Rust documentation for
LowercaseLetter
for more information. - titlecaseLetter → const GeneralCategory
-
See the Rust documentation for
TitlecaseLetter
for more information. - modifierLetter → const GeneralCategory
-
See the Rust documentation for
ModifierLetter
for more information. - otherLetter → const GeneralCategory
-
See the Rust documentation for
OtherLetter
for more information. - nonspacingMark → const GeneralCategory
-
See the Rust documentation for
NonspacingMark
for more information. - spacingMark → const GeneralCategory
-
See the Rust documentation for
SpacingMark
for more information. - enclosingMark → const GeneralCategory
-
See the Rust documentation for
EnclosingMark
for more information. - decimalNumber → const GeneralCategory
-
See the Rust documentation for
DecimalNumber
for more information. - letterNumber → const GeneralCategory
-
See the Rust documentation for
LetterNumber
for more information. - otherNumber → const GeneralCategory
-
See the Rust documentation for
OtherNumber
for more information. - spaceSeparator → const GeneralCategory
-
See the Rust documentation for
SpaceSeparator
for more information. - lineSeparator → const GeneralCategory
-
See the Rust documentation for
LineSeparator
for more information. - paragraphSeparator → const GeneralCategory
-
See the Rust documentation for
ParagraphSeparator
for more information. - control → const GeneralCategory
-
See the Rust documentation for
Control
for more information. - format → const GeneralCategory
-
See the Rust documentation for
Format
for more information. - privateUse → const GeneralCategory
-
See the Rust documentation for
PrivateUse
for more information. - surrogate → const GeneralCategory
-
See the Rust documentation for
Surrogate
for more information. - dashPunctuation → const GeneralCategory
-
See the Rust documentation for
DashPunctuation
for more information. - openPunctuation → const GeneralCategory
-
See the Rust documentation for
OpenPunctuation
for more information. - closePunctuation → const GeneralCategory
-
See the Rust documentation for
ClosePunctuation
for more information. - connectorPunctuation → const GeneralCategory
-
See the Rust documentation for
ConnectorPunctuation
for more information. - initialPunctuation → const GeneralCategory
-
See the Rust documentation for
InitialPunctuation
for more information. - finalPunctuation → const GeneralCategory
-
See the Rust documentation for
FinalPunctuation
for more information. - otherPunctuation → const GeneralCategory
-
See the Rust documentation for
OtherPunctuation
for more information. - mathSymbol → const GeneralCategory
-
See the Rust documentation for
MathSymbol
for more information. - currencySymbol → const GeneralCategory
-
See the Rust documentation for
CurrencySymbol
for more information. - modifierSymbol → const GeneralCategory
-
See the Rust documentation for
ModifierSymbol
for more information. - otherSymbol → const GeneralCategory
-
See the Rust documentation for
OtherSymbol
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? -
Convert to an integer using the ICU4C integer mappings for
General_Category
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)
-
toGroup(
) → GeneralCategoryGroup - Produces a GeneralCategoryGroup mask that can represent a group of general categories
-
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) → GeneralCategory -
See the Rust documentation for
for_char
for more information. -
fromIntegerValue(
int other) → GeneralCategory? -
Convert from an integer using the ICU4C integer mappings for
General_Category
Convert from an integer value from ICU4C or CodePointMapData
Constants
-
values
→ const List<
GeneralCategory> - A constant List of the values in this enum, in order of their declaration.