// generated by diplomat-tool import type { DataError } from "./DataError" import type { DataProvider } from "./DataProvider" import type { pointer, codepoint } from "./diplomat-runtime.d.ts";
/** *AnICU4XUnicodeSetPropertyobject,capableofqueryingwhetheracodepointiscontainedinasetbasedonaUnicodeproperty. * *Seethe[Rustdocumentationfor`properties`](https://docs.rs/icu/2.1.1/icu/properties/index.html) for more information. * *Seethe[Rustdocumentationfor`EmojiSetData`](https://docs.rs/icu/2.1.1/icu/properties/struct.EmojiSetData.html) for more information. * *Seethe[Rustdocumentationfor`new`](https://docs.rs/icu/2.1.1/icu/properties/struct.EmojiSetData.html#method.new) for more information. * *Seethe[Rustdocumentationfor`EmojiSetDataBorrowed`](https://docs.rs/icu/2.1.1/icu/properties/struct.EmojiSetDataBorrowed.html) for more information.
*/
export class EmojiSetData { /** @internal */
get ffiValue(): pointer; /** @internal */
constructor();
/** *Checkswhetherthestringisintheset. * *Seethe[Rustdocumentationfor`contains_str`](https://docs.rs/icu/2.1.1/icu/properties/struct.EmojiSetDataBorrowed.html#method.contains_str) for more information.
*/
containsStr(s: string): boolean;
/** *Checkswhetherthecodepointisintheset. * *Seethe[Rustdocumentationfor`contains`](https://docs.rs/icu/2.1.1/icu/properties/struct.EmojiSetDataBorrowed.html#method.contains) for more information.
*/
contains(cp: codepoint): boolean;
/** *Createamapforthe`Basic_Emoji`property,usingcompileddata. * *Seethe[Rustdocumentationfor`BasicEmoji`](https://docs.rs/icu/2.1.1/icu/properties/props/struct.BasicEmoji.html) for more information.
*/ static createBasic(): EmojiSetData;
/** *Createamapforthe`Basic_Emoji`property,usingaparticulardatasource. * *Seethe[Rustdocumentationfor`BasicEmoji`](https://docs.rs/icu/2.1.1/icu/properties/props/struct.BasicEmoji.html) for more information.
*/ static createBasicWithProvider(provider: DataProvider): EmojiSetData;
}
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.