Gedichte
Musik
Bilder
Quellcodebibliothek
Diashow
Normaldarstellung
Quellcodebibliothek
Statistik
Leitseite
products
/
sources
/
formale Sprachen
/
C
/
Firefox
/
intl
/
icu_capi
/
bindings
/
js
/ (
Browser von der Mozilla Stiftung
Version 136.0.1
©
) Datei vom 10.2.2025 mit Größe 1 kB
Quelle ICU4XIanaToBcp47Mapper.d.ts Sprache: unbekannt
import { FFIError } from "./diplomat-runtime"
import { ICU4XDataProvider } from "./ICU4XDataProvider";
import { ICU4XError } from "./ICU4XError";
/**
* An object capable of mapping from an IANA time zone ID to a BCP-47 ID.
* This can be used via `try_set_iana_time_zone_id()` on {@link crate::timezone::ffi::ICU4
XCustomTimeZone `ICU4XCustomTimeZone`}.
* See the {@link
https://docs.rs/icu/latest/icu/timezone/struct.IanaToBcp47Mapper.ht
ml
Rust documentation for `IanaToBcp47Mapper`} for more information.
*/
export class ICU4XIanaToBcp47Mapper {
/**
* See the {@link
https://docs.rs/icu/latest/icu/timezone/struct.IanaToBcp47Mapper.ht
ml#method.new
Rust documentation for `new`} for more information.
* @throws {@link FFIError}<{@link ICU4XError}>
*/
static create(provider: ICU4XDataProvider): ICU4XIanaToBcp47Mapper | never;
/**
* See the {@link
https://docs.rs/icu/latest/icu/timezone/struct.IanaToBcp47MapperBor
rowed.html#method.get
Rust documentation for `get`} for more information.
* See the {@link
https://docs.rs/icu/latest/icu/timezone/struct.IanaBcp47RoundTripMa
pperBorrowed.html#method.iana_to_bcp47
Rust documentation for `iana_to_bcp47`} for more
information.
* @throws {@link FFIError}<{@link ICU4XError}>
*/
get(value: string): string | never;
}
[ Dauer der Verarbeitung: 0.18 Sekunden (vorverarbeitet)
]
2026-04-06