GeneralCategoryNameToMaskMapper class final
A type capable of looking up General Category mask values from a string name.
See the Rust documentation for PropertyParser
for more information.
See the Rust documentation for GeneralCategory
for more information.
- Implemented types
Constructors
- GeneralCategoryNameToMaskMapper(DataProvider provider)
-
See the Rust documentation for
GeneralCategoryGroup
for more information.factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getLoose(
String name) → int - Get the mask value matching the given name, using loose matching
-
getStrict(
String name) → int - Get the mask value matching the given name, using strict matching
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited