Home
last modified time | relevance | path

Searched refs:convert_setup_ext (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dmbyte.pro82 int convert_setup_ext(vimconv_T *vcp, char_u *from, int from_unicode_is_utf8, char_u *to, int to_un…
/vim-8.2.3635/src/
H A Dmbyte.c5016 return convert_setup_ext(vcp, from, TRUE, to, TRUE); in convert_setup()
5024 convert_setup_ext( in convert_setup_ext() function
H A Dgui_gtk_x11.c1307 convert_setup_ext(&conv, (char_u *)"utf-16le", FALSE, p_enc, TRUE); in selection_received_cb()
1400 convert_setup_ext(&conv, p_enc, TRUE, (char_u *)"utf-16le", FALSE); in selection_get_cb()