Searched refs:convert_setup_ext (Results 1 – 3 of 3) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | mbyte.pro | 82 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 D | mbyte.c | 5016 return convert_setup_ext(vcp, from, TRUE, to, TRUE); in convert_setup() 5024 convert_setup_ext( in convert_setup_ext() function
|
| H A D | gui_gtk_x11.c | 1307 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()
|