VerticalOrientation.h (1253B)
1 #ifndef VerticalOrientation_H 2 #define VerticalOrientation_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 "VerticalOrientation.d.h" 12 13 14 15 16 17 18 VerticalOrientation icu4x_VerticalOrientation_for_char_mv1(char32_t ch); 19 20 typedef struct icu4x_VerticalOrientation_long_name_mv1_result {union {DiplomatStringView ok; }; bool is_ok;} icu4x_VerticalOrientation_long_name_mv1_result; 21 icu4x_VerticalOrientation_long_name_mv1_result icu4x_VerticalOrientation_long_name_mv1(VerticalOrientation self); 22 23 typedef struct icu4x_VerticalOrientation_short_name_mv1_result {union {DiplomatStringView ok; }; bool is_ok;} icu4x_VerticalOrientation_short_name_mv1_result; 24 icu4x_VerticalOrientation_short_name_mv1_result icu4x_VerticalOrientation_short_name_mv1(VerticalOrientation self); 25 26 uint8_t icu4x_VerticalOrientation_to_integer_value_mv1(VerticalOrientation self); 27 28 typedef struct icu4x_VerticalOrientation_from_integer_value_mv1_result {union {VerticalOrientation ok; }; bool is_ok;} icu4x_VerticalOrientation_from_integer_value_mv1_result; 29 icu4x_VerticalOrientation_from_integer_value_mv1_result icu4x_VerticalOrientation_from_integer_value_mv1(uint8_t other); 30 31 32 33 34 35 #endif // VerticalOrientation_H