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

Quelle  GeneralCategory.d.ts

  Sprache: JAVA
 

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



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

export class GeneralCategory {

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

    get value(): string;

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

    static Unassigned : GeneralCategory;
    static UppercaseLetter : GeneralCategory;
    static LowercaseLetter : GeneralCategory;
    static TitlecaseLetter : GeneralCategory;
    static ModifierLetter : GeneralCategory;
    static OtherLetter : GeneralCategory;
    static NonspacingMark : GeneralCategory;
    static SpacingMark : GeneralCategory;
    static EnclosingMark : GeneralCategory;
    static DecimalNumber : GeneralCategory;
    static LetterNumber : GeneralCategory;
    static OtherNumber : GeneralCategory;
    static SpaceSeparator : GeneralCategory;
    static LineSeparator : GeneralCategory;
    static ParagraphSeparator : GeneralCategory;
    static Control : GeneralCategory;
    static Format : GeneralCategory;
    static PrivateUse : GeneralCategory;
    static Surrogate : GeneralCategory;
    static DashPunctuation : GeneralCategory;
    static OpenPunctuation : GeneralCategory;
    static ClosePunctuation : GeneralCategory;
    static ConnectorPunctuation : GeneralCategory;
    static InitialPunctuation : GeneralCategory;
    static FinalPunctuation : GeneralCategory;
    static OtherPunctuation : GeneralCategory;
    static MathSymbol : GeneralCategory;
    static CurrencySymbol : GeneralCategory;
    static ModifierSymbol : GeneralCategory;
    static OtherSymbol : GeneralCategory;


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

    /**
     * Convert to an integer using the ICU4C integer mappings for `General_Category`
     * 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
     */

    toIntegerValue(): number;

    /**
     * Produces a GeneralCategoryGroup mask that can represent a group of general categories
     *
     * See the [Rust documentation for `GeneralCategoryGroup`](https://docs.rs/icu/2.1.1/icu/properties/props/struct.GeneralCategoryGroup.html) for more information.
     */

    toGroup(): GeneralCategoryGroup;

    /**
     * Convert from an integer using the ICU4C integer mappings for `General_Category`
     * Convert from an integer value from ICU4C or CodePointMapData
     */

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

    constructor(value: GeneralCategory | string );
}

Messung V0.5 in Prozent
C=83 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.