Home
last modified time | relevance | path

Searched refs:MAX_CNS2_NUM (Results 1 – 12 of 12) sorted by relevance

/titanic_50/usr/src/lib/iconv_modules/inc/
H A Dcns11643_big5.h35 #define MAX_CNS2_NUM 7650 /* plane #2 */ macro
6128 table_t cns_big5_tab2[MAX_CNS2_NUM] = {
H A Dcns11643_unicode_CN.h42 #define MAX_CNS2_NUM 7650 /* plane #2 */ macro
6131 table_t cns2_utf_tab[MAX_CNS2_NUM] = {
H A Dcns11643_unicode_TW.h36 #define MAX_CNS2_NUM 7650 /* plane #2 */ macro
5922 cns_utf cns2_utf_tab[MAX_CNS2_NUM] = {
/titanic_50/usr/src/lib/iconv_modules/zh/common/
H A Dzh_TW-iso2022-CN-EXT%zh_TW-big5.c74 ptr = (table_t*) bsearch(&key, cns_big5_tab2, MAX_CNS2_NUM, sizeof(table_t), cns_big5_comp); in chinese_to_big5()
H A Dzh_TW-euc%zh_TW-big5.c300 unidx = binsearch(cns_val, cns_big5_tab2, MAX_CNS2_NUM); in cns_to_big5()
H A Dzh_TW-iso2022-7%zh_TW-big5.c373 unidx = binsearch(cns_val, cns_big5_tab2, MAX_CNS2_NUM); in iso_to_big5()
H A Dzh_TW-iso2022-7%UTF-8.c371 unidx = binsearch(iso_val, cns2_utf_tab, MAX_CNS2_NUM); in iso_to_utf8()
H A Dzh_TW-euc%UTF-8.c352 unidx = binsearch(cns_val, cns2_utf_tab, MAX_CNS2_NUM); in cns_to_utf8()
H A Dzh_CN.iso2022-7%UTF-8.c619 unidx = binsearch(iso_val, cns2_utf_tab, MAX_CNS2_NUM); in iso_to_utf8()
H A Dzh_CN.iso2022-CN%UTF-8.c715 unidx = binsearch(cns_val, cns2_utf_tab, MAX_CNS2_NUM); in iso_cns_to_utf()
H A Dzh_CN.iso2022-CN%zh_CN.gbk.c672 unidx = binsearch(cns_val, cns_big5_tab2, MAX_CNS2_NUM); in iso_to_big5_to_gbk()
H A Dzh_CN.iso2022-CN%zh_CN.euc.c654 unidx = binsearch(cns_val, cns_big5_tab2, MAX_CNS2_NUM); in iso_to_big5_to_gb()