Searched refs:comb_table (Results 1 – 1 of 1) sorted by relevance
797 static struct wchar_range comb_table[] = { variable1164 for (i = 0; i < sizeof(comb_table)/sizeof(*comb_table); i++)1166 if (ch1 == comb_table[i].first &&1167 ch2 == comb_table[i].last)