// generated by diplomat-tool import type { DataError } from "./DataError" import type { DataProvider } from "./DataProvider" import type { TimeZoneAndCanonicalAndNormalized } from "./TimeZoneAndCanonicalAndNormalized" import type { TimeZoneAndCanonicalAndNormalizedIterator } from "./TimeZoneAndCanonicalAndNormalizedIterator" import type { TimeZoneAndCanonicalIterator } from "./TimeZoneAndCanonicalIterator" import type { pointer, codepoint } from "./diplomat-runtime.d.ts";
/** *AmapperbetweenIANAtimezoneidentifiersandBCP-47timezoneidentifiers. * *Thismappersupportstwo-waymapping,butitisoptimizedforthecaseofIANAtoBCP-47. *ItalsosupportsnormalizingandcanonicalizingtheIANAstrings. * *Seethe[Rustdocumentationfor`IanaParserExtended`](https://docs.rs/icu/2.1.1/icu/time/zone/iana/struct.IanaParserExtended.html) for more information.
*/
export class IanaParserExtended { /** @internal */
get ffiValue(): pointer;
/** *Createanew{@linkIanaParserExtended}usingaparticulardatasource * *Seethe[Rustdocumentationfor`new`](https://docs.rs/icu/2.1.1/icu/time/zone/iana/struct.IanaParserExtended.html#method.new) for more information.
*/ static createWithProvider(provider: DataProvider): IanaParserExtended;
/** *Seethe[Rustdocumentationfor`parse`](https://docs.rs/icu/2.1.1/icu/time/zone/iana/struct.IanaParserExtendedBorrowed.html#method.parse) for more information.
*/
parse(value: string): TimeZoneAndCanonicalAndNormalized;
/** *Seethe[Rustdocumentationfor`iter`](https://docs.rs/icu/2.1.1/icu/time/zone/iana/struct.IanaParserExtendedBorrowed.html#method.iter) for more information.
*/
iter(): TimeZoneAndCanonicalIterator;
/** *Seethe[Rustdocumentationfor`iter_all`](https://docs.rs/icu/2.1.1/icu/time/zone/iana/struct.IanaParserExtendedBorrowed.html#method.iter_all) for more information.
*/
iterAll(): TimeZoneAndCanonicalAndNormalizedIterator;
/** *Createanew{@linkIanaParserExtended}usingcompileddata * *Seethe[Rustdocumentationfor`new`](https://docs.rs/icu/2.1.1/icu/time/zone/iana/struct.IanaParserExtended.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.