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 1 kB image not shown  

Quelle  CollatorOptions.d.ts

  Sprache: JAVA
 

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

export type CollatorOptions_obj = {
    strength?: CollatorStrength | null;
    alternateHandling?: CollatorAlternateHandling | null;
    maxVariable?: CollatorMaxVariable | null;
    caseLevel?: CollatorCaseLevel | null;
};



/**
 * See the [Rust documentation for `CollatorOptions`](https://docs.rs/icu/2.1.1/icu/collator/options/struct.CollatorOptions.html) for more information.
 */

export class CollatorOptions {
    get strength(): CollatorStrength | null;
    set strength(value: CollatorStrength | null);
    get alternateHandling(): CollatorAlternateHandling | null;
    set alternateHandling(value: CollatorAlternateHandling | null);
    get maxVariable(): CollatorMaxVariable | null;
    set maxVariable(value: CollatorMaxVariable | null);
    get caseLevel(): CollatorCaseLevel | null;
    set caseLevel(value: CollatorCaseLevel | null);
    /** @internal */
    static fromFields(structObj : CollatorOptions_obj) : CollatorOptions;

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

    constructor(structObj: CollatorOptions_obj);

}

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

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