Home
last modified time | relevance | path

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

/bionic/tests/
Dwchar_test.cpp229 const wchar_t* good_needle = L"ll"; in TEST() local
233 ASSERT_EQ(&haystack[10], wcsstr(haystack, good_needle)); in TEST()