Searched refs:ef_map_ucs4_to_with_funcs (Results 1 – 12 of 12) sorted by relevance
/dports/x11/mlterm/mlterm-3.9.1/encodefilter/src/ |
H A D | ef_zh_hk_map.c | 17 return ef_map_ucs4_to_with_funcs(zhhk, ucs4, map_ucs4_to_funcs, in ef_map_ucs4_to_zh_hk()
|
H A D | dexport.map | 12 ef_map_ucs4_to_with_funcs ;
|
H A D | ef_viet_map.c | 21 return ef_map_ucs4_to_with_funcs(viet, ucs4, map_ucs4_to_funcs, in ef_map_ucs4_to_viet()
|
H A D | ef_tg_map.c | 18 return ef_map_ucs4_to_with_funcs(tg, ucs4, map_ucs4_to_funcs, in ef_map_ucs4_to_tg()
|
H A D | ef_uk_map.c | 18 return ef_map_ucs4_to_with_funcs(uk, ucs4, map_ucs4_to_funcs, in ef_map_ucs4_to_uk()
|
H A D | ef_zh_tw_map.c | 21 return ef_map_ucs4_to_with_funcs(zhtw, ucs4, map_ucs4_to_funcs, in ef_map_ucs4_to_zh_tw()
|
H A D | ef_zh_cn_map.c | 19 return ef_map_ucs4_to_with_funcs(zhcn, ucs4, map_ucs4_to_funcs, in ef_map_ucs4_to_zh_cn()
|
H A D | ef_ru_map.c | 25 return ef_map_ucs4_to_with_funcs(ru, ucs4, map_ucs4_to_funcs, in ef_map_ucs4_to_ru()
|
H A D | ef_ucs4_map.h | 20 int ef_map_ucs4_to_with_funcs(ef_char_t *non_ucs, ef_char_t *ucs4,
|
H A D | ef_ko_kr_map.c | 24 return ef_map_ucs4_to_with_funcs(kokr, ucs4, map_ucs4_to_funcs, in ef_map_ucs4_to_ko_kr()
|
H A D | ef_ja_jp_map.c | 25 return ef_map_ucs4_to_with_funcs(jajp, ucs4, map_ucs4_to_funcs, in ef_map_ucs4_to_ja_jp()
|
H A D | ef_ucs4_map.c | 153 int ef_map_ucs4_to_with_funcs(ef_char_t *non_ucs, ef_char_t *ucs4, in ef_map_ucs4_to_with_funcs() function
|