Home
last modified time | relevance | path

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 Def_ucs4_big5.c17 ef_map_func(zh, ef_map_ucs4_to_big5, 32) ef_map_func(zh, ef_map_ucs4_to_hkscs, 32)
H A Def_zh_hk_map.c11 ef_map_ucs4_to_hkscs, ef_map_ucs4_to_big5,
H A Def_ucs4_big5.h14 int ef_map_ucs4_to_big5(ef_char_t *non_ucs, u_int32_t ucs4_code);
H A Def_zh_tw_map.c14 ef_map_ucs4_to_big5, ef_map_ucs4_to_cns11643_1992_1, ef_map_ucs4_to_cns11643_1992_2,
H A Def_ucs4_map.c96 {BIG5, ef_map_ucs4_to_big5, ef_map_big5_to_ucs4},
/dports/x11/mlterm/mlterm-3.9.1/encodefilter/module/
H A Def_ucs4_big5.c43 int ef_map_ucs4_to_big5(ef_char_t *big5, u_int32_t ucs4_code) { in ef_map_ucs4_to_big5() function