PluralCategory.h (514B)
1 #ifndef PluralCategory_H 2 #define PluralCategory_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 11 #include "PluralCategory.d.h" 12 13 14 15 16 17 18 typedef struct icu4x_PluralCategory_get_for_cldr_string_mv1_result {union {PluralCategory ok; }; bool is_ok;} icu4x_PluralCategory_get_for_cldr_string_mv1_result; 19 icu4x_PluralCategory_get_for_cldr_string_mv1_result icu4x_PluralCategory_get_for_cldr_string_mv1(DiplomatStringView s); 20 21 22 23 24 25 #endif // PluralCategory_H