Home
last modified time | relevance | path

Searched refs:utf8proc_combinations (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/utf8proc/
H A Dutf8proc.c636 int idx = (current_property->comb_index & 0x3FFF) - utf8proc_combinations[sidx]; in utf8proc_normalize_utf32()
637 if (idx >= 0 && idx <= utf8proc_combinations[sidx + 1] ) { in utf8proc_normalize_utf32()
640 composition = (utf8proc_combinations[idx] << 16) | utf8proc_combinations[idx+1]; in utf8proc_normalize_utf32()
642 composition = utf8proc_combinations[idx]; in utf8proc_normalize_utf32()
H A Dutf8proc_data.c13428 const utf8proc_uint16_t utf8proc_combinations[] = { variable