/external/icu/icu4c/source/test/perf/convperf/ |
D | data.h | 76 WCHAR iso2022jp_uniSource[]={ 189 WCHAR iso2022jp_uniSmSource[]={ 254 WCHAR sjis_uniSource[]={ 361 WCHAR sjis_uniSmSource[]={ 425 WCHAR eucjp_uniSource[]={ 532 WCHAR eucjp_uniSmSource[]={ 617 WCHAR iso2022kr_uniSource[]={ 748 WCHAR iso2022kr_uniSmSource[]={ 809 WCHAR gb2312_uniSource[]={ 919 WCHAR gb2312_uniSmSource[]={ [all …]
|
D | convperf.h | 158 WCHAR dest[MAX_BUF_SIZE]; 208 WCHAR* src; 216 … WinANSIFromUnicodePerfFunction(const char* cpName, WCHAR* pszIn,UINT szLen, UErrorCode& status){ in WinANSIFromUnicodePerfFunction() 279 WCHAR dst[MAX_BUF_SIZE]; 333 WCHAR* src; 340 …WinIMultiLanguageFromUnicodePerfFunction(const char* name,WCHAR* source, UINT sourceLen, UErrorCod… in WinIMultiLanguageFromUnicodePerfFunction() 391 WCHAR dst[MAX_BUF_SIZE]; 442 WCHAR* src; 450 …WinIMultiLanguage2FromUnicodePerfFunction(const char* name,WCHAR* source, UINT sourceLen, UErrorCo… in WinIMultiLanguage2FromUnicodePerfFunction()
|
/external/libpcap/ |
D | inet.c | 259 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/webrtc/webrtc/modules/desktop_capture/win/ |
D | desktop.cc | 40 length /= sizeof(WCHAR); in GetName() 41 std::vector<WCHAR> buffer(length); in GetName() 43 length * sizeof(WCHAR), &length)) { in GetName() 48 desktop_name_out->assign(&buffer[0], length / sizeof(WCHAR)); in GetName() 74 Desktop* Desktop::GetDesktop(const WCHAR* desktop_name) { in GetDesktop()
|
/external/lzma/C/Util/SfxSetup/ |
D | SfxSetup.c | 103 WCHAR messageW[256 + 4]; in PrintErrorMessage() 115 static WRes MyCreateDir(const WCHAR *name) in MyCreateDir() 164 static Bool DoesFileOrDirExist(const WCHAR *path) in DoesFileOrDirExist() 175 static WRes RemoveDirWithSubItems(WCHAR *path) in RemoveDirWithSubItems() 246 WCHAR sfxPath[MAX_PATH + 2]; in main() 247 WCHAR path[MAX_PATH * 3 + 2]; in main() 249 WCHAR workCurDir[MAX_PATH + 32]; in main() 402 WCHAR *temp; in main() 445 const WCHAR *name = temp + nameStartPos; in main() 517 WCHAR *temp = path + pathLen; in main() [all …]
|
/external/curl/lib/ |
D | idn_win32.c | 54 const WCHAR *lpUnicodeCharStr, 56 WCHAR *lpASCIICharStr, 59 const WCHAR *lpASCIICharStr, 61 WCHAR *lpUnicodeCharStr,
|
/external/lzma/CPP/Windows/ |
D | SecurityUtils.cpp | 38 dest->Length = (USHORT)(len * sizeof(WCHAR)); in SetLsaString() 39 dest->MaximumLength = (USHORT)((len + 1) * sizeof(WCHAR)); in SetLsaString() 91 …ainName = (LPWSTR)::HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, (domainLen + 1) * sizeof(WCHAR)); in GetSid() 129 WCHAR userName[256 + 2]; in AddLockMemoryPrivilege()
|
D | FileSystem.cpp | 46 WCHAR v[MAX_PATH + 2]; v[0] = 0; in MyGetVolumeInformation() 47 WCHAR f[MAX_PATH + 2]; f[0] = 0; in MyGetVolumeInformation()
|
D | CommonDialog.cpp | 151 WCHAR buf[kBufSize]; in MyGetOpenFileName() 159 WCHAR filterBuf[kFilterBufSize]; in MyGetOpenFileName()
|
D | FileDir.cpp | 41 WCHAR s[MAX_PATH + 2]; in GetWindowsDir() 63 WCHAR s[MAX_PATH + 2]; in GetSystemDir() 525 WCHAR s[MAX_PATH + 2]; in GetCurrentDir() 567 WCHAR s[MAX_PATH + 2]; in MyGetTempPath()
|
/external/mdnsresponder/mDNSWindows/NSPTool/ |
D | NSPTool.c | 40 DEBUG_LOCAL WCHAR * CharToWCharString( const char *inCharString, WCHAR *outWCharString ); 237 WCHAR name[ 256 ]; in InstallNSP() 239 WCHAR path[ MAX_PATH ]; in InstallNSP() 431 WCHAR name[ 256 ]; in ReorderNameSpaces() 432 WCHAR path[ MAX_PATH ]; in ReorderNameSpaces() 514 DEBUG_LOCAL WCHAR * CharToWCharString( const char *inCharString, WCHAR *outWCharString ) in CharToWCharString() 517 WCHAR * dst; in CharToWCharString() 528 *dst++ = (WCHAR) c; in CharToWCharString()
|
/external/skia/src/utils/win/ |
D | SkDWrite.h | 28 typedef SkAutoSTMalloc<16, WCHAR> SkSMallocWCHAR; 36 HRESULT sk_wchar_to_skstring(WCHAR* name, int nameLen, SkString* skname); 41 void sk_get_locale_string(IDWriteLocalizedStrings* names, const WCHAR* preferedLocale,
|
D | SkDWrite.cpp | 71 HRESULT sk_wchar_to_skstring(WCHAR* name, int nameLen, SkString* skname) { in sk_wchar_to_skstring() 93 void sk_get_locale_string(IDWriteLocalizedStrings* names, const WCHAR* preferedLocale, in sk_get_locale_string()
|
/external/skia/src/ports/ |
D | SkFontMgr_win_dw.cpp | 264 IDWriteFontFallback* fallback, WCHAR* localeName, int localeNameLength) in SkFontMgr_DirectWrite() 279 memcpy(fLocaleName.get(), localeName, localeNameLength * sizeof(WCHAR)); in SkFontMgr_DirectWrite() 300 HRESULT getByFamilyName(const WCHAR familyName[], IDWriteFontFamily** fontFamily) const; 639 FontFallbackSource(const WCHAR* string, UINT32 length, const WCHAR* locale, in FontFallbackSource() 652 WCHAR const** textString, in GetTextAtPosition() 667 WCHAR const** textString, in GetTextBeforePosition() 688 WCHAR const** localeName) override in GetLocaleName() 730 const WCHAR* fString; 732 const WCHAR* fLocale; 743 const WCHAR* dwFamilyName = nullptr; in onMatchFamilyStyleCharacter() [all …]
|
D | SkRemotableFontMgr_win_dw.cpp | 85 WCHAR* localeName, int localeNameLength) in SkRemotableFontMgr_DirectWrite() 89 memcpy(fLocaleName.get(), localeName, localeNameLength * sizeof(WCHAR)); in SkRemotableFontMgr_DirectWrite() 397 WCHAR str[16]; in matchNameStyleCharacter() 451 WCHAR localeNameStorage[LOCALE_NAME_MAX_LENGTH]; in SkRemotableFontMgr_New_DirectWrite() 452 WCHAR* localeName = nullptr; in SkRemotableFontMgr_New_DirectWrite()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | win_if_list.c | 81 WCHAR *pos; in ndisuio_query_bindings() 102 pos = (WCHAR *) ((char *) b + b->DeviceNameOffset); in ndisuio_query_bindings() 110 pos = (WCHAR *) ((char *) b + b->DeviceDescrOffset); in ndisuio_query_bindings()
|
/external/lzma/C/ |
D | 7zFile.h | 38 WRes InFile_OpenW(CSzFile *p, const WCHAR *name); 39 WRes OutFile_OpenW(CSzFile *p, const WCHAR *name);
|
D | 7zFile.c | 65 static WRes File_OpenW(CSzFile *p, const WCHAR *name, int writeMode) in File_OpenW() 74 WRes InFile_OpenW(CSzFile *p, const WCHAR *name) { return File_OpenW(p, name, 0); } in InFile_OpenW() 75 WRes OutFile_OpenW(CSzFile *p, const WCHAR *name) { return File_OpenW(p, name, 1); } in OutFile_OpenW()
|
/external/lzma/CPP/Common/ |
D | MyWindows.h | 56 typedef wchar_t WCHAR; typedef 57 typedef WCHAR OLECHAR; 58 typedef const WCHAR *LPCWSTR;
|
/external/libusb/libusb/os/ |
D | windows_usbdk.h | 27 WCHAR DeviceID[MAX_DEVICE_ID_LEN]; 28 WCHAR InstanceID[MAX_DEVICE_ID_LEN];
|
/external/harfbuzz_ng/src/ |
D | hb-uniscribe.cc | 53 const WCHAR *pwcInChars, 72 const WCHAR *pwcChars, 91 const WCHAR *pwcChars, 108 const WCHAR *pwcInChars, in hb_ScriptItemizeOpenType() 139 const WCHAR *pwcChars, in hb_ScriptShapeOpenType() 172 const WCHAR *pwcChars, in hb_ScriptPlaceOpenType() 763 ALLOCATE_ARRAY (WCHAR, pchars, buffer->len * 2); in _hb_uniscribe_shape()
|
/external/skia/tools/ |
D | win_lcid.cpp | 12 WCHAR wcBuffer[BUFFER_SIZE]; in MyFuncLocaleEx()
|
/external/webrtc/webrtc/modules/desktop_capture/ |
D | window_capturer_win.cc | 42 WCHAR class_name[kClassLength]; in WindowsEnumerationHandler() 67 WCHAR window_title[kTitleLength]; in WindowsEnumerationHandler()
|
/external/ImageMagick/MagickCore/ |
D | utility-private.h | 273 if (path_wide == (WCHAR *) NULL) in stat_utf8() 276 path_wide=(WCHAR *) RelinquishMagickMemory(path_wide); in stat_utf8()
|
/external/libusb/msvc/ |
D | missing.c | 36 WCHAR wName[MAX_PATH]; in getenv()
|