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  BidiMirroringGlyph.d.ts

  Sprache: JAVA
 

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

export type BidiMirroringGlyph_obj = {
    mirroringGlyph?: codepoint | null;
    mirrored: boolean;
    pairedBracketType: BidiPairedBracketType;
};



/**
 * See the [Rust documentation for `BidiMirroringGlyph`](https://docs.rs/icu/2.1.1/icu/properties/props/struct.BidiMirroringGlyph.html) for more information.
 */

export class BidiMirroringGlyph {
    get mirroringGlyph(): codepoint | null;
    set mirroringGlyph(value: codepoint | null);
    get mirrored(): boolean;
    set mirrored(value: boolean);
    get pairedBracketType(): BidiPairedBracketType;
    set pairedBracketType(value: BidiPairedBracketType);
    /** @internal */
    static fromFields(structObj : BidiMirroringGlyph_obj) : BidiMirroringGlyph;

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

    constructor(structObj: BidiMirroringGlyph_obj);


    /**
     * See the [Rust documentation for `for_char`](https://docs.rs/icu/2.1.1/icu/properties/props/trait.EnumeratedProperty.html#tymethod.for_char) for more information.
     */

    static forChar(ch: codepoint): BidiMirroringGlyph;
}

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

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