Home
last modified time | relevance | path

Searched refs:wcsncmp (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/include/
Dcwchar69 int wcsncmp(const wchar_t* s1, const wchar_t* s2, size_t n);
167 using ::wcsncmp;
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cwchar.h280 using _STLP_VENDOR_CSTD::wcsncmp;
/ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/
Dwchar_h.pass.cpp80 static_assert((std::is_same<decltype(wcsncmp(L"", L"", s)), int>::value), ""); in main()
/ndk/sources/cxx-stl/llvm-libc++/test/strings/c.strings/
Dcwchar.pass.cpp80 static_assert((std::is_same<decltype(std::wcsncmp(L"", L"", s)), int>::value), ""); in main()
/ndk/sources/cxx-stl/llvm-libc++/src/support/android/
Dwchar_support.c163 int wcsncmp(const wchar_t *s1, const wchar_t *s2, size_t n) { in wcsncmp() function