/external/webrtc/webrtc/modules/desktop_capture/ |
D | window_capturer_win.cc | 50 if (wcscmp(class_name, L"Progman") == 0 || wcscmp(class_name, L"Button") == 0) in WindowsEnumerationHandler() 58 (wcscmp(class_name, L"ApplicationFrameWindow") == 0 || in WindowsEnumerationHandler() 59 wcscmp(class_name, L"Windows.UI.Core.CoreWindow") == 0)) { in WindowsEnumerationHandler()
|
/external/lzma/CPP/Common/ |
D | MyString.h | 411 int Compare(const wchar_t *s) const { return wcscmp(_chars, s); } in Compare() 462 …tor==(const UString &s1, const UString &s2) { return s1.Len() == s2.Len() && wcscmp(s1, s2) == 0; } 463 inline bool operator==(const UString &s1, const wchar_t *s2) { return wcscmp(s1, s2) == 0; } 464 inline bool operator==(const wchar_t *s1, const UString &s2) { return wcscmp(s1, s2) == 0; } 466 …tor!=(const UString &s1, const UString &s2) { return s1.Len() != s2.Len() || wcscmp(s1, s2) != 0; } 467 inline bool operator!=(const UString &s1, const wchar_t *s2) { return wcscmp(s1, s2) != 0; } 468 inline bool operator!=(const wchar_t *s1, const UString &s2) { return wcscmp(s1, s2) != 0; }
|
D | Wildcard.cpp | 39 return wcscmp(s1, s2); in CompareFileNames() 47 return wcscmp(fs2us(s1), fs2us(s2)); in CompareFileNames()
|
/external/libedit/examples/ |
D | wtc1.c | 211 if (wcscmp (av[0], L"history") == 0) { in main() 221 if (wcscmp(av[1], L"clear") == 0) in main() 227 if (wcscmp(av[1], L"load") == 0) in main() 230 else if (wcscmp(av[1], L"save") == 0) in main()
|
/external/pdfium/fpdfsdk/src/javascript/ |
D | event.cpp | 103 wcscmp((const wchar_t*)pEvent->Name(), L"Keystroke") != 0) in fieldFull() 210 if (wcscmp((const wchar_t*)pEvent->Name(), L"Keystroke") != 0) { in selEnd() 229 if (wcscmp((const wchar_t*)pEvent->Name(), L"Keystroke") != 0) { in selStart() 315 if (wcscmp((const wchar_t*)pEvent->Type(), L"Field") != 0) in value()
|
/external/wpa_supplicant_8/src/drivers/ |
D | ndis_events.c | 340 if (wcscmp(vtClass.bstrVal, in ndis_events_indicate() 348 if (wcscmp(events->adapter_desc, vt.bstrVal) != 0) { in ndis_events_indicate() 359 if (wcscmp(vtClass.bstrVal, in ndis_events_indicate() 362 } else if (wcscmp(vtClass.bstrVal, in ndis_events_indicate() 365 } else if (wcscmp(vtClass.bstrVal, in ndis_events_indicate() 368 } else if (wcscmp(vtClass.bstrVal, in ndis_events_indicate() 371 } else if (wcscmp(vtClass.bstrVal, in ndis_events_indicate()
|
/external/valgrind/memcheck/tests/ |
D | wcs.stderr.exp | 2 wcscmp equal: 0
|
D | wcs.c | 20 fprintf (stderr, "wcscmp equal: %d\n", wcscmp (a, b)); // wcscmp equal: 0 in main()
|
/external/google-breakpad/src/tools/windows/symupload/ |
D | symupload.cc | 177 if (!wcscmp(L"--timeout", argv[currentarg])) { in wmain() 182 if (!wcscmp(L"--product", argv[currentarg])) { in wmain()
|
/external/bison/lib/ |
D | wchar.in.h | 698 _GL_FUNCDECL_SYS (wcscmp, int, (const wchar_t *s1, const wchar_t *s2) 701 _GL_CXXALIAS_SYS (wcscmp, int, (const wchar_t *s1, const wchar_t *s2)); 702 _GL_CXXALIASWARN (wcscmp); 704 # undef wcscmp 706 _GL_WARN_ON_USE (wcscmp, "wcscmp is unportable - "
|
/external/lzma/CPP/Windows/ |
D | FileLink.cpp | 308 if (wcscmp(SubsName.Ptr(k_LinkPrefix_Size), PrintName) == 0) in IsOkNamePair() 311 return wcscmp(SubsName, PrintName) == 0; in IsOkNamePair()
|
/external/webrtc/webrtc/base/ |
D | win32windowpicker_unittest.cc | 76 EXPECT_EQ(0, wcscmp(window_title, kVisibleWindowTitle)); in TEST()
|
D | stringutils.h | 79 return wcscmp(s1, s2); in strcmp()
|
/external/google-breakpad/src/common/windows/ |
D | http_upload.cc | 97 if (wcscmp(scheme, L"https") == 0) { in SendRequest() 99 } else if (wcscmp(scheme, L"http") != 0) { in SendRequest()
|
/external/bison/linux-lib/ |
D | wchar.h | 1010 _GL_FUNCDECL_SYS (wcscmp, int, (const wchar_t *s1, const wchar_t *s2) 1013 _GL_CXXALIAS_SYS (wcscmp, int, (const wchar_t *s1, const wchar_t *s2)); 1014 _GL_CXXALIASWARN (wcscmp); 1016 # undef wcscmp 1018 _GL_WARN_ON_USE (wcscmp, "wcscmp is unportable - "
|
/external/bison/darwin-lib/ |
D | wchar.h | 1010 _GL_FUNCDECL_SYS (wcscmp, int, (const wchar_t *s1, const wchar_t *s2) 1013 _GL_CXXALIAS_SYS (wcscmp, int, (const wchar_t *s1, const wchar_t *s2)); 1014 _GL_CXXALIASWARN (wcscmp); 1016 # undef wcscmp 1018 _GL_WARN_ON_USE (wcscmp, "wcscmp is unportable - "
|
/external/lzma/C/Util/SfxSetup/ |
D | SfxSetup.c | 187 if (wcscmp(fd.cFileName, L".") != 0 && in RemoveDirWithSubItems() 188 wcscmp(fd.cFileName, L"..") != 0) in RemoveDirWithSubItems()
|
/external/libcxx/include/ |
D | cwchar | 67 int wcscmp(const wchar_t* s1, const wchar_t* s2); 159 using ::wcscmp;
|
/external/lzma/CPP/7zip/UI/Console/ |
D | ExtractCallbackConsole.cpp | 366 if (wcscmp(okType, errorType) == 0) in OpenTypeWarning()
|
/external/libedit/src/ |
D | chartype.h | 106 #define Strcmp(s,v) wcscmp(s,v)
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | wchar_h.pass.cpp | 82 static_assert((std::is_same<decltype(wcscmp(L"", L"")), int>::value), ""); in main()
|
/external/pdfium/core/include/fxcrt/ |
D | fx_system.h | 171 #define FXSYS_wcscmp wcscmp
|
/external/llvm/lib/Support/Windows/ |
D | Process.inc | 189 if (wcscmp(Arg, L"/?") == 0 || wcscmp(Arg, L"-?") == 0) {
|
/external/libcxx/test/std/strings/c.strings/ |
D | cwchar.pass.cpp | 72 static_assert((std::is_same<decltype(std::wcscmp(L"", L"")), int>::value), ""); in main()
|
/external/ltrace/testsuite/ltrace.minor/ |
D | wchar.exp | 102 i = wcscmp(wcschr(wcsncat(wcscat(wbuf, L"žluťoučký "),
|