Home
last modified time | relevance | path

Searched refs:MAX_CNS3_NUM (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/lib/iconv_modules/inc/
H A Dcns11643_big5.h36 #define MAX_CNS3_NUM 8 /* plane #3 */ macro
13782 table_t cns_big5_tab3[MAX_CNS3_NUM] = {
H A Dcns11643_unicode_CN.h43 #define MAX_CNS3_NUM 4197 /* plane #3 (originally plane #14) */ macro
13785 table_t cns3_utf_tab[MAX_CNS3_NUM] = {
H A Dcns11643_unicode_TW.h37 #define MAX_CNS3_NUM 6394 /* plane #3 (originally plane #14) */ macro
13576 cns_utf cns3_utf_tab[MAX_CNS3_NUM] = {
/titanic_50/usr/src/lib/iconv_modules/zh/common/
H A Dzh_TW-euc%zh_TW-big5.c305 unidx = binsearch(cns_val, cns_big5_tab3, MAX_CNS3_NUM); in cns_to_big5()
H A Dzh_TW-iso2022-7%UTF-8.c377 unidx = binsearch(iso_val, cns3_utf_tab, MAX_CNS3_NUM); in iso_to_utf8()
H A Dzh_TW-euc%UTF-8.c357 unidx = binsearch(cns_val, cns3_utf_tab, MAX_CNS3_NUM); in cns_to_utf8()
H A Dzh_CN.iso2022-CN%UTF-8.c720 unidx = binsearch(cns_val, cns3_utf_tab, MAX_CNS3_NUM); in iso_cns_to_utf()