Searched refs:SOcharset (Results 1 – 4 of 4) sorted by relevance
67 st->SOcharset = NULL; /* no default charset */ in _icv_open()126 st->SOcharset = NULL; in iso2022_icv_iconv()216 if ( **inbuf == SO && st->SOcharset != NULL ){ in iso2022_icv_iconv()329 st->SOcharset = c; in process_esc_seq()387 if ( st->SSfunc == NULL && st->SOcharset == 'G' ) in iscns()
63 if ( st->SSfunc == NULL && st->SOcharset == 'A') { /* GB2312 */ in chinese_to_big5()
57 if ( st->SSfunc == NULL && st->SOcharset == 'A') { /* GB2312 */ in chinese_to_euc()
66 char SOcharset; /* The current SO designation */ member