Searched refs:IsSubstringPred (Results 1 – 1 of 1) sorted by relevance
1219 bool IsSubstringPred(const char* needle, const char* haystack) { in IsSubstringPred() function1226 bool IsSubstringPred(const wchar_t* needle, const wchar_t* haystack) { in IsSubstringPred() function1235 bool IsSubstringPred(const StringType& needle, in IsSubstringPred() function1249 if (IsSubstringPred(needle, haystack) == expected_to_be_substring) in IsSubstringImpl()