GeneralCategory.h (1277B)
1 #ifndef GeneralCategory_H 2 #define GeneralCategory_H 3 4 #include <stdio.h> 5 #include <stdint.h> 6 #include <stddef.h> 7 #include <stdbool.h> 8 #include "diplomat_runtime.h" 9 10 #include "GeneralCategoryGroup.d.h" 11 12 #include "GeneralCategory.d.h" 13 14 15 16 17 18 19 GeneralCategory icu4x_GeneralCategory_for_char_mv1(char32_t ch); 20 21 typedef struct icu4x_GeneralCategory_long_name_mv1_result {union {DiplomatStringView ok; }; bool is_ok;} icu4x_GeneralCategory_long_name_mv1_result; 22 icu4x_GeneralCategory_long_name_mv1_result icu4x_GeneralCategory_long_name_mv1(GeneralCategory self); 23 24 typedef struct icu4x_GeneralCategory_short_name_mv1_result {union {DiplomatStringView ok; }; bool is_ok;} icu4x_GeneralCategory_short_name_mv1_result; 25 icu4x_GeneralCategory_short_name_mv1_result icu4x_GeneralCategory_short_name_mv1(GeneralCategory self); 26 27 uint8_t icu4x_GeneralCategory_to_integer_value_mv1(GeneralCategory self); 28 29 GeneralCategoryGroup icu4x_GeneralCategory_to_group_mv1(GeneralCategory self); 30 31 typedef struct icu4x_GeneralCategory_from_integer_value_mv1_result {union {GeneralCategory ok; }; bool is_ok;} icu4x_GeneralCategory_from_integer_value_mv1_result; 32 icu4x_GeneralCategory_from_integer_value_mv1_result icu4x_GeneralCategory_from_integer_value_mv1(uint8_t other); 33 34 35 36 37 38 #endif // GeneralCategory_H