Searched refs:WCHAR (Results 1 - 25 of 92) sorted by relevance

1234

/external/webrtc/webrtc/modules/desktop_capture/win/
H A Ddesktop.cc40 length /= sizeof(WCHAR);
41 std::vector<WCHAR> buffer(length);
43 length * sizeof(WCHAR), &length)) {
48 desktop_name_out->assign(&buffer[0], length / sizeof(WCHAR));
74 Desktop* Desktop::GetDesktop(const WCHAR* desktop_name) {
/external/curl/lib/
H A Didn_win32.c54 const WCHAR *lpUnicodeCharStr,
56 WCHAR *lpASCIICharStr,
59 const WCHAR *lpASCIICharStr,
61 WCHAR *lpUnicodeCharStr,
/external/skia/src/utils/win/
H A DSkDWrite.h28 typedef SkAutoSTMalloc<16, WCHAR> SkSMallocWCHAR;
30 /** Converts a utf8 string to a WCHAR string. */
33 /** Converts a WCHAR string to a utf8 string.
36 HRESULT sk_wchar_to_skstring(WCHAR* name, int nameLen, SkString* skname);
41 void sk_get_locale_string(IDWriteLocalizedStrings* names, const WCHAR* preferedLocale,
H A DSkDWrite.cpp55 /** Converts a utf8 string to a WCHAR string. */
70 /** Converts a WCHAR string to a utf8 string. */
71 HRESULT sk_wchar_to_skstring(WCHAR* name, int nameLen, SkString* skname) {
93 void sk_get_locale_string(IDWriteLocalizedStrings* names, const WCHAR* preferedLocale,
/external/lzma/CPP/Windows/
H A DSecurityUtils.cpp38 dest->Length = (USHORT)(len * sizeof(WCHAR));
39 dest->MaximumLength = (USHORT)((len + 1) * sizeof(WCHAR));
91 LPWSTR domainName = (LPWSTR)::HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, (domainLen + 1) * sizeof(WCHAR));
129 WCHAR userName[256 + 2];
148 if (ur.Length != s.Length() * sizeof(WCHAR))
H A DFileSystem.cpp46 WCHAR v[MAX_PATH + 2]; v[0] = 0;
47 WCHAR f[MAX_PATH + 2]; f[0] = 0;
H A DDLL.cpp79 WCHAR s[MAX_PATH + 2];
H A DCommonDialog.cpp151 WCHAR buf[kBufSize];
159 WCHAR filterBuf[kFilterBufSize];
H A DFileDir.cpp41 WCHAR s[MAX_PATH + 2];
63 WCHAR s[MAX_PATH + 2];
525 WCHAR s[MAX_PATH + 2];
567 WCHAR s[MAX_PATH + 2];
/external/skia/tools/
H A Dwin_lcid.cpp12 WCHAR wcBuffer[BUFFER_SIZE];
/external/libpcap/
H A Dinet.c259 static WCHAR AdaptersName[ADAPTERSNAME_LEN];
262 WCHAR *Unameptr;
265 WCHAR *TAdaptersName = (WCHAR*)malloc(ADAPTERSNAME_LEN * sizeof(WCHAR));
284 BufferSpaceLeft = ADAPTERSNAME_LEN * sizeof(WCHAR);
302 if (BufferSpaceLeft < namelen * sizeof(WCHAR)) {
308 BufferSpaceLeft -= namelen * sizeof(WCHAR);
/external/lzma/C/
H A D7zFile.h38 WRes InFile_OpenW(CSzFile *p, const WCHAR *name);
39 WRes OutFile_OpenW(CSzFile *p, const WCHAR *name);
H A D7zFile.c65 static WRes File_OpenW(CSzFile *p, const WCHAR *name, int writeMode)
74 WRes InFile_OpenW(CSzFile *p, const WCHAR *name) { return File_OpenW(p, name, 0); }
75 WRes OutFile_OpenW(CSzFile *p, const WCHAR *name) { return File_OpenW(p, name, 1); }
/external/lzma/C/Util/SfxSetup/
H A DSfxSetup.c103 WCHAR messageW[256 + 4];
115 static WRes MyCreateDir(const WCHAR *name)
164 static Bool DoesFileOrDirExist(const WCHAR *path)
175 static WRes RemoveDirWithSubItems(WCHAR *path)
246 WCHAR sfxPath[MAX_PATH + 2];
247 WCHAR path[MAX_PATH * 3 + 2];
249 WCHAR workCurDir[MAX_PATH + 32];
402 WCHAR *temp;
445 const WCHAR *name = temp + nameStartPos;
517 WCHAR *tem
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwin_if_list.c81 WCHAR *pos;
102 pos = (WCHAR *) ((char *) b + b->DeviceNameOffset);
110 pos = (WCHAR *) ((char *) b + b->DeviceDescrOffset);
/external/lzma/CPP/Common/
H A DMyWindows.h56 typedef wchar_t WCHAR; typedef
57 typedef WCHAR OLECHAR;
58 typedef const WCHAR *LPCWSTR;
/external/libusb/libusb/os/
H A Dwindows_usbdk.h27 WCHAR DeviceID[MAX_DEVICE_ID_LEN];
28 WCHAR InstanceID[MAX_DEVICE_ID_LEN];
/external/libusb/msvc/
H A Dmissing.c36 WCHAR wName[MAX_PATH];
70 // Success in reading the key, convert from WCHAR to char
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/
H A Derror.c23 WCHAR *Desc;
/external/mdnsresponder/mDNSWindows/NSPTool/
H A DNSPTool.c40 DEBUG_LOCAL WCHAR * CharToWCharString( const char *inCharString, WCHAR *outWCharString );
237 WCHAR name[ 256 ];
239 WCHAR path[ MAX_PATH ];
431 WCHAR name[ 256 ];
432 WCHAR path[ MAX_PATH ];
514 DEBUG_LOCAL WCHAR * CharToWCharString( const char *inCharString, WCHAR *outWCharString )
517 WCHAR * dst;
528 *dst++ = (WCHAR)
[all...]
/external/skia/src/ports/
H A DSkFontMgr_win_dw.cpp264 IDWriteFontFallback* fallback, WCHAR* localeName, int localeNameLength)
279 memcpy(fLocaleName.get(), localeName, localeNameLength * sizeof(WCHAR));
300 HRESULT getByFamilyName(const WCHAR familyName[], IDWriteFontFamily** fontFamily) const;
639 FontFallbackSource(const WCHAR* string, UINT32 length, const WCHAR* locale,
652 WCHAR const** textString,
667 WCHAR const** textString,
688 WCHAR const** localeName) override
730 const WCHAR* fString;
732 const WCHAR* fLocal
[all...]
H A DSkRemotableFontMgr_win_dw.cpp85 WCHAR* localeName, int localeNameLength)
89 memcpy(fLocaleName.get(), localeName, localeNameLength * sizeof(WCHAR));
397 WCHAR str[16];
451 WCHAR localeNameStorage[LOCALE_NAME_MAX_LENGTH];
452 WCHAR* localeName = nullptr;
/external/icu/icu4c/source/test/perf/convperf/
H A Dconvperf.h158 WCHAR dest[MAX_BUF_SIZE];
208 WCHAR* src;
216 WinANSIFromUnicodePerfFunction(const char* cpName, WCHAR* pszIn,UINT szLen, UErrorCode& status){
279 WCHAR dst[MAX_BUF_SIZE];
333 WCHAR* src;
340 WinIMultiLanguageFromUnicodePerfFunction(const char* name,WCHAR* source, UINT sourceLen, UErrorCode& status){
391 WCHAR dst[MAX_BUF_SIZE];
442 WCHAR* src;
450 WinIMultiLanguage2FromUnicodePerfFunction(const char* name,WCHAR* source, UINT sourceLen, UErrorCode& status){
/external/lzma/CPP/7zip/UI/FileManager/
H A DMyWindowsNew.h39 WCHAR szTip[260];
/external/python/cpython2/Tools/msi/
H A Dmsisupport.c25 WCHAR wpath[PSIZE];

Completed in 623 milliseconds

1234