Home
last modified time | relevance | path

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

12345

/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/webrtc/modules/desktop_capture/win/
Ddesktop.cc39 length /= sizeof(WCHAR); in GetName()
40 std::vector<WCHAR> buffer(length); in GetName()
42 length * sizeof(WCHAR), &length)) { in GetName()
47 desktop_name_out->assign(&buffer[0], length / sizeof(WCHAR)); in GetName()
73 Desktop* Desktop::GetDesktop(const WCHAR* desktop_name) { in GetDesktop()
Dwindow_capture_utils.cc192 WCHAR class_name[256]; in FilterUncapturableWindows()
208 WCHAR window_title[500]; in FilterUncapturableWindows()
262 WCHAR window_title[kTitleLength]; in IsWindowChromeNotification()
269 WCHAR class_name[kClassLength]; in IsWindowChromeNotification()
/external/curl/lib/
Didn_win32.c54 const WCHAR *lpUnicodeCharStr,
56 WCHAR *lpASCIICharStr,
59 const WCHAR *lpASCIICharStr,
61 WCHAR *lpUnicodeCharStr,
/external/lzma/C/Util/SfxSetup/
DSfxSetup.c105 WCHAR messageW[256 + 4]; in PrintErrorMessage()
117 static WRes MyCreateDir(const WCHAR *name) in MyCreateDir()
166 static BoolInt DoesFileOrDirExist(const WCHAR *path) in DoesFileOrDirExist()
177 static WRes RemoveDirWithSubItems(WCHAR *path) in RemoveDirWithSubItems()
248 WCHAR sfxPath[MAX_PATH + 2]; in main()
249 WCHAR path[MAX_PATH * 3 + 2]; in main()
251 WCHAR workCurDir[MAX_PATH + 32]; in main()
413 WCHAR *temp; in main()
456 const WCHAR *name = temp + nameStartPos; in main()
528 WCHAR *temp = path + pathLen; in main()
[all …]
/external/skia/src/ports/
DSkFontMgr_win_dw.cpp273 const WCHAR* localeName, int localeNameLength, in SkFontMgr_DirectWrite()
274 const WCHAR* defaultFamilyName, int defaultFamilyNameLength) in SkFontMgr_DirectWrite()
281 memcpy(fLocaleName.get(), localeName, localeNameLength * sizeof(WCHAR)); in SkFontMgr_DirectWrite()
282 memcpy(fDefaultFamilyName.get(), defaultFamilyName, defaultFamilyNameLength*sizeof(WCHAR)); in SkFontMgr_DirectWrite()
303 HRESULT getByFamilyName(const WCHAR familyName[], IDWriteFontFamily** fontFamily) const;
304 sk_sp<SkTypeface> fallback(const WCHAR* dwFamilyName, DWriteStyle,
305 const WCHAR* dwBcp47, UINT32 character) const;
306 sk_sp<SkTypeface> layoutFallback(const WCHAR* dwFamilyName, DWriteStyle,
307 const WCHAR* dwBcp47, UINT32 character) const;
659 FontFallbackSource(const WCHAR* string, UINT32 length, const WCHAR* locale, in FontFallbackSource()
[all …]
DSkRemotableFontMgr_win_dw.cpp88 WCHAR* localeName, int localeNameLength) in SkRemotableFontMgr_DirectWrite()
92 memcpy(fLocaleName.get(), localeName, localeNameLength * sizeof(WCHAR)); in SkRemotableFontMgr_DirectWrite()
400 WCHAR str[16]; in matchNameStyleCharacter()
454 WCHAR localeNameStorage[LOCALE_NAME_MAX_LENGTH]; in SkRemotableFontMgr_New_DirectWrite()
455 WCHAR* localeName = nullptr; in SkRemotableFontMgr_New_DirectWrite()
/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()
/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/skqp/src/utils/win/
DSkDWrite.h28 typedef SkAutoSTMalloc<16, WCHAR> SkSMallocWCHAR;
36 HRESULT sk_wchar_to_skstring(WCHAR* name, int nameLen, SkString* skname);
41 HRESULT 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 HRESULT sk_get_locale_string(IDWriteLocalizedStrings* names, const WCHAR* preferedLocale, in sk_get_locale_string()
/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 HRESULT sk_get_locale_string(IDWriteLocalizedStrings* names, const WCHAR* preferedLocale,
/external/protobuf/src/google/protobuf/io/
Dio_win32.cc156 const WCHAR* p = path.c_str(); in normalize()
234 std::unique_ptr<WCHAR[]> wcwd(new WCHAR[size]); in as_windows_path()
362 bool wcs_to_mbs(const WCHAR* s, string* out, bool outUtf8) { in wcs_to_mbs()
395 std::unique_ptr<WCHAR[]> wstr(new WCHAR[size]); in mbs_to_wcs()
Dio_win32_unittest.cc98 WCHAR working_directory[MAX_PATH];
116 bool GetEnvVarAsUtf8(const WCHAR* name, string* result) { in GetEnvVarAsUtf8()
119 std::unique_ptr<WCHAR[]> wcs(new WCHAR[size]); in GetEnvVarAsUtf8()
135 std::unique_ptr<WCHAR[]> wcs(new WCHAR[size]); in GetCwdAsUtf8()
392 WCHAR cwd[MAX_PATH]; in TEST_F()
/external/python/cpython3/PC/
Dgetpathp.c346 WCHAR *dataBuf = NULL; in getpythonregpath()
347 static const WCHAR keyPrefix[] = L"Software\\Python\\PythonCore\\"; in getpythonregpath()
348 static const WCHAR keySuffix[] = L"\\PythonPath"; in getpythonregpath()
351 WCHAR *keyBuf = NULL; in getpythonregpath()
352 WCHAR *keyBufPtr; in getpythonregpath()
353 WCHAR **ppPaths = NULL; in getpythonregpath()
359 sizeof(WCHAR)*(versionLen-1) + in getpythonregpath()
366 memcpy_s(keyBufPtr, keyBufLen, keyPrefix, sizeof(keyPrefix)-sizeof(WCHAR)); in getpythonregpath()
393 ppPaths = PyMem_RawCalloc(numKeys, sizeof(WCHAR *)); in getpythonregpath()
399 WCHAR keyBuf[MAX_PATH+1]; in getpythonregpath()
[all …]
/external/python/cpython3/Modules/
Dwinreparse.h27 WCHAR PathBuffer[1];
35 WCHAR PathBuffer[1];
/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/rust/crates/mio/src/sys/windows/
Dafd.rs121 use winapi::shared::ntdef::{OBJECT_ATTRIBUTES, UNICODE_STRING, USHORT, WCHAR};
136 Length: (AFD_HELPER_NAME.len() * size_of::<WCHAR>()) as USHORT,
137 MaximumLength: (AFD_HELPER_NAME.len() * size_of::<WCHAR>()) as USHORT,
141 const AFD_HELPER_NAME: &[WCHAR] = &[
/external/icu/icu4c/source/common/
Dwintz.cpp152 WCHAR timezoneSubKeyName[WINDOWS_MAX_REG_KEY_LENGTH]; in uprv_detectWindowsTimeZone()
153 WCHAR *windowsTimeZoneName = dynamicTZI.TimeZoneKeyName; in uprv_detectWindowsTimeZone()
190 WCHAR registryStandardName[WINDOWS_MAX_REG_KEY_LENGTH]; in uprv_detectWindowsTimeZone()
222 … if (wcscmp(reinterpret_cast<WCHAR *>(registryStandardName), dynamicTZI.StandardName) == 0) { in uprv_detectWindowsTimeZone()
/external/skqp/src/ports/
DSkFontMgr_win_dw.cpp271 IDWriteFontFallback* fallback, WCHAR* localeName, int localeNameLength) in SkFontMgr_DirectWrite()
286 memcpy(fLocaleName.get(), localeName, localeNameLength * sizeof(WCHAR)); in SkFontMgr_DirectWrite()
308 HRESULT getByFamilyName(const WCHAR familyName[], IDWriteFontFamily** fontFamily) const;
647 FontFallbackSource(const WCHAR* string, UINT32 length, const WCHAR* locale, in FontFallbackSource()
660 WCHAR const** textString, in GetTextAtPosition()
675 WCHAR const** textString, in GetTextBeforePosition()
696 WCHAR const** localeName) override in GetLocaleName()
738 const WCHAR* fString;
740 const WCHAR* fLocale;
751 const WCHAR* dwFamilyName = nullptr; in onMatchFamilyStyleCharacter()
[all …]
DSkRemotableFontMgr_win_dw.cpp87 WCHAR* localeName, int localeNameLength) in SkRemotableFontMgr_DirectWrite()
91 memcpy(fLocaleName.get(), localeName, localeNameLength * sizeof(WCHAR)); in SkRemotableFontMgr_DirectWrite()
399 WCHAR str[16]; in matchNameStyleCharacter()
453 WCHAR localeNameStorage[LOCALE_NAME_MAX_LENGTH]; in SkRemotableFontMgr_New_DirectWrite()
454 WCHAR* localeName = nullptr; in SkRemotableFontMgr_New_DirectWrite()
/external/lzma/C/
D7zFile.h38 WRes InFile_OpenW(CSzFile *p, const WCHAR *name);
39 WRes OutFile_OpenW(CSzFile *p, const WCHAR *name);
/external/python/cpython3/Lib/ctypes/
Dwintypes.py10 WCHAR = ctypes.c_wchar variable
164 ("cFileName", WCHAR * MAX_PATH),
165 ("cAlternateFileName", WCHAR * 14)]
199 PWCHAR = ctypes.POINTER(WCHAR)
/external/lzma/CPP/Common/
DMyWindows.h69 typedef wchar_t WCHAR; typedef
70 typedef WCHAR OLECHAR;
71 typedef const WCHAR *LPCWSTR;

12345