Home
last modified time | relevance | path

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

/dragonfly/lib/i18n_module/ISO2022/
H A Dcitrus_iso2022.c76 #define CS96 (1U) macro
244 cs.type = CS96; in get_recommend()
505 { CS96, 1, 2, -1, -1, 3, { ESC, CS96, ECMA, }, },
507 { CS96, 1, 3, 2, -1, 4, { ESC, CS96, INTERM, ECMA, }, },
556 case CS96: in seqmatch()
631 case CS96: in _ISO2022_sgetwchar()
762 case CS96: in _ISO2022_sgetwchar()
778 case CS96: in _ISO2022_sgetwchar()
807 case CS96: in _ISO2022_sgetwchar()
1000 case CS96: in recommendation()
[all …]
/dragonfly/lib/i18n_module/HZ/
H A Dcitrus_hz.c64 CTRL = 0, ASCII = 1, GB2312 = 2, CS94 = 3, CS96 = 4 enumerator
569 graphic->charset = CS96; in _citrus_HZ_parse_graphic()