Home
last modified time | relevance | path

Searched refs:utf_cns_tab (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/iconv_modules/inc/
H A Dunicode_cns11643_CN.h49 table_t utf_cns_tab[MAX_UTF_NUM] = { variable
H A Dunicode_cns11643_TW.h50 utf_cns utf_cns_tab[MAX_UTF_NUM] = { variable
/illumos-gate/usr/src/lib/iconv_modules/zh/common/
H A DUTF-8%zh_TW-euc.c422 *unidx = binsearch(unicode, utf_cns_tab, MAX_UTF_NUM); in get_plane_no_by_utf()
424 *cnscode = utf_cns_tab[*unidx].cnscode; in get_plane_no_by_utf()
H A DUTF-8%zh_TW-iso2022-7.c394 *unidx = binsearch(unicode, utf_cns_tab, MAX_UTF_NUM); in get_plane_no_by_utf()
396 *cnscode = utf_cns_tab[*unidx].cnscode; in get_plane_no_by_utf()
H A DUTF-8%zh_CN.iso2022-CN.c284 } else if ((index = binary_search(key, utf_cns_tab, MAX_UTF_NUM)) != -1) { in _icv_iconv()
285 gbk = utf_cns_tab[index].value; in _icv_iconv()