Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/iconv_modules/zh/common/
H A Dzh_TW-iso2022-CN-EXT.c67 st->SOcharset = 0; /* no default charset */ in _icv_open()
126 st->SOcharset = 0; in iso2022_icv_iconv()
216 if ( **inbuf == SO && st->SOcharset != 0 ){ in iso2022_icv_iconv()
329 st->SOcharset = c; in process_esc_seq()
387 if ( st->SSfunc == NONE && st->SOcharset == 'G' ) in iscns()
H A Dzh_TW-iso2022-CN-EXT%zh_TW-big5.c63 if ( st->SSfunc == NONE && st->SOcharset == 'A') { /* GB2312 */ in chinese_to_big5()
H A Dzh_TW-iso2022-CN-EXT%zh_TW-euc.c57 if ( st->SSfunc == NONE && st->SOcharset == 'A') { /* GB2312 */ in chinese_to_euc()
/illumos-gate/usr/src/lib/iconv_modules/inc/
H A Diso2022-cn.h66 char SOcharset; /* The current SO designation */ member