Home
last modified time | relevance | path

Searched refs:WCHAR (Results 1 – 25 of 86) sorted by relevance

1234

/external/icu/icu4c/source/test/perf/convperf/
Ddata.h76 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 …]
Dconvperf.h158 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/
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/webrtc/webrtc/modules/desktop_capture/win/
Ddesktop.cc40 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/
DSfxSetup.c103 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/
Didn_win32.c54 const WCHAR *lpUnicodeCharStr,
56 WCHAR *lpASCIICharStr,
59 const WCHAR *lpASCIICharStr,
61 WCHAR *lpUnicodeCharStr,
/external/lzma/CPP/Windows/
DSecurityUtils.cpp38 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()
DFileSystem.cpp46 WCHAR v[MAX_PATH + 2]; v[0] = 0; in MyGetVolumeInformation()
47 WCHAR f[MAX_PATH + 2]; f[0] = 0; in MyGetVolumeInformation()
DCommonDialog.cpp151 WCHAR buf[kBufSize]; in MyGetOpenFileName()
159 WCHAR filterBuf[kFilterBufSize]; in MyGetOpenFileName()
DFileDir.cpp41 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/
DNSPTool.c40 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/
DSkDWrite.h28 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,
DSkDWrite.cpp71 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/
DSkFontMgr_win_dw.cpp264 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 …]
DSkRemotableFontMgr_win_dw.cpp85 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/
Dwin_if_list.c81 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/
D7zFile.h38 WRes InFile_OpenW(CSzFile *p, const WCHAR *name);
39 WRes OutFile_OpenW(CSzFile *p, const WCHAR *name);
D7zFile.c65 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/
DMyWindows.h56 typedef wchar_t WCHAR; typedef
57 typedef WCHAR OLECHAR;
58 typedef const WCHAR *LPCWSTR;
/external/libusb/libusb/os/
Dwindows_usbdk.h27 WCHAR DeviceID[MAX_DEVICE_ID_LEN];
28 WCHAR InstanceID[MAX_DEVICE_ID_LEN];
/external/harfbuzz_ng/src/
Dhb-uniscribe.cc53 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/
Dwin_lcid.cpp12 WCHAR wcBuffer[BUFFER_SIZE]; in MyFuncLocaleEx()
/external/webrtc/webrtc/modules/desktop_capture/
Dwindow_capturer_win.cc42 WCHAR class_name[kClassLength]; in WindowsEnumerationHandler()
67 WCHAR window_title[kTitleLength]; in WindowsEnumerationHandler()
/external/ImageMagick/MagickCore/
Dutility-private.h273 if (path_wide == (WCHAR *) NULL) in stat_utf8()
276 path_wide=(WCHAR *) RelinquishMagickMemory(path_wide); in stat_utf8()
/external/libusb/msvc/
Dmissing.c36 WCHAR wName[MAX_PATH]; in getenv()

1234