Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/intl/icu_capi/bindings/js/   (Firefox Browser Version 153.0.1©)  Datei vom 27.6.2026 mit Größe 2 kB image not shown  

Quelle  RegionDisplayNames.d.ts

  Sprache: JAVA
 

// generated by diplomat-tool
import type { DataError } from "./DataError"
import type { DataProvider } from "./DataProvider"
import type { DisplayNamesOptions } from "./DisplayNamesOptions"
import type { DisplayNamesOptions_obj } from "./DisplayNamesOptions"
import type { Locale } from "./Locale"
import type { LocaleParseError } from "./LocaleParseError"
import type { pointer, codepoint } from "./diplomat-runtime.d.ts";



/**
 *  This API is experimental and may experience breaking changes outside major releases.
 *
 * See the [Rust documentation for `RegionDisplayNames`](https://docs.rs/icu/2.1.1/icu/experimental/displaynames/struct.RegionDisplayNames.html) for more information.
 */

export class RegionDisplayNames {
    /** @internal */
    get ffiValue(): pointer;


    /**
     *  This API is experimental and may experience breaking changes outside major releases.
     *
     * Creates a new `RegionDisplayNames` from locale data and an options bag using a particular data source.
     *
     * See the [Rust documentation for `try_new`](https://docs.rs/icu/2.1.1/icu/experimental/displaynames/struct.RegionDisplayNames.html#method.try_new) for more information.
     */

    static createWithProvider(provider: DataProvider, locale: Locale, options: DisplayNamesOptions_obj): RegionDisplayNames;

    /**
     *  This API is experimental and may experience breaking changes outside major releases.
     *
     * Returns the locale specific display name of a region.
     * Note that the function returns an empty string in case the display name for a given
     * region code is not found.
     *
     * See the [Rust documentation for `of`](https://docs.rs/icu/2.1.1/icu/experimental/displaynames/struct.RegionDisplayNames.html#method.of) for more information.
     */

    of(region: string): string;

    /**
     *  This API is experimental and may experience breaking changes outside major releases.
     *
     * Creates a new `RegionDisplayNames` from locale data and an options bag using compiled data.
     *
     * See the [Rust documentation for `try_new`](https://docs.rs/icu/2.1.1/icu/experimental/displaynames/struct.RegionDisplayNames.html#method.try_new) for more information.
     */

    constructor(locale: Locale, options: DisplayNamesOptions_obj);
}

Messung V0.5 in Prozent
C=82 H=100 G=91

¤ Dauer der Verarbeitung: 0.12 Sekunden  (vorverarbeitet am  2026-08-25) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

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.