Home
last modified time | relevance | path

Searched defs:haystack (Results 1 – 8 of 8) sorted by relevance

/bionic/libc/bionic/
Dmemmem.cpp32 const unsigned char* haystack = reinterpret_cast<const unsigned char*>(void_haystack); in memmem() local
Dndk_cruft.cpp237 wchar_t* wcswcs(wchar_t* haystack, wchar_t* needle) { in wcswcs()
/bionic/linker/
Dlinker_utils.cpp121 const char* haystack = file.c_str(); in file_is_in_dir() local
131 const char* haystack = file.c_str(); in file_is_under_dir() local
/bionic/benchmarks/
Dstring_benchmark.cpp275 std::vector<char> haystack; in BM_string_strstr() local
303 std::vector<char> haystack; in BM_string_strchr() local
/bionic/tests/
Dstring_test.cpp1541 const char haystack[] = "big\0daddy\0giant\0haystacks"; in TEST() local
1551 const char* haystack = "big daddy/giant haystacks"; in TEST() local
1559 const char* haystack = "bIg dAdDy/gIaNt hAyStAcKs"; in TEST() local
Dwchar_test.cpp231 const wchar_t* haystack = L"matches hello world, not the second hello world"; in TEST() local
Ddlext_test.cpp57 #define ASSERT_SUBSTR(needle, haystack) \ argument
Ddlfcn_test.cpp58 #define ASSERT_SUBSTR(needle, haystack) \ argument