WordBreakIteratorLatin1.h (651B)
1 #ifndef WordBreakIteratorLatin1_H 2 #define WordBreakIteratorLatin1_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 "SegmenterWordType.d.h" 11 12 #include "WordBreakIteratorLatin1.d.h" 13 14 15 16 17 18 19 int32_t icu4x_WordBreakIteratorLatin1_next_mv1(WordBreakIteratorLatin1* self); 20 21 SegmenterWordType icu4x_WordBreakIteratorLatin1_word_type_mv1(const WordBreakIteratorLatin1* self); 22 23 bool icu4x_WordBreakIteratorLatin1_is_word_like_mv1(const WordBreakIteratorLatin1* self); 24 25 void icu4x_WordBreakIteratorLatin1_destroy_mv1(WordBreakIteratorLatin1* self); 26 27 28 29 30 31 #endif // WordBreakIteratorLatin1_H