Searched refs:ef_map_ucs4_to_big5 (Results 1 – 6 of 6) sorted by relevance
/dports/x11/mlterm/mlterm-3.9.1/encodefilter/src/ |
H A D | ef_ucs4_big5.c | 17 ef_map_func(zh, ef_map_ucs4_to_big5, 32) ef_map_func(zh, ef_map_ucs4_to_hkscs, 32)
|
H A D | ef_zh_hk_map.c | 11 ef_map_ucs4_to_hkscs, ef_map_ucs4_to_big5,
|
H A D | ef_ucs4_big5.h | 14 int ef_map_ucs4_to_big5(ef_char_t *non_ucs, u_int32_t ucs4_code);
|
H A D | ef_zh_tw_map.c | 14 ef_map_ucs4_to_big5, ef_map_ucs4_to_cns11643_1992_1, ef_map_ucs4_to_cns11643_1992_2,
|
H A D | ef_ucs4_map.c | 96 {BIG5, ef_map_ucs4_to_big5, ef_map_big5_to_ucs4},
|
/dports/x11/mlterm/mlterm-3.9.1/encodefilter/module/ |
H A D | ef_ucs4_big5.c | 43 int ef_map_ucs4_to_big5(ef_char_t *big5, u_int32_t ucs4_code) { in ef_map_ucs4_to_big5() function
|