Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcwchar69 int wcsncmp(const wchar_t* s1, const wchar_t* s2, size_t n);
167 using ::wcsncmp;
/ndk/sources/android/support/include/
Dwchar.h123 int wcsncmp (const wchar_t *, const wchar_t *, size_t);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/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/stlport/stlport/stl/
D_cwchar.h280 using _STLP_VENDOR_CSTD::wcsncmp;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/
Dcwchar.pass.cpp80 static_assert((std::is_same<decltype(std::wcsncmp(L"", L"", s)), int>::value), ""); in main()
/ndk/sources/android/support/src/
Dwchar_support.c153 int wcsncmp(const wchar_t *s1, const wchar_t *s2, size_t n) { in wcsncmp() function
/ndk/sources/third_party/googletest/googletest/test/
Dgtest_unittest.cc1066 EXPECT_EQ(0, wcsncmp(L"str", utf16, 3)); in TEST()
1075 EXPECT_EQ(0, wcsncmp(L".:\\ \"*?", utf16, 3)); in TEST()