Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dwinclip.c53 utf8_to_utf16(char_u *instr, int inlen, short_u *outstr, int *unconvlenp) in utf8_to_utf16() function
654 length = utf8_to_utf16(str, *lenp, NULL, NULL); in enc_to_utf16()
658 utf8_to_utf16(str, *lenp, (short_u *)ret, NULL); in enc_to_utf16()
H A Dmbyte.c5392 tmp_len = utf8_to_utf16(ptr, len, NULL, NULL); in string_convert_ext()
5415 utf8_to_utf16(ptr, len, tmp, unconvlenp); in string_convert_ext()
/vim-8.2.3635/src/proto/
H A Dwinclip.pro2 int utf8_to_utf16(char_u *instr, int inlen, short_u *outstr, int *unconvlenp);