namespace icu4x { /** *Seethe[Rustdocumentationfor`CaseMapCloser`](https://docs.rs/icu/2.1.1/icu/casemap/struct.CaseMapCloser.html) for more information.
*/ class CaseMapCloser {
public:
/** *ConstructanewCaseMapCloserinstanceusingcompileddata. * *Seethe[Rustdocumentationfor`new`](https://docs.rs/icu/2.1.1/icu/casemap/struct.CaseMapCloser.html#method.new) for more information.
*/ inlinestatic icu4x::diplomat::result<std::unique_ptr<icu4x::CaseMapCloser>, icu4x::DataError> create();
/** *ConstructanewCaseMapCloserinstanceusingaparticulardatasource. * *Seethe[Rustdocumentationfor`new`](https://docs.rs/icu/2.1.1/icu/casemap/struct.CaseMapCloser.html#method.new) for more information.
*/ inlinestatic icu4x::diplomat::result<std::unique_ptr<icu4x::CaseMapCloser>, icu4x::DataError> create_with_provider(const icu4x::DataProvider& provider);
/** *Addsallsimplecasemappingsandthefullcasefoldingfor`c`to`builder`. *Alsoaddsspecialcaseclosuremappings. * *Seethe[Rustdocumentationfor`add_case_closure_to`](https://docs.rs/icu/2.1.1/icu/casemap/struct.CaseMapCloserBorrowed.html#method.add_case_closure_to) for more information.
*/ inlinevoid add_case_closure_to(char32_t c, icu4x::CodePointSetBuilder& builder) const;
/** *Findsallcharactersandstringswhichmaycasemapto`s`astheirfullcasefoldingstring *andaddsthemtotheset. * *Returnstrueifthestringwasfound * *Seethe[Rustdocumentationfor`add_string_case_closure_to`](https://docs.rs/icu/2.1.1/icu/casemap/struct.CaseMapCloserBorrowed.html#method.add_string_case_closure_to) for more information.
*/ inlinebool add_string_case_closure_to(std::string_view s, icu4x::CodePointSetBuilder& builder) const;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.