// generated by diplomat-tool import type { DataError } from "./DataError" import type { DataProvider } from "./DataProvider" import type { pointer, codepoint } from "./diplomat-runtime.d.ts";
/** *Therawcanonicalcompositionoperation. * *CallersshouldgenerallyuseComposingNormalizerunlesstheyspecificallyneedrawcompositionoperations * *Seethe[Rustdocumentationfor`CanonicalComposition`](https://docs.rs/icu/2.1.1/icu/normalizer/properties/struct.CanonicalComposition.html) for more information.
*/
export class CanonicalComposition { /** @internal */
get ffiValue(): pointer;
/** *ConstructanewCanonicalCompositioninstanceforNFCusingaparticulardatasource. * *Seethe[Rustdocumentationfor`new`](https://docs.rs/icu/2.1.1/icu/normalizer/properties/struct.CanonicalComposition.html#method.new) for more information.
*/ static createWithProvider(provider: DataProvider): CanonicalComposition;
/** *Performscanonicalcomposition(includingHangul)onapairofcharacters *orreturnsNULifthesecharactersdon’tcompose.Compositionexclusionsaretakenintoaccount. * *Seethe[Rustdocumentationfor`compose`](https://docs.rs/icu/2.1.1/icu/normalizer/properties/struct.CanonicalCompositionBorrowed.html#method.compose) for more information.
*/
compose(starter: codepoint, second: codepoint): codepoint;
/** *ConstructanewCanonicalCompositioninstanceforNFCusingcompileddata. * *Seethe[Rustdocumentationfor`new`](https://docs.rs/icu/2.1.1/icu/normalizer/properties/struct.CanonicalComposition.html#method.new) for more information.
*/
constructor();
}
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.13 Sekunden
(vorverarbeitet am 2026-08-25)
¤
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.