// generated by diplomat-tool import type { CodePointSetBuilder } from "./CodePointSetBuilder" import type { DataError } from "./DataError" import type { DataProvider } from "./DataProvider" import type { pointer, codepoint } from "./diplomat-runtime.d.ts";
/** *Seethe[Rustdocumentationfor`CaseMapCloser`](https://docs.rs/icu/2.1.1/icu/casemap/struct.CaseMapCloser.html) for more information.
*/
export class CaseMapCloser { /** @internal */
get ffiValue(): pointer;
/** *ConstructanewCaseMapCloserinstanceusingaparticulardatasource. * *Seethe[Rustdocumentationfor`new`](https://docs.rs/icu/2.1.1/icu/casemap/struct.CaseMapCloser.html#method.new) for more information.
*/ static createWithProvider(provider: DataProvider): CaseMapCloser;
/** *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.
*/
addCaseClosureTo(c: codepoint, builder: CodePointSetBuilder): void;
/** *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.
*/
addStringCaseClosureTo(s: string, builder: CodePointSetBuilder): boolean;
/** *ConstructanewCaseMapCloserinstanceusingcompileddata. * *Seethe[Rustdocumentationfor`new`](https://docs.rs/icu/2.1.1/icu/casemap/struct.CaseMapCloser.html#method.new) for more information.
*/
constructor();
}
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.