Searched refs:widestr (Results 1 – 1 of 1) sorted by relevance
741 LPWSTR widestr; in acp_to_enc() local744 &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() local769 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()