Home
last modified time | relevance | path

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 Def_zh_hk_map.c17 return ef_map_ucs4_to_with_funcs(zhhk, ucs4, map_ucs4_to_funcs, in ef_map_ucs4_to_zh_hk()
H A Ddexport.map12 ef_map_ucs4_to_with_funcs ;
H A Def_viet_map.c21 return ef_map_ucs4_to_with_funcs(viet, ucs4, map_ucs4_to_funcs, in ef_map_ucs4_to_viet()
H A Def_tg_map.c18 return ef_map_ucs4_to_with_funcs(tg, ucs4, map_ucs4_to_funcs, in ef_map_ucs4_to_tg()
H A Def_uk_map.c18 return ef_map_ucs4_to_with_funcs(uk, ucs4, map_ucs4_to_funcs, in ef_map_ucs4_to_uk()
H A Def_zh_tw_map.c21 return ef_map_ucs4_to_with_funcs(zhtw, ucs4, map_ucs4_to_funcs, in ef_map_ucs4_to_zh_tw()
H A Def_zh_cn_map.c19 return ef_map_ucs4_to_with_funcs(zhcn, ucs4, map_ucs4_to_funcs, in ef_map_ucs4_to_zh_cn()
H A Def_ru_map.c25 return ef_map_ucs4_to_with_funcs(ru, ucs4, map_ucs4_to_funcs, in ef_map_ucs4_to_ru()
H A Def_ucs4_map.h20 int ef_map_ucs4_to_with_funcs(ef_char_t *non_ucs, ef_char_t *ucs4,
H A Def_ko_kr_map.c24 return ef_map_ucs4_to_with_funcs(kokr, ucs4, map_ucs4_to_funcs, in ef_map_ucs4_to_ko_kr()
H A Def_ja_jp_map.c25 return ef_map_ucs4_to_with_funcs(jajp, ucs4, map_ucs4_to_funcs, in ef_map_ucs4_to_ja_jp()
H A Def_ucs4_map.c153 int ef_map_ucs4_to_with_funcs(ef_char_t *non_ucs, ef_char_t *ucs4, in ef_map_ucs4_to_with_funcs() function