Searched defs:needle (Results 1 – 6 of 6) sorted by relevance
47 const char* needle) { in strnstr()
1307 static int findStr(const char* const* haystack, const char* needle) { in findStr()
51 std::string_view needle) { in Contains()
649 size_t find(const std::string& needle, size_t start = 0) const { in find()665 bool correctForBitError(std::string& reason, const std::string& needle) { in correctForBitError()686 bool correctForBitErrorOrUnderline(std::string& reason, const std::string& needle) { in correctForBitErrorOrUnderline()
247 const char16_t needle = *target; in strstr16() local
188 char needle[32]; in TEST() local