Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dmbyte.pro86 char_u *string_convert_ext(vimconv_T *vcp, char_u *ptr, int *lenp, int *unconvlenp);
/vim-8.2.3635/src/
H A Dmbyte.c5164 d = string_convert_ext(&input_conv, ptr, &dlen, in convert_input_safe()
5202 return string_convert_ext(vcp, ptr, lenp, NULL); in string_convert()
5211 string_convert_ext( in string_convert_ext() function
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt15022 string_convert_ext() return an error for incomplete input. (Ken