Home
last modified time | relevance | path

Searched refs:wmemcmp (Results 1 – 8 of 8) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cwchar.h90 extern int wmemcmp();
301 using _STLP_VENDOR_CSTD::wmemcmp;
Dchar_traits.h257 { return wmemcmp(__s1, __s2, __n); } in compare()
/ndk/sources/android/support/src/
Dwchar_support.c257 if (!wmemcmp(p, find, find_len)) in wcsstr()
320 int wmemcmp(const wchar_t *s1, const wchar_t *s2, size_t n) { in wmemcmp() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcwchar85 int wmemcmp(wchar_t* restrict s1, const wchar_t* restrict s2, size_t n);
201 using ::wmemcmp;
Dstring708 {return wmemcmp(__s1, __s2, __n);}
/ndk/sources/android/support/include/
Dwchar.h127 int wmemcmp (const wchar_t *, const wchar_t *, size_t);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dwchar_h.pass.cpp91 static_assert((std::is_same<decltype(wmemcmp(L"", L"", s)), int>::value), ""); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/
Dcwchar.pass.cpp96 static_assert((std::is_same<decltype(std::wmemcmp(L"", L"", s)), int>::value), ""); in main()