Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/iconv_modules/inc/
H A Dcns11643_big5.h34 #define MAX_CNS1_NUM 6085 /* plane #1 */ macro
39 table_t cns_big5_tab1[MAX_CNS1_NUM] = {
H A Dcns11643_unicode_CN.h41 #define MAX_CNS1_NUM 6081 /* plane #1 */ macro
46 table_t cns1_utf_tab[MAX_CNS1_NUM] = {
H A Dcns11643_unicode_TW.h35 #define MAX_CNS1_NUM 5867 /* plane #1 */ macro
51 cns_utf cns1_utf_tab[MAX_CNS1_NUM] = {
/titanic_50/usr/src/lib/iconv_modules/zh/common/
H A Dzh_TW-iso2022-CN-EXT%zh_TW-big5.c72 ptr = (table_t*) bsearch(&key, cns_big5_tab1, MAX_CNS1_NUM, sizeof(table_t), cns_big5_comp); in chinese_to_big5()
H A Dzh_TW-euc%zh_TW-big5.c295 unidx = binsearch(cns_val, cns_big5_tab1, MAX_CNS1_NUM); in cns_to_big5()
H A Dzh_TW-iso2022-7%zh_TW-big5.c368 unidx = binsearch(cns_val, cns_big5_tab1, MAX_CNS1_NUM); in iso_to_big5()
H A Dzh_TW-iso2022-7%UTF-8.c366 unidx = binsearch(iso_val, cns1_utf_tab, MAX_CNS1_NUM); in iso_to_utf8()
H A Dzh_TW-euc%UTF-8.c347 unidx = binsearch(cns_val, cns1_utf_tab, MAX_CNS1_NUM); in cns_to_utf8()
H A Dzh_CN.iso2022-7%UTF-8.c609 unidx = binsearch(iso_val, cns1_utf_tab, MAX_CNS1_NUM); in iso_to_utf8()
H A Dzh_CN.iso2022-CN%UTF-8.c710 unidx = binsearch(cns_val, cns1_utf_tab, MAX_CNS1_NUM); in iso_cns_to_utf()
H A Dzh_CN.iso2022-CN%zh_CN.gbk.c667 unidx = binsearch(cns_val, cns_big5_tab1, MAX_CNS1_NUM); in iso_to_big5_to_gbk()
H A Dzh_CN.iso2022-CN%zh_CN.euc.c649 unidx = binsearch(cns_val, cns_big5_tab1, MAX_CNS1_NUM); in iso_to_big5_to_gb()