ExemplarCharacters class final
An ICU4X Unicode Set Property object, capable of querying whether a code point is contained in a set based on a Unicode property.
See the Rust documentation for locale
for more information.
See the Rust documentation for ExemplarCharacters
for more information.
See the Rust documentation for ExemplarCharactersBorrowed
for more information.
- Implemented types
Constructors
- ExemplarCharacters.auxiliary(DataProvider provider, Locale locale)
-
See the Rust documentation for
try_new_auxiliary
for more information.factory - ExemplarCharacters.index(DataProvider provider, Locale locale)
-
See the Rust documentation for
try_new_index
for more information.factory - ExemplarCharacters.main(DataProvider provider, Locale locale)
-
See the Rust documentation for
try_new_main
for more information.factory - ExemplarCharacters.numbers(DataProvider provider, Locale locale)
-
See the Rust documentation for
try_new_numbers
for more information.factory - ExemplarCharacters.punctuation(DataProvider provider, Locale locale)
-
See the Rust documentation for
try_new_punctuation
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
-
contains(
Rune cp) → bool - Checks whether the code point is in the set.
-
containsStr(
String s) → bool - Checks whether the string is in the set.
-
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