Searched refs:wcsstr (Results 1 – 7 of 7) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | cwchar | 80 const wchar_t* wcsstr(const wchar_t* s1, const wchar_t* s2); 81 wchar_t* wcsstr( wchar_t* s1, const wchar_t* s2); 175 using ::wcsstr; 189 …ne _LIBCPP_INLINE_VISIBILITY const wchar_t* wcsstr(const wchar_t* __s1, const wchar_t* __s2) {retu… 190 …ne _LIBCPP_INLINE_VISIBILITY wchar_t* wcsstr( wchar_t* __s1, const wchar_t* __s2) {retu…
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _cwchar.h | 87 extern wchar_t *wcsstr(); 293 using _STLP_VENDOR_CSTD::wcsstr;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/ |
D | cwchar.pass.cpp | 91 …static_assert((std::is_same<decltype(std::wcsstr((const wchar_t*)0, L"")), const wchar_t*>::value)… in main() 92 static_assert((std::is_same<decltype(std::wcsstr((wchar_t*)0, L"")), wchar_t*>::value), ""); in main()
|
/ndk/sources/android/support/include/ |
D | wchar.h | 126 wchar_t *wcsstr (const wchar_t *__restrict__, const wchar_t *__restrict__);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
D | wchar_h.pass.cpp | 88 static_assert((std::is_same<decltype(wcsstr((wchar_t*)0, L"")), wchar_t*>::value), ""); in main()
|
/ndk/sources/android/support/src/ |
D | wchar_support.c | 242 wchar_t *wcsstr(const wchar_t *s, const wchar_t *find) { in wcsstr() function
|
/ndk/sources/third_party/googletest/googletest/src/ |
D | gtest.cc | 1230 return wcsstr(haystack, needle) != NULL; in IsSubstringPred()
|