Home
last modified time | relevance | path

Searched refs:wcscmp (Results 1 – 25 of 57) sorted by relevance

123

/external/webrtc/webrtc/modules/desktop_capture/
Dwindow_capturer_win.cc50 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/pdfium/fpdfsdk/javascript/
Devent.cpp97 wcscmp((const wchar_t*)pEvent->Name(), L"Keystroke") != 0) in fieldFull()
182 if (wcscmp((const wchar_t*)pEvent->Name(), L"Keystroke") != 0) in selEnd()
200 if (wcscmp((const wchar_t*)pEvent->Name(), L"Keystroke") != 0) in selStart()
283 if (wcscmp((const wchar_t*)pEvent->Type(), L"Field") != 0) in value()
DPublicMethods.cpp1637 double dValue = wcscmp(sFunction.c_str(), L"PRD") == 0 ? 1.0 : 0.0; in AFSimple_Calculate()
1688 if (i == 0 && j == 0 && (wcscmp(sFunction.c_str(), L"MIN") == 0 || in AFSimple_Calculate()
1689 wcscmp(sFunction.c_str(), L"MAX") == 0)) in AFSimple_Calculate()
1699 if (wcscmp(sFunction.c_str(), L"AVG") == 0 && nFieldsCount > 0) in AFSimple_Calculate()
/external/libedit/examples/
Dwtc1.c211 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/wpa_supplicant_8/src/drivers/
Dndis_events.c340 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/lzma/CPP/Common/
DMyString.h551 int Compare(const wchar_t *s) const { return wcscmp(_chars, s); } in Compare()
617 …tor==(const UString &s1, const UString &s2) { return s1.Len() == s2.Len() && wcscmp(s1, s2) == 0; }
618 inline bool operator==(const UString &s1, const wchar_t *s2) { return wcscmp(s1, s2) == 0; }
619 inline bool operator==(const wchar_t *s1, const UString &s2) { return wcscmp(s1, s2) == 0; }
621 …tor!=(const UString &s1, const UString &s2) { return s1.Len() != s2.Len() || wcscmp(s1, s2) != 0; }
622 inline bool operator!=(const UString &s1, const wchar_t *s2) { return wcscmp(s1, s2) != 0; }
623 inline bool operator!=(const wchar_t *s1, const UString &s2) { return wcscmp(s1, s2) != 0; }
DWildcard.cpp25 return wcscmp(s1, s2); in CompareFileNames()
33 return wcscmp(fs2us(s1), fs2us(s2)); in CompareFileNames()
DMyString.cpp1499 return s1.Len() == s2.Len() && (s1.IsEmpty() || wcscmp(s1.GetRawPtr(), s2.GetRawPtr()) == 0); in operator ==()
1506 return wcscmp(s1.GetRawPtr(), s2) == 0; in operator ==()
1513 return wcscmp(s1, s2.GetRawPtr()) == 0; in operator ==()
/external/valgrind/memcheck/tests/
Dwcs.stderr.exp2 wcscmp equal: 0
Dwcs.c20 fprintf (stderr, "wcscmp equal: %d\n", wcscmp (a, b)); // wcscmp equal: 0 in main()
/external/google-breakpad/src/tools/windows/symupload/
Dsymupload.cc177 if (!wcscmp(L"--timeout", argv[currentarg])) { in wmain()
182 if (!wcscmp(L"--product", argv[currentarg])) { in wmain()
/external/bison/lib/
Dwchar.in.h698 _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/
DFileLink.cpp318 if (wcscmp(SubsName.Ptr(k_LinkPrefix_Size), PrintName) == 0) in IsOkNamePair()
321 return wcscmp(SubsName, PrintName) == 0; in IsOkNamePair()
/external/webrtc/webrtc/base/
Dwin32windowpicker_unittest.cc76 EXPECT_EQ(0, wcscmp(window_title, kVisibleWindowTitle)); in TEST()
Dstringutils.h79 return wcscmp(s1, s2); in strcmp()
/external/bison/linux-lib/
Dwchar.h1010 _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/
Dwchar.h1010 _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/google-breakpad/src/common/windows/
Dhttp_upload.cc97 if (wcscmp(scheme, L"https") == 0) { in SendRequest()
99 } else if (wcscmp(scheme, L"http") != 0) { in SendRequest()
/external/mdnsresponder/mDNSWindows/
DVPCDetect.cpp122 if (wcscmp( wstring, L"microsoft corporation" ) == 0 ) in IsVPCRunning()
Dloclibrary.c146 if ( !wcscmp( appPathNameW, L"" ) ) in PathForResourceW()
/external/libcxx/include/
Dcwchar67 int wcscmp(const wchar_t* s1, const wchar_t* s2);
152 using ::wcscmp;
/external/lzma/C/Util/SfxSetup/
DSfxSetup.c189 if (wcscmp(fd.cFileName, L".") != 0 && in RemoveDirWithSubItems()
190 wcscmp(fd.cFileName, L"..") != 0) in RemoveDirWithSubItems()
/external/libedit/src/
Dchartype.h106 #define Strcmp(s,v) wcscmp(s,v)
/external/libcxx/test/std/depr/depr.c.headers/
Dwchar_h.pass.cpp81 static_assert((std::is_same<decltype(wcscmp(L"", L"")), int>::value), ""); in main()
/external/llvm/lib/Support/Windows/
DProcess.inc191 if (wcscmp(Arg, L"/?") == 0 || wcscmp(Arg, L"-?") == 0) {

123