Checks whether the code point is in the set.
See the Rust documentation for contains
for more information.
Checks whether the string is in the set.
See the Rust documentation for contains_str
for more information.
Static
createCreate an [ExemplarCharacters
] for the "auxiliary" set of exemplar characters for a given locale, using compiled data.
See the Rust documentation for try_new_auxiliary
for more information.
Static
createCreate an [ExemplarCharacters
] for the "auxiliary" set of exemplar characters for a given locale, using compiled data.
See the Rust documentation for try_new_auxiliary
for more information.
Static
createCreate an [ExemplarCharacters
] for the "index" set of exemplar characters for a given locale, using compiled data.
See the Rust documentation for try_new_index
for more information.
Static
createCreate an [ExemplarCharacters
] for the "index" set of exemplar characters for a given locale, using compiled data.
See the Rust documentation for try_new_index
for more information.
Static
createCreate an [ExemplarCharacters
] for the "main" set of exemplar characters for a given locale, using compiled data.
See the Rust documentation for try_new_main
for more information.
Static
createCreate an [ExemplarCharacters
] for the "main" set of exemplar characters for a given locale, using a particular data source
See the Rust documentation for try_new_main
for more information.
Static
createCreate an [ExemplarCharacters
] for the "numbers" set of exemplar characters for a given locale, using compiled data.
See the Rust documentation for try_new_numbers
for more information.
Static
createCreate an [ExemplarCharacters
] for the "numbers" set of exemplar characters for a given locale, using compiled data.
See the Rust documentation for try_new_numbers
for more information.
Static
createCreate an [ExemplarCharacters
] for the "punctuation" set of exemplar characters for a given locale, using compiled data.
See the Rust documentation for try_new_punctuation
for more information.
Static
createCreate an [ExemplarCharacters
] for the "punctuation" set of exemplar characters for a given locale, using compiled data.
See the Rust documentation for try_new_punctuation
for more information.
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.