Searched refs:wcsncmp (Results 1 – 7 of 7) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | cwchar | 69 int wcsncmp(const wchar_t* s1, const wchar_t* s2, size_t n); 167 using ::wcsncmp;
|
/ndk/sources/android/support/include/ |
D | wchar.h | 123 int wcsncmp (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 | 80 static_assert((std::is_same<decltype(wcsncmp(L"", L"", s)), int>::value), ""); in main()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _cwchar.h | 280 using _STLP_VENDOR_CSTD::wcsncmp;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/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/android/support/src/ |
D | wchar_support.c | 153 int wcsncmp(const wchar_t *s1, const wchar_t *s2, size_t n) { in wcsncmp() function
|
/ndk/sources/third_party/googletest/googletest/test/ |
D | gtest_unittest.cc | 1066 EXPECT_EQ(0, wcsncmp(L"str", utf16, 3)); in TEST() 1075 EXPECT_EQ(0, wcsncmp(L".:\\ \"*?", utf16, 3)); in TEST()
|