Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_w32.c7425 LPSTR lpAnsiIn, in nCopyAnsiToWideChar() argument
7429 int len = lstrlen(lpAnsiIn) + 1; // include NUL character in nCopyAnsiToWideChar()
7436 wn = enc_to_utf16((char_u *)lpAnsiIn, NULL); in nCopyAnsiToWideChar()
7449 lpAnsiIn, len, in nCopyAnsiToWideChar()