Home
last modified time | relevance | path

Searched refs:cnsplane (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.c406 int cnsplane; in big5_to_iso() local
409 ret = getcnsbytes(idx, cnsbytes, &cnsplane); in big5_to_iso()
420 switch (cnsplane) { in big5_to_iso()
433 *(*outbuf+3) = GET_PLANEC(cnsplane); in big5_to_iso()
436 st->iSOplane = cnsplane; in big5_to_iso()
467 *(*outbuf+3) = GET_PLANEC(cnsplane); in big5_to_iso()
470 st->iSS2plane = cnsplane; in big5_to_iso()
507 *(*outbuf+3) = GET_PLANEC(cnsplane); in big5_to_iso()
510 st->iSS3plane = cnsplane; in big5_to_iso()
558 static int getcnsbytes(int idx, char *cnsbytes, int *cnsplane) in getcnsbytes() argument
[all …]