Quelle ICU4XCodePointMapData8.d.ts
Sprache: unbekannt
import { u8, u32, char } from "./diplomat-runtime"
import { FFIError } from "./diplomat-runtime"
import { CodePointRangeIterator } from "./CodePointRangeIterator";
import { ICU4XCodePointSetData } from "./ICU4XCodePointSetData";
import { ICU4XDataProvider } from "./ICU4XDataProvider";
import { ICU4XError } from "./ICU4XError";
/**
* An ICU4X Unicode Map Property object, capable of querying whether a code point (key) to obtain the Unicode property value, for a specific Unicode property.
* Given a mask value (the nth bit marks property value = n), produce an iterator over ranges of code points whose property values are contained in the mask.
* The main mask property supported is that for General_Category, which can be obtained via `general_category_to_mask()` or by using `ICU4XGeneralCategoryNameToMaskMapper`
* Should only be used on maps for properties with values less than 32 (like Generak_Category), other maps will have unpredictable results
* See the {@link https://docs.rs/icu/latest/icu/properties/maps/fn.general_category.html Rust documentation for `general_category`} for more information.
* @throws {@link FFIError}<{@link ICU4XError}>
*/
static load_general_category(provider: ICU4XDataProvider): ICU4XCodePointMapData8 | never;
/**
* See the {@link https://docs.rs/icu/latest/icu/properties/maps/fn.bidi_class.html Rust documentation for `bidi_class`} for more information.
* @throws {@link FFIError}<{@link ICU4XError}>
*/
static load_bidi_class(provider: ICU4XDataProvider): ICU4XCodePointMapData8 | never;
/**
* See the {@link https://docs.rs/icu/latest/icu/properties/maps/fn.east_asian_width.html Rust documentation for `east_asian_width`} for more information.
* @throws {@link FFIError}<{@link ICU4XError}>
*/
static load_east_asian_width(provider: ICU4XDataProvider): ICU4XCodePointMapData8 | never;
/**
* See the {@link https://docs.rs/icu/latest/icu/properties/maps/fn.hangul_syllable_type.html Rust documentation for `hangul_syllable_type`} for more information.
* @throws {@link FFIError}<{@link ICU4XError}>
*/
static load_hangul_syllable_type(provider: ICU4XDataProvider): ICU4XCodePointMapData8 | never;
/**
* See the {@link https://docs.rs/icu/latest/icu/properties/maps/fn.indic_syllabic_category.html Rust documentation for `indic_syllabic_category`} for more information.
* @throws {@link FFIError}<{@link ICU4XError}>
*/
static load_indic_syllabic_category(provider: ICU4XDataProvider): ICU4XCodePointMapData8 | never;
/**
* See the {@link https://docs.rs/icu/latest/icu/properties/maps/fn.line_break.html Rust documentation for `line_break`} for more information.
* @throws {@link FFIError}<{@link ICU4XError}>
*/
static load_line_break(provider: ICU4XDataProvider): ICU4XCodePointMapData8 | never;
/**
* See the {@link https://docs.rs/icu/latest/icu/properties/maps/fn.grapheme_cluster_break.html Rust documentation for `grapheme_cluster_break`} for more information.
* @throws {@link FFIError}<{@link ICU4XError}>
*/
static try_grapheme_cluster_break(provider: ICU4XDataProvider): ICU4XCodePointMapData8 | never;
/**
* See the {@link https://docs.rs/icu/latest/icu/properties/maps/fn.word_break.html Rust documentation for `word_break`} for more information.
* @throws {@link FFIError}<{@link ICU4XError}>
*/
static load_word_break(provider: ICU4XDataProvider): ICU4XCodePointMapData8 | never;
/**
* See the {@link https://docs.rs/icu/latest/icu/properties/maps/fn.sentence_break.html Rust documentation for `sentence_break`} for more information.
* @throws {@link FFIError}<{@link ICU4XError}>
*/
static load_sentence_break(provider: ICU4XDataProvider): ICU4XCodePointMapData8 | never;
/**
* See the {@link https://docs.rs/icu/latest/icu/properties/maps/fn.joining_type.htmlRust documentation for `joining_type`} for more information.
* @throws {@link FFIError}<{@link ICU4XError}>
*/
static load_joining_type(provider: ICU4XDataProvider): ICU4XCodePointMapData8 | never;
}
[ Dauer der Verarbeitung: 0.19 Sekunden
(vorverarbeitet)
]