HomeSort by relevance Sort by last modified time
    Searched refs:wcscmp (Results 76 - 100 of 118) sorted by null

1 2 34 5

  /ndk/sources/android/support/include/
wchar.h 122 int wcscmp (const wchar_t *, const wchar_t *);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cwchar.h 273 using _STLP_VENDOR_CSTD::wcscmp;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cwchar.h 273 using _STLP_VENDOR_CSTD::wcscmp;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cwchar.h 273 using _STLP_VENDOR_CSTD::wcscmp;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cwchar.h 273 using _STLP_VENDOR_CSTD::wcscmp;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cwchar.h 273 using _STLP_VENDOR_CSTD::wcscmp;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_cwchar.h 273 using _STLP_VENDOR_CSTD::wcscmp;
  /external/chromium/third_party/libjingle/source/talk/base/
stringutils.h 96 return wcscmp(s1, s2);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
wchar_h.pass.cpp 78 static_assert((std::is_same<decltype(wcscmp(L"", L"")), int>::value), "");
  /external/compiler-rt/lib/msan/
msan_interceptors.cc 467 INTERCEPTOR(int, wcscmp, const wchar_t *s1, const wchar_t *s2) {
469 int res = REAL(wcscmp)(s1, s2);
    [all...]
  /external/chromium_org/base/
command_line.cc 181 DCHECK(wcscmp(kSwitchPrefixes[arraysize(kSwitchPrefixes) - 1], L"/") == 0);
  /external/chromium_org/chrome/installer/setup/
setup_util_unittest.cc 90 wcscmp(name_buffer.get(), privilege_name) == 0) {
  /external/chromium_org/chrome_frame/test/
com_message_event_unittest.cc 317 EXPECT_EQ(wcscmp(result.bstrVal, L"hi"), 0);
  /external/chromium_org/sandbox/win/src/
policy_opcodes_unittest.cc 66 EXPECT_EQ(0, wcscmp(txt, result3));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/
cwchar.pass.cpp 78 static_assert((std::is_same<decltype(std::wcscmp(L"", L"")), int>::value), "");
  /external/chromium/base/
file_util_win.cc 103 if ((wcscmp(find_file_data.cFileName, L"..") == 0) ||
104 (wcscmp(find_file_data.cFileName, L".") == 0))
    [all...]
  /external/chromium_org/third_party/icu/source/test/perf/collperf/
collperf.cpp 326 QFUNC(win_wcscmp, wcscmp, win_data)
471 BFUNC(win_wcscmp, wcscmp, win_data)
  /external/icu4c/test/perf/collperf/
collperf.cpp 334 QFUNC(win_wcscmp, wcscmp, win_data)
482 BFUNC(win_wcscmp, wcscmp, win_data)
  /external/stlport/src/c_locale_dummy/
c_locale_dummy.c 301 ret = wcscmp(buf1, buf2);
  /ndk/sources/cxx-stl/stlport/src/c_locale_dummy/
c_locale_dummy.c 301 ret = wcscmp(buf1, buf2);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
wchar.h 155 extern int wcscmp (__const wchar_t *__s1, __const wchar_t *__s2)
185 /* Transform S2 into array pointed to by S1 such that if wcscmp is
201 /* Transform S2 into array pointed to by S1 such that if wcscmp is
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
wchar.h 155 extern int wcscmp (__const wchar_t *__s1, __const wchar_t *__s2)
185 /* Transform S2 into array pointed to by S1 such that if wcscmp is
201 /* Transform S2 into array pointed to by S1 such that if wcscmp is
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
wchar.h 155 extern int wcscmp (__const wchar_t *__s1, __const wchar_t *__s2)
185 /* Transform S2 into array pointed to by S1 such that if wcscmp is
201 /* Transform S2 into array pointed to by S1 such that if wcscmp is
  /bionic/libc/arch-x86/string/
sse2-wcscmp-atom.S 88 ENTRY (wcscmp) function
1061 END (wcscmp)
  /bionic/libc/
Android.mk 382 upstream-freebsd/lib/libc/string/wcscmp.c \
438 upstream-freebsd/lib/libc/string/wcscmp.c \

Completed in 2070 milliseconds

1 2 34 5