Searched refs:utf8_to_utf16 (Results 1 – 3 of 3) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | winclip.c | 53 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 D | mbyte.c | 5392 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 D | winclip.pro | 2 int utf8_to_utf16(char_u *instr, int inlen, short_u *outstr, int *unconvlenp);
|