HomeSort by relevance Sort by last modified time
    Searched full:wcscmp (Results 1 - 25 of 469) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/memcheck/tests/
wcs.stderr.exp 2 wcscmp equal: 0
wcs.c 2 // implementations in glibc. wcslen, wcscpy, wcscmp, wcsrchr, wcschr.
20 fprintf (stderr, "wcscmp equal: %d\n", wcscmp (a, b)); // wcscmp equal: 0
  /ndk/sources/android/support/src/musl-locale/
wcscoll.c 9 return wcscmp(l, r);
  /bionic/libc/upstream-freebsd/lib/libc/string/
wcscmp.c 37 __RCSID("$NetBSD: wcscmp.c,v 1.3 2001/01/05 12:13:12 itojun Exp $");
48 wcscmp(const wchar_t *s1, const wchar_t *s2) function
  /bionic/libc/upstream-openbsd/lib/libc/locale/
wcscoll.c 40 return (wcscmp(s1, s2));
  /external/chromium_org/sandbox/win/src/
registry_policy_test.cc 51 if (wcscmp(argv[1], L"read") == 0) {
53 } else if (wcscmp(argv[1], L"write") == 0) {
55 } else if (wcscmp(argv[1], L"link") == 0) {
66 if (wcscmp(argv[0], L"create") == 0)
  /external/libedit/examples/
wtc1.c 211 if (wcscmp (av[0], L"history") == 0) {
221 if (wcscmp(av[1], L"clear") == 0)
227 if (wcscmp(av[1], L"load") == 0)
230 else if (wcscmp(av[1], L"save") == 0)
  /external/pdfium/fpdfsdk/src/javascript/
event.cpp 112 if (!vp.IsGetting() && wcscmp((const wchar_t*)pEvent->Name(),L"Keystroke") != 0)
233 if (wcscmp((const wchar_t*)pEvent->Name(),L"Keystroke") != 0)
257 if (wcscmp((const wchar_t*)pEvent->Name(),L"Keystroke") != 0)
348 if (wcscmp((const wchar_t*)pEvent->Type(),L"Field") != 0)
  /external/wpa_supplicant_8/src/drivers/
ndis_events.c 340 if (wcscmp(vtClass.bstrVal,
348 if (wcscmp(events->adapter_desc, vt.bstrVal) != 0) {
359 if (wcscmp(vtClass.bstrVal,
362 } else if (wcscmp(vtClass.bstrVal,
365 } else if (wcscmp(vtClass.bstrVal,
368 } else if (wcscmp(vtClass.bstrVal,
371 } else if (wcscmp(vtClass.bstrVal,
  /bionic/libc/arch-arm64/
arm64.mk 17 upstream-freebsd/lib/libc/string/wcscmp.c \
  /bionic/libc/arch-mips64/
mips64.mk 25 upstream-freebsd/lib/libc/string/wcscmp.c \
  /bionic/libc/arch-x86/atom/
atom.mk 13 arch-x86/atom/string/sse2-wcscmp-atom.S \
  /bionic/libc/arch-x86/silvermont/
silvermont.mk 24 arch-x86/atom/string/sse2-wcscmp-atom.S \
  /bionic/libc/arch-x86_64/
x86_64.mk 21 upstream-freebsd/lib/libc/string/wcscmp.c \
  /external/chromium_org/chrome/browser/
crash_upload_list_win.cc 60 return !wcscmp(L"Chrome", provider_name) &&
  /external/chromium_org/third_party/webrtc/base/
win32windowpicker_unittest.cc 75 EXPECT_EQ(0, wcscmp(window_title, kVisibleWindowTitle));
  /external/bison/lib/
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 - "
707 "use gnulib module wcscmp for portability");
784 /* Transform S2 into array pointed to by S1 such that if wcscmp is applied
    [all...]
  /external/chromium_org/components/crash/app/
crash_keys_win_unittest.cc 72 if (wcscmp(client_info->entries[i].name, key) == 0 &&
73 wcscmp(client_info->entries[i].value, value) == 0) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/
cwchar 104 #undef wcscmp
180 using ::wcscmp;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
cwchar 102 #undef wcscmp
178 using ::wcscmp;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
cwchar 102 #undef wcscmp
178 using ::wcscmp;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
cwchar 106 #undef wcscmp
176 using ::wcscmp;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
cwchar 106 #undef wcscmp
176 using ::wcscmp;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
cwchar 106 #undef wcscmp
176 using ::wcscmp;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
cwchar 106 #undef wcscmp
176 using ::wcscmp;

Completed in 1485 milliseconds

1 2 3 4 5 6 7 8 91011>>