MAX_UTF_NUM
table_t utf_cns_tab[MAX_UTF_NUM] = {
utf_cns utf_cns_tab[MAX_UTF_NUM] = {
} else if ((index = binary_search(key, utf_cns_tab, MAX_UTF_NUM)) != -1) {
*unidx = binsearch(unicode, utf_cns_tab, MAX_UTF_NUM);
*unidx = binsearch(unicode, utf_cns_tab, MAX_UTF_NUM);