WindowsParser.h (845B)
1 #ifndef WindowsParser_H 2 #define WindowsParser_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 "DataError.d.h" 11 #include "DataProvider.d.h" 12 #include "TimeZone.d.h" 13 14 #include "WindowsParser.d.h" 15 16 17 18 19 20 21 WindowsParser* icu4x_WindowsParser_create_mv1(void); 22 23 typedef struct icu4x_WindowsParser_create_with_provider_mv1_result {union {WindowsParser* ok; DataError err;}; bool is_ok;} icu4x_WindowsParser_create_with_provider_mv1_result; 24 icu4x_WindowsParser_create_with_provider_mv1_result icu4x_WindowsParser_create_with_provider_mv1(const DataProvider* provider); 25 26 TimeZone* icu4x_WindowsParser_parse_mv1(const WindowsParser* self, DiplomatStringView value, DiplomatStringView region); 27 28 void icu4x_WindowsParser_destroy_mv1(WindowsParser* self); 29 30 31 32 33 34 #endif // WindowsParser_H