// generated by diplomat-tool import type { GeneralCategoryGroup } from "./GeneralCategoryGroup" import type { pointer, codepoint } from "./diplomat-runtime.d.ts";
/** *Seethe[Rustdocumentationfor`GeneralCategory`](https://docs.rs/icu/2.1.1/icu/properties/props/enum.GeneralCategory.html) for more information.
*/
export class GeneralCategory {
/** *Seethe[Rustdocumentationfor`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;
/** *ConverttoanintegerusingtheICU4Cintegermappingsfor`General_Category` *Getthe"long"nameofthispropertyvalue(returnsemptyifpropertyvalueisunknown) * *Seethe[Rustdocumentationfor`get`](https://docs.rs/icu/2.1.1/icu/properties/struct.PropertyNamesLongBorrowed.html#method.get) for more information.
*/
longName(): string | null;
/** *Getthe"short"nameofthispropertyvalue(returnsemptyifpropertyvalueisunknown) * *Seethe[Rustdocumentationfor`get`](https://docs.rs/icu/2.1.1/icu/properties/struct.PropertyNamesShortBorrowed.html#method.get) for more information.
*/
shortName(): string | null;
/** *ProducesaGeneralCategoryGroupmaskthatcanrepresentagroupofgeneralcategories * *Seethe[Rustdocumentationfor`GeneralCategoryGroup`](https://docs.rs/icu/2.1.1/icu/properties/props/struct.GeneralCategoryGroup.html) for more information.
*/
toGroup(): GeneralCategoryGroup;
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.