Home
last modified time | relevance | path

Searched refs:MultiByteToWideChar_alloc (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/
H A Dwinclip.c145 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 Dif_ole.cpp398 MultiByteToWideChar_alloc(CP_ACP, 0, str, -1, &w_buffer, &len); in Eval()
H A Dterminal.c1673 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 Dgui_w32.c5773 MultiByteToWideChar_alloc(GetACP(), 0, (LPCSTR)buf, ret, &wbuf, lenp); in GetCompositionString_inUCS2()
/vim-8.2.3635/src/proto/
H A Dwinclip.pro4 void MultiByteToWideChar_alloc(UINT cp, DWORD flags, LPCSTR in, int inlen, LPWSTR *out, int *outlen…