Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/iconv_modules/zh/common/
H A Dzh_TW-big5%zh_TW-iso2022-CN-EXT.c405 char cnsbytes[2]; in big5_to_iso() local
409 ret = getcnsbytes(idx, cnsbytes, &cnsplane); in big5_to_iso()
547 **outbuf = cnsbytes[0]; in big5_to_iso()
548 *(*outbuf+1) = cnsbytes[1]; in big5_to_iso()
558 static int getcnsbytes(int idx, char *cnsbytes, int *cnsplane) in getcnsbytes() argument
597 cnsbytes[0] = (val & 0xff00) >> 8; in getcnsbytes()
598 cnsbytes[1] = val & 0xff; in getcnsbytes()