| 356 | |
| 357 | |
| 358 | UTF8PROC_DLLEXPORT utf8proc_bool utf8proc_grapheme_break( |
| 359 | utf8proc_int32_t c1, utf8proc_int32_t c2) { |
| 360 | return utf8proc_grapheme_break_stateful(c1, c2, NULL); |
| 361 | } |
| 362 | |
| 363 | static utf8proc_int32_t seqindex_decode_entry(const utf8proc_uint16_t **entry) |
| 364 | { |