Searched refs:MAX_UTF_NUM (Results 1 – 5 of 5) sorted by relevance
42 #define MAX_UTF_NUM 17715 macro49 table_t utf_cns_tab[MAX_UTF_NUM] = {
36 #define MAX_UTF_NUM 55441 macro50 utf_cns utf_cns_tab[MAX_UTF_NUM] = {
422 *unidx = binsearch(unicode, utf_cns_tab, MAX_UTF_NUM); in get_plane_no_by_utf()
394 *unidx = binsearch(unicode, utf_cns_tab, MAX_UTF_NUM); in get_plane_no_by_utf()
284 } else if ((index = binary_search(key, utf_cns_tab, MAX_UTF_NUM)) != -1) { in _icv_iconv()