|
ICU4X
International Components for Unicode
|
#include <ExemplarCharacters.d.hpp>
Public Member Functions | |
| bool | contains (std::string_view s) const |
| bool | contains (char32_t cp) const |
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.
|
inline |
Checks whether the code point is in the set.
See the Rust documentation for contains for more information.
|
inline |
Checks whether the string is in the set.
See the Rust documentation for contains_str for more information.
|
inlinestatic |
Create 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.
|
inlinestatic |
Create 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.
|
inlinestatic |
Create 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.
|
inlinestatic |
Create 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.
|
inlinestatic |
Create 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.
|
inlinestatic |
Create 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.
|
inlinestatic |
Create 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.
|
inlinestatic |
Create 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.
|
inlinestatic |
Create 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.
|
inlinestatic |
Create 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.
|
inlinestatic |