Home | History | Annotate | Download | only in src

Lines Matching refs:IsSubstringPred

2718 bool IsSubstringPred(const char* needle, const char* haystack) {
2725 bool IsSubstringPred(const wchar_t* needle, const wchar_t* haystack) {
2734 bool IsSubstringPred(const StringType& needle,
2748 if (IsSubstringPred(needle, haystack) == expected_to_be_substring)