Home
last modified time | relevance | path

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

/freebsd/lib/libiconv_modules/ISO2022/
H A Dcitrus_iso2022.c75 #define CS94 (0U) macro
87 static const _ISO2022Charset ascii = { CS94, 'B', '\0', '\0' };
206 cs->type = CS94; in getcs()
239 cs.type = CS94; in get_recommend()
501 { CS94, 1, 2, -1, -1, 3, { ESC, CS94, ECMA, }, },
503 { CS94, 1, 3, 2, -1, 4, { ESC, CS94, INTERM, ECMA, }, },
509 { CS94MULTI, 2, 3, -1, -1, 4, { ESC, '$', CS94, ECMA, }, },
513 { CS94MULTI, 5, 6, -1, 2, 7, { ESC, '&', ECMA, ESC, '$', CS94, ECMA, }, },
551 case CS94: in seqmatch()
627 case CS94: in _ISO2022_sgetwchar()
[all …]
/freebsd/lib/libiconv_modules/HZ/
H A Dcitrus_hz.c65 CTRL = 0, ASCII = 1, GB2312 = 2, CS94 = 3, CS96 = 4 enumerator
568 graphic->charset = CS94; in _citrus_HZ_parse_graphic()