/external/lzma/CPP/Windows/ |
D | SecurityUtils.cpp | 32 static void SetLsaString(LPWSTR src, PLSA_UNICODE_STRING dest) in SetLsaString() 58 LPWSTR ReferencedDomainName, 64 static PSID GetSid(LPWSTR accountName) in GetSid() 88 …LPWSTR domainName = (LPWSTR)::HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, (domainLen + 1) * size… in GetSid()
|
D | CommonDialog.cpp | 49 LPWSTR Buf; 52 CDoubleZeroStringListW(LPWSTR buf, unsigned size): Buf(buf), Size(size) {} in CDoubleZeroStringListW()
|
D | ErrorMsg.cpp | 35 NULL, errorCode, 0, (LPWSTR) &msgBuf, 0, NULL) == 0) in MyFormatMessage()
|
D | Shell.cpp | 105 UINT bufferSize = QueryFile(fileIndex, (LPWSTR)NULL, 0); in QueryFileName() 238 typedef BOOL (WINAPI * SHGetPathFromIDListWP)(LPCITEMIDLIST pidl, LPWSTR pszPath);
|
D | Shell.h | 70 UINT QueryFile(UINT fileIndex, LPWSTR fileName, UINT fileNameSize) in QueryFile()
|
D | Registry.h | 72 LONG QueryValue(LPCWSTR name, LPWSTR value, UInt32 &dataSize);
|
/external/icu/icu4c/source/i18n/ |
D | winnmfmt.cpp | 83 … GetLocaleInfoW(lcid, LOCALE_RETURN_NUMBER|LOCALE_IDIGITS, (LPWSTR) &fmt->NumDigits, sizeof(UINT)); in getNumberFormat() 84 …GetLocaleInfoW(lcid, LOCALE_RETURN_NUMBER|LOCALE_ILZERO, (LPWSTR) &fmt->LeadingZero, sizeof(UINT)… in getNumberFormat() 95 …GetLocaleInfoW(lcid, LOCALE_RETURN_NUMBER|LOCALE_INEGNUMBER, (LPWSTR) &fmt->NegativeOrder, sizeof(… in getNumberFormat() 110 …GetLocaleInfoW(lcid, LOCALE_RETURN_NUMBER|LOCALE_ICURRDIGITS, (LPWSTR) &fmt->NumDigits, sizeof(UIN… in getCurrencyFormat() 111 …GetLocaleInfoW(lcid, LOCALE_RETURN_NUMBER|LOCALE_ILZERO, (LPWSTR) &fmt->LeadingZero, sizeof(UINT)); in getCurrencyFormat() 122 …GetLocaleInfoW(lcid, LOCALE_RETURN_NUMBER|LOCALE_INEGCURR, (LPWSTR) &fmt->NegativeOrder, sizeof(U… in getCurrencyFormat() 123 …GetLocaleInfoW(lcid, LOCALE_RETURN_NUMBER|LOCALE_ICURRENCY, (LPWSTR) &fmt->PositiveOrder, sizeof(U… in getCurrencyFormat() 126 GetLocaleInfoW(lcid, LOCALE_SCURRENCY, (LPWSTR) fmt->lpCurrencySymbol, 8); in getCurrencyFormat()
|
/external/webrtc/webrtc/modules/audio_device/win/ |
D | audio_device_core_win.h | 260 int32_t _GetDefaultDeviceName(EDataFlow dir, ERole role, LPWSTR szBuffer, int bufferLen); 261 int32_t _GetListDeviceName(EDataFlow dir, int index, LPWSTR szBuffer, int bufferLen); 262 int32_t _GetDeviceName(IMMDevice* pDevice, LPWSTR pszBuffer, int bufferLen); 263 int32_t _GetListDeviceID(EDataFlow dir, int index, LPWSTR szBuffer, int bufferLen); 264 int32_t _GetDefaultDeviceID(EDataFlow dir, ERole role, LPWSTR szBuffer, int bufferLen); 266 int32_t _GetDeviceID(IMMDevice* pDevice, LPWSTR pszBuffer, int bufferLen);
|
D | audio_device_core_win.cc | 4449 int32_t AudioDeviceWindowsCore::_GetListDeviceName(EDataFlow dir, int index, LPWSTR szBuffer, int b… in _GetListDeviceName() 4488 int32_t AudioDeviceWindowsCore::_GetDefaultDeviceName(EDataFlow dir, ERole role, LPWSTR szBuffer, i… in _GetDefaultDeviceName() 4527 int32_t AudioDeviceWindowsCore::_GetListDeviceID(EDataFlow dir, int index, LPWSTR szBuffer, int buf… in _GetListDeviceID() 4566 int32_t AudioDeviceWindowsCore::_GetDefaultDeviceID(EDataFlow dir, ERole role, LPWSTR szBuffer, int… in _GetDefaultDeviceID() 4683 LPWSTR pszBuffer, in _GetDeviceName() 4757 int32_t AudioDeviceWindowsCore::_GetDeviceID(IMMDevice* pDevice, LPWSTR pszBuffer, int bufferLen) in _GetDeviceID() 4764 LPWSTR pwszID = NULL; in _GetDeviceID() 4865 LPWSTR pwszID = NULL; in _EnumerateEndpointDevicesAll()
|
/external/lzma/CPP/Windows/Control/ |
D | ListView.cpp | 71 ci.pszText = (LPWSTR)text; in InsertColumn() 83 item.pszText = (LPWSTR)text; in InsertItem() 93 item.pszText = (LPWSTR)text; in SetSubItem()
|
/external/curl/lib/ |
D | idn_win32.c | 43 _Out_writes_opt_(cchASCIIChar) LPWSTR lpASCIICharStr, 49 _Out_writes_opt_(cchUnicodeChar) LPWSTR lpUnicodeCharStr,
|
/external/webrtc/webrtc/test/channel_transport/ |
D | traffic_control_win.h | 38 typedef ULONG (WINAPI *openInterfaceFn)(LPWSTR, HANDLE, HANDLE, PHANDLE); 61 ULONG TcOpenInterfaceW(LPWSTR pInterfaceName, HANDLE ClientHandle,
|
D | traffic_control_win.cc | 199 ULONG TrafficControlWindows::TcOpenInterfaceW(LPWSTR pInterfaceName, in TcOpenInterfaceW()
|
/external/dbus/dbus/ |
D | dbus-sysdeps-wince-glue.h | 41 BOOL WINAPI SHGetSpecialFolderPathW(HWND,LPWSTR,int,BOOL); 173 BOOL LookupAccountNameW(LPCWSTR,LPCWSTR,PSID,PDWORD,LPWSTR,PDWORD,PSID_NAME_USE);
|
D | dbus-sysdeps-wince-glue.c | 517 … LPWSTR ReferencedDomainName, PDWORD cchReferencedDomainName, PSID_NAME_USE peUse) in LookupAccountNameW() 980 LPWSTR buffer_w = NULL; in FormatMessageA() 989 (LPWSTR) &buffer_w, 0, Arguments); in FormatMessageA()
|
/external/skia/tools/ |
D | win_lcid.cpp | 11 BOOL CALLBACK MyFuncLocaleEx(LPWSTR pStr, DWORD dwFlags, LPARAM lparam) { in MyFuncLocaleEx()
|
/external/google-breakpad/src/common/windows/ |
D | dia_util.cc | 55 if (wcsncmp((LPWSTR)stream_name, name, stream_name.Length()) == 0) { in FindDebugStream()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | main_winmain.c | 15 #define CMDLINE LPWSTR
|
/external/skia/src/utils/win/ |
D | SkDWrite.h | 52 typedef int (WINAPI *SkGetUserDefaultLocaleNameProc)(LPWSTR, int);
|
/external/webrtc/webrtc/base/ |
D | proxydetect.cc | 98 LPWSTR lpszProxy; // proxy server list 99 LPWSTR lpszProxyBypass; // proxy bypass list 113 LPWSTR lpszAutoConfigUrl; 114 LPWSTR lpszProxy; 115 LPWSTR lpszProxyBypass;
|
D | flags.cc | 271 LPWSTR *wide_argv = ::CommandLineToArgvW(command_line, &argc_); in WindowsCommandLineArguments()
|
/external/lzma/CPP/7zip/Bundles/SFXWin/ |
D | SfxWin.cpp | 209 LPWSTR in WinMain() argument
|
/external/google-breakpad/src/tools/windows/dump_syms/ |
D | dump_syms_unittest.cc | 129 ASSERT_TRUE(::CreateProcessW(NULL, (LPWSTR)command_line.c_str(), NULL, NULL, in RunCommand()
|
/external/icu/icu4c/source/test/intltest/ |
D | windttst.cpp | 123 …GetLocaleInfoW(lcidRecords[i].lcid, LOCALE_RETURN_NUMBER|LOCALE_ICALENDARTYPE, (LPWSTR) calType, s… in testLocales()
|
/external/lzma/CPP/7zip/Bundles/SFXSetup/ |
D | SfxSetup.cpp | 127 LPWSTR in WinMain() argument
|