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

  Sprache: JAVA
 

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



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

export class WordBreak {

    /** @internal */
    static fromValue(value: WordBreak | string): WordBreak;

    get value(): string;

    /** @internal */
    get ffiValue(): number;

    static Other : WordBreak;
    static ALetter : WordBreak;
    static Format : WordBreak;
    static Katakana : WordBreak;
    static MidLetter : WordBreak;
    static MidNum : WordBreak;
    static Numeric : WordBreak;
    static ExtendNumLet : WordBreak;
    static Cr : WordBreak;
    static Extend : WordBreak;
    static Lf : WordBreak;
    static MidNumLet : WordBreak;
    static Newline : WordBreak;
    static RegionalIndicator : WordBreak;
    static HebrewLetter : WordBreak;
    static SingleQuote : WordBreak;
    static DoubleQuote : WordBreak;
    static EBase : WordBreak;
    static EBaseGaz : WordBreak;
    static EModifier : WordBreak;
    static GlueAfterZwj : WordBreak;
    static Zwj : WordBreak;
    static WSegSpace : WordBreak;


    /**
     * 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): WordBreak;

    /**
     * Get the "long" name of this property value (returns empty if property value is unknown)
     *
     * See the [Rust documentation for `get`](https://docs.rs/icu/2.1.1/icu/properties/struct.PropertyNamesLongBorrowed.html#method.get) for more information.
     */

    longName(): string | null;

    /**
     * Get the "short" name of this property value (returns empty if property value is unknown)
     *
     * See the [Rust documentation for `get`](https://docs.rs/icu/2.1.1/icu/properties/struct.PropertyNamesShortBorrowed.html#method.get) for more information.
     */

    shortName(): string | null;

    /**
     * Convert to an integer value usable with ICU4C and CodePointMapData
     *
     * See the [Rust documentation for `to_icu4c_value`](https://docs.rs/icu/2.1.1/icu/properties/props/struct.WordBreak.html#method.to_icu4c_value) for more information.
     */

    toIntegerValue(): number;

    /**
     * Convert from an integer value from ICU4C or CodePointMapData
     *
     * See the [Rust documentation for `from_icu4c_value`](https://docs.rs/icu/2.1.1/icu/properties/props/struct.WordBreak.html#method.from_icu4c_value) for more information.
     */

    static fromIntegerValue(other: number): WordBreak | null;

    constructor(value: WordBreak | string );
}

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

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