ICU4X
International Components for Unicode
|
This is the complete list of members for ICU4XCaseMapper, including all inherited members.
add_case_closure_to(char32_t c, ICU4XCodePointSetBuilder &builder) const | ICU4XCaseMapper | inline |
create(const ICU4XDataProvider &provider) | ICU4XCaseMapper | inlinestatic |
fold(const std::string_view s) const | ICU4XCaseMapper | inline |
fold_to_writeable(const std::string_view s, W &write) const | ICU4XCaseMapper | inline |
fold_turkic(const std::string_view s) const | ICU4XCaseMapper | inline |
fold_turkic_to_writeable(const std::string_view s, W &write) const | ICU4XCaseMapper | inline |
ICU4XCaseMapper(capi::ICU4XCaseMapper *i) | ICU4XCaseMapper | inlineexplicit |
ICU4XCaseMapper()=default | ICU4XCaseMapper | |
ICU4XCaseMapper(ICU4XCaseMapper &&) noexcept=default | ICU4XCaseMapper | |
lowercase(const std::string_view s, const ICU4XLocale &locale) const | ICU4XCaseMapper | inline |
lowercase_to_writeable(const std::string_view s, const ICU4XLocale &locale, W &write) const | ICU4XCaseMapper | inline |
operator=(ICU4XCaseMapper &&other) noexcept=default | ICU4XCaseMapper | |
simple_fold(char32_t ch) const | ICU4XCaseMapper | inline |
simple_fold_turkic(char32_t ch) const | ICU4XCaseMapper | inline |
simple_lowercase(char32_t ch) const | ICU4XCaseMapper | inline |
simple_titlecase(char32_t ch) const | ICU4XCaseMapper | inline |
simple_uppercase(char32_t ch) const | ICU4XCaseMapper | inline |
titlecase_segment_with_only_case_data_v1(const std::string_view s, const ICU4XLocale &locale, ICU4XTitlecaseOptionsV1 options) const | ICU4XCaseMapper | inline |
titlecase_segment_with_only_case_data_v1_to_writeable(const std::string_view s, const ICU4XLocale &locale, ICU4XTitlecaseOptionsV1 options, W &write) const | ICU4XCaseMapper | inline |
uppercase(const std::string_view s, const ICU4XLocale &locale) const | ICU4XCaseMapper | inline |
uppercase_to_writeable(const std::string_view s, const ICU4XLocale &locale, W &write) const | ICU4XCaseMapper | inline |