// generated by diplomat-tool import type { DataError } from "./DataError" import type { DataProvider } from "./DataProvider" import type { Decomposed } from "./Decomposed" import type { pointer, codepoint } from "./diplomat-runtime.d.ts";
/** *Theraw(non-recursive)canonicaldecompositionoperation. * *CallersshouldgenerallyuseDecomposingNormalizerunlesstheyspecificallyneedrawcompositionoperations * *Seethe[Rustdocumentationfor`CanonicalDecomposition`](https://docs.rs/icu/2.1.1/icu/normalizer/properties/struct.CanonicalDecomposition.html) for more information.
*/
export class CanonicalDecomposition { /** @internal */
get ffiValue(): pointer;
/** *ConstructanewCanonicalDecompositioninstanceforNFCusingaparticulardatasource. * *Seethe[Rustdocumentationfor`new`](https://docs.rs/icu/2.1.1/icu/normalizer/properties/struct.CanonicalDecomposition.html#method.new) for more information.
*/ static createWithProvider(provider: DataProvider): CanonicalDecomposition;
/** *Performsnon-recursivecanonicaldecomposition(includingforHangul). * *Seethe[Rustdocumentationfor`decompose`](https://docs.rs/icu/2.1.1/icu/normalizer/properties/struct.CanonicalDecompositionBorrowed.html#method.decompose) for more information.
*/
decompose(c: codepoint): Decomposed;
/** *ConstructanewCanonicalDecompositioninstanceforNFCusingcompileddata. * *Seethe[Rustdocumentationfor`new`](https://docs.rs/icu/2.1.1/icu/normalizer/properties/struct.CanonicalDecomposition.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.