PluralOperands.h (768B)
1 #ifndef PluralOperands_H 2 #define PluralOperands_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 "Decimal.d.h" 11 #include "DecimalParseError.d.h" 12 13 #include "PluralOperands.d.h" 14 15 16 17 18 19 20 typedef struct icu4x_PluralOperands_from_string_mv1_result {union {PluralOperands* ok; DecimalParseError err;}; bool is_ok;} icu4x_PluralOperands_from_string_mv1_result; 21 icu4x_PluralOperands_from_string_mv1_result icu4x_PluralOperands_from_string_mv1(DiplomatStringView s); 22 23 PluralOperands* icu4x_PluralOperands_from_int64_mv1(int64_t i); 24 25 PluralOperands* icu4x_PluralOperands_from_fixed_decimal_mv1(const Decimal* x); 26 27 void icu4x_PluralOperands_destroy_mv1(PluralOperands* self); 28 29 30 31 32 33 #endif // PluralOperands_H