Searched refs:CS96 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/lib/libiconv_modules/ISO2022/
H A Dcitrus_iso2022.c76 #define CS96 (1U) macro
88 static const _ISO2022Charset iso88591 = { CS96, 'A', '\0', '\0' };
211 cs->type = CS96;
244 cs.type = CS96;
503 { CS96, 1, 2, -1, -1, 3, { ESC, CS96, ECMA, }, },
505 { CS96, 1, 3, 2, -1, 4, { ESC, CS96, INTERM, ECMA, }, },
509 { CS96MULTI, 2, 3, -1, -1, 4, { ESC, '$', CS96, ECMA, }, },
554 case CS96
[all...]
/freebsd-10.0-release/lib/libiconv_modules/HZ/
H A Dcitrus_hz.c64 CTRL = 0, ASCII = 1, GB2312 = 2, CS94 = 3, CS96 = 4 enumerator in enum:__anon5567
79 /* CS96 */ RANGE(0x20, 0x7F),
568 graphic->charset = CS96;

Completed in 171 milliseconds