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 975 B image not shown  

Quelle  LocaleFallbackConfig.d.ts

  Sprache: JAVA
 

// generated by diplomat-tool
import type { LocaleFallbackPriority } from "./LocaleFallbackPriority"
import type { pointer, codepoint } from "./diplomat-runtime.d.ts";

export type LocaleFallbackConfig_obj = {
    priority: LocaleFallbackPriority;
};



/**
 * Collection of configurations for the ICU4X fallback algorithm.
 *
 * See the [Rust documentation for `LocaleFallbackConfig`](https://docs.rs/icu/2.1.1/icu/locale/fallback/struct.LocaleFallbackConfig.html) for more information.
 */

export class LocaleFallbackConfig {
    get priority(): LocaleFallbackPriority;
    set priority(value: LocaleFallbackPriority);
    /** @internal */
    static fromFields(structObj : LocaleFallbackConfig_obj) : LocaleFallbackConfig;

    /**
    * Create `LocaleFallbackConfig` from an object that contains all of `LocaleFallbackConfig`s fields.
    * Optional fields do not need to be included in the provided object.
    */

    constructor(structObj: LocaleFallbackConfig_obj);

}

Messung V0.5 in Prozent
C=84 H=100 G=92

¤ Dauer der Verarbeitung: 0.14 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.