Searched refs:wcsncmp (Results 1 – 5 of 5) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++/include/ |
D | cwchar | 69 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.h | 280 using _STLP_VENDOR_CSTD::wcsncmp;
|
/ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/ |
D | wchar_h.pass.cpp | 80 static_assert((std::is_same<decltype(wcsncmp(L"", L"", s)), int>::value), ""); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/test/strings/c.strings/ |
D | cwchar.pass.cpp | 80 static_assert((std::is_same<decltype(std::wcsncmp(L"", L"", s)), int>::value), ""); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/src/support/android/ |
D | wchar_support.c | 163 int wcsncmp(const wchar_t *s1, const wchar_t *s2, size_t n) { in wcsncmp() function
|