GraphemeClusterBreakIteratorUtf8.h (498B)
1 #ifndef GraphemeClusterBreakIteratorUtf8_H 2 #define GraphemeClusterBreakIteratorUtf8_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 "GraphemeClusterBreakIteratorUtf8.d.h" 12 13 14 15 16 17 18 int32_t icu4x_GraphemeClusterBreakIteratorUtf8_next_mv1(GraphemeClusterBreakIteratorUtf8* self); 19 20 void icu4x_GraphemeClusterBreakIteratorUtf8_destroy_mv1(GraphemeClusterBreakIteratorUtf8* self); 21 22 23 24 25 26 #endif // GraphemeClusterBreakIteratorUtf8_H