ExemplarCharacters class final
A set of "exemplar characters" for a given locale.
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(Locale locale)
-
Create an ExemplarCharacters for the "auxiliary" set of exemplar characters for a given locale, using compiled data.
factory
- ExemplarCharacters.auxiliaryWithProvider(DataProvider provider, Locale locale)
-
Create an ExemplarCharacters for the "auxiliary" set of exemplar characters for a given locale, using compiled data.
factory
- ExemplarCharacters.index(Locale locale)
-
Create an ExemplarCharacters for the "index" set of exemplar characters for a given locale, using compiled data.
factory
- ExemplarCharacters.indexWithProvider(DataProvider provider, Locale locale)
-
Create an ExemplarCharacters for the "index" set of exemplar characters for a given locale, using compiled data.
factory
- ExemplarCharacters.main(Locale locale)
-
Create an ExemplarCharacters for the "main" set of exemplar characters for a given locale, using compiled data.
factory
- ExemplarCharacters.mainWithProvider(DataProvider provider, Locale locale)
-
Create an ExemplarCharacters for the "main" set of exemplar characters for a given locale, using a particular data source
factory
- ExemplarCharacters.numbers(Locale locale)
-
Create an ExemplarCharacters for the "numbers" set of exemplar characters for a given locale, using compiled data.
factory
- ExemplarCharacters.numbersWithProvider(DataProvider provider, Locale locale)
-
Create an ExemplarCharacters for the "numbers" set of exemplar characters for a given locale, using compiled data.
factory
- ExemplarCharacters.punctuation(Locale locale)
-
Create an ExemplarCharacters for the "punctuation" set of exemplar characters for a given locale, using compiled data.
factory
- ExemplarCharacters.punctuationWithProvider(DataProvider provider, Locale locale)
-
Create an ExemplarCharacters for the "punctuation" set of exemplar characters for a given locale, using compiled data.
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