Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dwinclip.c741 LPWSTR widestr; in acp_to_enc() local
744 &widestr, outlen); in acp_to_enc()
745 if (widestr != NULL) in acp_to_enc()
748 *out = utf16_to_enc((short_u *)widestr, outlen); in acp_to_enc()
749 vim_free(widestr); in acp_to_enc()
766 LPWSTR widestr; in enc_to_acp() local
769 widestr = (WCHAR *)enc_to_utf16(str, &len); in enc_to_acp()
770 if (widestr != NULL) in enc_to_acp()
772 WideCharToMultiByte_alloc(GetACP(), 0, widestr, len, in enc_to_acp()
774 vim_free(widestr); in enc_to_acp()