Home
last modified time | relevance | path

Searched refs:GET_PLANEC (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/iconv_modules/zh/common/
H A Dzh_TW-big5%zh_TW-iso2022-CN-EXT.c54 #define GET_PLANEC(i) (plane_char[(i)]) macro
433 *(*outbuf+3) = GET_PLANEC(cnsplane); in big5_to_iso()
467 *(*outbuf+3) = GET_PLANEC(cnsplane); in big5_to_iso()
507 *(*outbuf+3) = GET_PLANEC(cnsplane); in big5_to_iso()
H A Dzh_TW-euc%zh_TW-iso2022-CN-EXT.c44 #define GET_PLANEC(i) (plane_char[i]) macro
270 if (st->SS3char != GET_PLANEC(st->plane_no)) { in _icv_iconv()
272 st->SS3char = GET_PLANEC(st->plane_no); in _icv_iconv()
H A Dzh_TW-euc%zh_TW-iso2022-7.c45 #define GET_PLANEC(i) (plane_char[i]) macro
261 *(*outbuf+3) = GET_PLANEC(plane_no); in _icv_iconv()
478 st->planec = GET_PLANEC(i); in _cv_enconv()
H A Dzh_TW-big5%zh_TW-iso2022-7.c45 #define GET_PLANEC(i) (plane_char[i]) macro
216 *(*outbuf+3) = GET_PLANEC(plane_no); in _icv_iconv()
H A DUTF-8%zh_TW-iso2022-7.c46 #define GET_PLANEC(i) (plane_char[i]) macro
281 *(*outbuf+3) = GET_PLANEC(plane_no); in _icv_iconv()
H A Dzh_CN.gbk%zh_CN.iso2022-CN.c57 #define GET_PLANEC(i) (plane_char[i]) macro
320 *(*outbuf + 3) = GET_PLANEC(st->plane); in _icv_iconv()