Searched refs:MultiByteToWideChar_alloc (Results 1 – 5 of 5) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | winclip.c | 145 MultiByteToWideChar_alloc(UINT cp, DWORD flags, in MultiByteToWideChar_alloc() function 634 MultiByteToWideChar_alloc(enc_codepage, 0, (LPCSTR)str, *lenp, in enc_to_utf16() 743 MultiByteToWideChar_alloc(GetACP(), 0, (LPCSTR)str, str_size, in acp_to_enc()
|
| H A D | if_ole.cpp | 398 MultiByteToWideChar_alloc(CP_ACP, 0, str, -1, &w_buffer, &len); in Eval()
|
| H A D | terminal.c | 1673 MultiByteToWideChar_alloc(CP_UTF8, 0, (char*)text, len + 1, in add_scrollback_line_to_buffer() 2286 MultiByteToWideChar_alloc(enc_codepage, 0, (char *)s, in term_paste_register() 3070 MultiByteToWideChar_alloc(CP_UTF8, 0, in handle_settermprop()
|
| H A D | gui_w32.c | 5773 MultiByteToWideChar_alloc(GetACP(), 0, (LPCSTR)buf, ret, &wbuf, lenp); in GetCompositionString_inUCS2()
|
| /vim-8.2.3635/src/proto/ |
| H A D | winclip.pro | 4 void MultiByteToWideChar_alloc(UINT cp, DWORD flags, LPCSTR in, int inlen, LPWSTR *out, int *outlen…
|