Home
last modified time | relevance | path

Searched refs:convert_setup (Results 1 – 20 of 20) sorted by relevance

/vim-8.2.3635/src/
H A Dos_mac_conv.c356 convert_setup(&conv, (char_u *)"utf-8", in mac_utf16_to_enc()
369 convert_setup(&conv, NULL, NULL); in mac_utf16_to_enc()
405 convert_setup(&conv, p_enc ? p_enc : (char_u *)"macroman", in mac_enc_to_utf16()
424 convert_setup(&conv, NULL, NULL); in mac_enc_to_utf16()
H A Dwinclip.c643 if (convert_setup(&conv, p_enc ? p_enc : (char_u *)"latin1", in enc_to_utf16()
652 convert_setup(&conv, NULL, NULL); in enc_to_utf16()
709 convert_setup(&conv, (char_u *)"utf-8", in utf16_to_enc()
722 convert_setup(&conv, NULL, NULL); in utf16_to_enc()
H A Dtime.c319 convert_setup(&conv, p_enc, enc); in f_strftime()
330 convert_setup(&conv, enc, p_enc); in f_strftime()
337 convert_setup(&conv, NULL, NULL); in f_strftime()
369 convert_setup(&conv, p_enc, enc); in f_strptime()
379 convert_setup(&conv, NULL, NULL); in f_strptime()
H A Ddigraph.c1815 if (convert_setup(&vc, p_enc, (char_u *)"utf-8") == OK) in get_digraph_for_char()
1824 (void)convert_setup(&vc, NULL, NULL); in get_digraph_for_char()
1952 if (convert_setup(&vc, (char_u *)"utf-8", p_enc) == OK) in getexactdigraph()
1961 (void)convert_setup(&vc, NULL, NULL); in getexactdigraph()
H A Dmbyte.c645 convert_setup(&vimconv, p_enc, (char_u *)"utf-8"); in mb_init()
725 convert_setup(&vimconv, NULL, NULL); in mb_init()
4161 convert_setup(&vimconv, p_enc, curbuf->b_p_fenc); in utf_find_illegal()
4214 convert_setup(&vimconv, NULL, NULL); in utf_find_illegal()
4940 convert_setup(&input_conv, NULL, NULL); in iconv_end()
4942 convert_setup(&output_conv, NULL, NULL); in iconv_end()
4990 convert_setup(&vimconv, from, to); in f_iconv()
4998 convert_setup(&vimconv, NULL, NULL); in f_iconv()
5014 convert_setup(vimconv_T *vcp, char_u *from, char_u *to) in convert_setup() function
H A Djson.c112 convert_setup(&conv, p_enc, (char_u*)"utf-8"); in write_string()
115 convert_setup(&conv, NULL, NULL); in write_string()
549 convert_setup(&conv, (char_u*)"utf-8", p_enc); in json_decode_string()
556 convert_setup(&conv, NULL, NULL); in json_decode_string()
H A Dclipboard.c1648 convert_setup(&conv, enc, p_enc); in clip_x11_request_selection_cb()
1656 convert_setup(&conv, NULL, NULL); in clip_x11_request_selection_cb()
1861 if (convert_setup(&vc, (char_u *)"latin1", p_enc) == OK) in yank_cut_buffer0()
1870 convert_setup(&vc, NULL, NULL); in yank_cut_buffer0()
1953 if (convert_setup(&vc, p_enc, (char_u *)"latin1") == OK) in x11_export_final_selection()
1970 convert_setup(&vc, NULL, NULL); in x11_export_final_selection()
H A Dclientserver.c161 if (convert_setup(&vimconv, client_enc, p_enc) != FAIL in serverConvert()
170 convert_setup(&vimconv, NULL, NULL); in serverConvert()
H A Dhelp.c895 convert_setup(&vc, (char_u *)( in fix_help_buffer()
910 convert_setup(&vc, NULL, NULL); in fix_help_buffer()
H A Dscriptfile.c1394 convert_setup(&cookie.conv, (char_u *)"utf-8", p_enc); in do_source()
1506 convert_setup(&cookie.conv, NULL, NULL); in do_source()
1918 convert_setup(&sp->conv, name, p_enc); in ex_scriptencoding()
H A Doptionstr.c1031 if (convert_setup(&input_conv, p_tenc, p_enc) == FAIL in did_set_string_option()
1032 || convert_setup(&output_conv, p_enc, p_tenc) == FAIL) in did_set_string_option()
H A Dhardcopy.c2134 convert_setup(&prt_conv, NULL, NULL); in mch_print_cleanup()
2887 if (FAIL == convert_setup(&prt_conv, p_enc, p_encoding)) in mch_print_begin()
H A Dgui_gtk_x11.c1274 convert_setup(&conv, enc, p_enc); in selection_received_cb()
1280 convert_setup(&conv, NULL, NULL); in selection_received_cb()
1314 convert_setup(&conv, NULL, NULL); in selection_received_cb()
1404 convert_setup(&conv, NULL, NULL); in selection_get_cb()
H A Dviminfo.c1205 convert_setup(&virp->vir_conv, p, p_enc); in viminfo_encoding()
3000 convert_setup(&vir.vir_conv, NULL, NULL); in do_viminfo()
H A Dtag.c2153 convert_setup(&vimconv, lbuf + 20, p_enc); in find_tags()
2712 convert_setup(&vimconv, NULL, NULL); in find_tags()
H A Dspellfile.c2324 && convert_setup(&spin->si_conv, aff->af_enc, in spell_read_aff()
4172 && convert_setup(&spin->si_conv, enc, in spell_read_wordfile()
6069 convert_setup(&spin.si_conv, NULL, NULL); in mkspell()
H A Dquickfix.c1570 convert_setup(&pstate->vc, enc, p_enc); in qf_setup_state()
1605 convert_setup(&pstate->vc, NULL, NULL); in qf_cleanup_state()
8164 convert_setup(&vc, (char_u *)"utf-8", p_enc); in hgr_search_in_rtp()
8180 convert_setup(&vc, NULL, NULL); in hgr_search_in_rtp()
H A Doption.c513 convert_setup(&input_conv, p_tenc, p_enc); in set_init_1()
514 convert_setup(&output_conv, p_enc, p_tenc); in set_init_1()
/vim-8.2.3635/src/proto/
H A Dmbyte.pro81 int convert_setup(vimconv_T *vcp, char_u *from, char_u *to);
/vim-8.2.3635/runtime/doc/
H A Dversion6.txt8771 Problem: Compiler warnings for using convert_setup() and a few other