Searched refs:utf8proc_combinations (Results 1 – 2 of 2) sorted by relevance
636 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()
13428 const utf8proc_uint16_t utf8proc_combinations[] = { variable