Searched refs:utf16_to_utf8 (Results 1 – 4 of 4) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | winclip.c | 102 utf16_to_utf8(short_u *instr, int inlen, char_u *outstr) in utf16_to_utf8() function 702 utf8_str = alloc(utf16_to_utf8(str, *lenp == 0 ? 1 : *lenp, NULL)); in utf16_to_enc() 705 *lenp = utf16_to_utf8(str, *lenp, utf8_str); in utf16_to_enc()
|
| H A D | mbyte.c | 5422 retlen = utf16_to_utf8(tmp, tmp_len, NULL); in string_convert_ext() 5430 utf16_to_utf8(tmp, tmp_len, retval); in string_convert_ext()
|
| /vim-8.2.3635/src/proto/ |
| H A D | winclip.pro | 3 int utf16_to_utf8(short_u *instr, int inlen, char_u *outstr);
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | xs.vim | 1055 syn keyword xsFunction utf16_to_utf8 utf16_to_utf8_reversed utf8_distance
|