Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/iconv_modules/inc/
H A Dunicode_cns11643_CN.h42 #define MAX_UTF_NUM 17715 macro
49 table_t utf_cns_tab[MAX_UTF_NUM] = {
H A Dunicode_cns11643_TW.h36 #define MAX_UTF_NUM 55441 macro
50 utf_cns utf_cns_tab[MAX_UTF_NUM] = {
/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()
H A DUTF-8%zh_TW-iso2022-7.c394 *unidx = binsearch(unicode, utf_cns_tab, MAX_UTF_NUM); 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()