GraphemeClusterBreakIteratorUtf16.h (506B)
1 #ifndef GraphemeClusterBreakIteratorUtf16_H 2 #define GraphemeClusterBreakIteratorUtf16_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 "GraphemeClusterBreakIteratorUtf16.d.h" 12 13 14 15 16 17 18 int32_t icu4x_GraphemeClusterBreakIteratorUtf16_next_mv1(GraphemeClusterBreakIteratorUtf16* self); 19 20 void icu4x_GraphemeClusterBreakIteratorUtf16_destroy_mv1(GraphemeClusterBreakIteratorUtf16* self); 21 22 23 24 25 26 #endif // GraphemeClusterBreakIteratorUtf16_H