Searched refs:wmemcmp (Results 1 – 8 of 8) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _cwchar.h | 90 extern int wmemcmp(); 301 using _STLP_VENDOR_CSTD::wmemcmp;
|
D | char_traits.h | 257 { return wmemcmp(__s1, __s2, __n); } in compare()
|
/ndk/sources/android/support/src/ |
D | wchar_support.c | 257 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/ |
D | cwchar | 85 int wmemcmp(wchar_t* restrict s1, const wchar_t* restrict s2, size_t n); 201 using ::wmemcmp;
|
D | string | 708 {return wmemcmp(__s1, __s2, __n);}
|
/ndk/sources/android/support/include/ |
D | wchar.h | 127 int wmemcmp (const wchar_t *, const wchar_t *, size_t);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
D | wchar_h.pass.cpp | 91 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/ |
D | cwchar.pass.cpp | 96 static_assert((std::is_same<decltype(std::wmemcmp(L"", L"", s)), int>::value), ""); in main()
|