Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/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…
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dmbyte.c2442 return convert_setup_ext(vcp, from, true, to, true); in convert_setup()
2447 int convert_setup_ext(vimconv_T *vcp, char_u *from, bool from_unicode_is_utf8, char_u *to, in convert_setup_ext() function
/dports/editors/vim/vim-8.2.3745/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.c1313 convert_setup_ext(&conv, (char_u *)"utf-16le", FALSE, p_enc, TRUE); in selection_received_cb()
1406 convert_setup_ext(&conv, p_enc, TRUE, (char_u *)"utf-16le", FALSE); in selection_get_cb()