Searched refs:UTF8PROC_BOUNDCLASS_E_BASE (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/subversion/subversion/libsvn_subr/utf8proc/ |
| H A D | utf8proc.c | 274 … ((lbc == UTF8PROC_BOUNDCLASS_E_BASE || /* GB10 (requires additional handling below) */ in grapheme_break_simple() 302 else if ((*state == UTF8PROC_BOUNDCLASS_E_BASE || in grapheme_break_extended() 305 *state = UTF8PROC_BOUNDCLASS_E_BASE; in grapheme_break_extended()
|
| H A D | utf8proc_internal.h | 384 UTF8PROC_BOUNDCLASS_E_BASE = 15, /**< Emoji Base */ enumerator
|
| H A D | utf8proc_data.c | 9061 … UINT16_MAX, UINT16_MAX, UINT16_MAX, false, false, false, false, 1, 0, UTF8PROC_BOUNDCLASS_E_BASE}, 9062 … UINT16_MAX, UINT16_MAX, UINT16_MAX, false, false, false, false, 2, 0, UTF8PROC_BOUNDCLASS_E_BASE},
|