Searched refs:CNS11643_1992_2 (Results 1 – 12 of 12) sorted by relevance
/dports/x11/mlterm/mlterm-3.9.1/encodefilter/src/ |
H A D | ef_iso2022cn_conv.c | 56 } else if (ch.cs == CNS11643_1992_2) { in convert_to_iso2022cn() 59 if (iso2022_conv->g2 != CNS11643_1992_2) { in convert_to_iso2022cn() 69 *(dst++) = CS94MB_FT(CNS11643_1992_2); in convert_to_iso2022cn() 75 iso2022_conv->g2 = CNS11643_1992_2; in convert_to_iso2022cn()
|
H A D | ef_zh_tw_map.c | 37 !ef_map_ucs4_to_cs(cns, &ucs4, CNS11643_1992_2)) { in ef_map_big5_to_cns11643_1992()
|
H A D | ef_euctw_parser.c | 23 ch->cs = CNS11643_1992_2; in euctw_parser_next_char()
|
H A D | ef_xct_conv.c | 59 } else if (ch->cs == CNS11643_1992_2) { in remap_unsupported_charset() 75 } else if (ch->cs == CNS11643_1992_1 || ch->cs == CNS11643_1992_2) { in remap_unsupported_charset()
|
H A D | ef_big5_conv.c | 40 } else if (ch->cs == CNS11643_1992_2) { in remap_unsupported_charset()
|
H A D | ef_charset.h | 101 CNS11643_1992_2 = CS94MB_ID('H'), enumerator
|
H A D | ef_euctw_conv.c | 47 } else if (ch.cs == CNS11643_1992_2) { in convert_to_euctw()
|
H A D | ef_ucs4_map.c | 94 {CNS11643_1992_2, ef_map_ucs4_to_cns11643_1992_2, ef_map_cns11643_1992_2_to_ucs4},
|
/dports/x11/mlterm/mlterm-3.9.1/encodefilter/module/ |
H A D | ef_ucs4_cns11643.c | 81 cns->cs = CNS11643_1992_2; in ef_map_ucs4_to_cns11643_1992_2()
|
/dports/x11/mlterm/mlterm-3.9.1/uitoolkit/win32/ |
H A D | ui_font.c | 125 { CNS11643_1992_2, GB2312_CHARSET, },
|
/dports/x11/mlterm/mlterm-3.9.1/uitoolkit/ |
H A D | ui_font_config.c | 150 {"CNS11643_1992_2", CNS11643_1992_2},
|
/dports/x11/mlterm/mlterm-3.9.1/uitoolkit/xlib/ |
H A D | ui_font.c | 131 { CNS11643_1992_2, { "cns11643.1992-2", "cns11643.1992.2-0", }, },
|