Searched refs:LPWSTR (Results 1 – 11 of 11) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | dimm.idl | 75 LPWSTR lpReading; 76 LPWSTR lpWord; 346 HRESULT InstallIMEW([in] LPWSTR szIMEFileName, [in] LPWSTR szLayoutText, [out] HKL *phKL); 352 …HRESULT RegisterWordW([in] HKL hKL, [in] LPWSTR szReading, [in] DWORD dwStyle, [in] LPWSTR szRegis… 365 …HRESULT UnregisterWordW([in] HKL hKL, [in] LPWSTR szReading, [in] DWORD dwStyle, [in] LPWSTR szUnr… 429 HRESULT InstallIMEW([in] LPWSTR szIMEFileName, [in] LPWSTR szLayoutText, [out] HKL *phKL); 435 …HRESULT RegisterWordW([in] HKL hKL, [in] LPWSTR szReading, [in] DWORD dwStyle, [in] LPWSTR szRegis… 448 …HRESULT UnregisterWordW([in] HKL hKL, [in] LPWSTR szReading, [in] DWORD dwStyle, [in] LPWSTR szUnr… 515 HRESULT RegisterWord([in] LPWSTR szReading, [in] DWORD dwStyle, [in] LPWSTR szString); 516 HRESULT UnregisterWord([in] LPWSTR szReading, [in] DWORD dwStyle, [in] LPWSTR szString); [all …]
|
| H A D | dosinst.h | 152 (LPWSTR)widename, BUFSIZE); in searchpath() 154 (LPWSTR)location) > (HINSTANCE)32) in searchpath() 156 WideCharToMultiByte(CP_ACP, 0, (LPWSTR)location, -1, in searchpath()
|
| H A D | winclip.c | 41 typedef int LPWSTR; typedef 147 LPWSTR *out, int *outlen) in MultiByteToWideChar_alloc() 741 LPWSTR widestr; in acp_to_enc() 766 LPWSTR widestr; in enc_to_acp()
|
| H A D | os_w32exe.c | 33 LPWSTR lpszCmdLine UNUSED, in wWinMain()
|
| H A D | gui_w32.c | 4070 LPWSTR lpszText; 4078 LPWSTR lpszText; 4119 LPWSTR lpszText; 5012 LPWSTR tofree1 = NULL; in gui_mch_do_spawn() 5015 LPWSTR cmd, newcmd = NULL, p, warg, tofree2 = NULL; in gui_mch_do_spawn() 5056 LPWSTR wsession; in gui_mch_do_spawn() 5737 LPWSTR wbuf = NULL; in GetCompositionString_inUCS2() 6336 (LPWSTR)unicodebuf, unibuflen); in gui_mch_draw_string() 8552 pti->lpszText = (LPWSTR)beval->tofree; in make_tooltip() 8742 info->lpszText = (LPWSTR)info->lParam; in Handle_WM_Notify()
|
| H A D | os_mswin.c | 105 typedef int LPWSTR; typedef 1688 LPWSTR lpszFilePath,
|
| H A D | gui_dwrite.cpp | 64 typedef int (WINAPI *PGETUSERDEFAULTLOCALENAME)(LPWSTR, int);
|
| H A D | bufwrite.c | 332 (LPWSTR)to, needed); in buf_write_bytes()
|
| H A D | os_win32.c | 100 typedef char * LPWSTR; typedef 7568 static LPWSTR *ArglistW = NULL;
|
| /vim-8.2.3635/src/GvimExt/ |
| H A D | gvimext.cpp | 200 LPWSTR buf = NULL; in dyn_libintl_init() 201 LPWSTR buf2 = NULL; in dyn_libintl_init() 211 buf = (LPWSTR)malloc(len * sizeof(WCHAR)); in dyn_libintl_init() 212 buf2 = (LPWSTR)malloc(len2 * sizeof(WCHAR)); in dyn_libintl_init() 874 (LPWSTR)widename, BUFSIZE); in searchpath() 876 (LPWSTR)location) > (HINSTANCE)32) in searchpath() 878 WideCharToMultiByte(CP_ACP, 0, (LPWSTR)location, -1, in searchpath()
|
| /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…
|