Searched refs:wcsstr (Results 1 – 9 of 9) sorted by relevance
/bionic/libc/upstream-freebsd/lib/libc/string/ |
D | wcsstr.c | 49 wcsstr(const wchar_t * __restrict s, const wchar_t * __restrict find) in wcsstr() function
|
/bionic/tests/ |
D | wchar_test.cpp | 230 TEST(wchar, wcsstr) { in TEST() argument 236 ASSERT_EQ(haystack, wcsstr(haystack, empty_needle)); in TEST() 237 ASSERT_EQ(&haystack[10], wcsstr(haystack, good_needle)); in TEST() 238 ASSERT_EQ(nullptr, wcsstr(haystack, bad_needle)); in TEST() 243 ASSERT_TRUE(wcsstr(L"romrom", L"rom") != nullptr); in TEST()
|
/bionic/libc/bionic/ |
D | ndk_cruft.cpp | 239 return wcsstr(haystack, needle); in wcswcs()
|
/bionic/tests/headers/posix/ |
D | wchar_h.c | 101 FUNCTION(wcsstr, wchar_t* (*f)(const wchar_t*, const wchar_t*)); in wchar_h()
|
/bionic/libc/include/ |
D | wchar.h | 96 wchar_t* wcsstr(const wchar_t* __haystack, const wchar_t* __needle);
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1156 wcsstr
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1187 wcsstr;
|
/bionic/libc/ |
D | libc.map.txt | 1187 wcsstr;
|
D | Android.bp | 316 "upstream-freebsd/lib/libc/string/wcsstr.c",
|