Searched refs:CaseInsensitiveCStringEquals (Results 1 – 2 of 2) sorted by relevance
3008 if (String::CaseInsensitiveCStringEquals(lhs, rhs)) { in CmpHelperSTRCASEEQ()3038 if (!String::CaseInsensitiveCStringEquals(s1, s2)) { in CmpHelperSTRCASENE()3406 bool String::CaseInsensitiveCStringEquals(const char * lhs, const char * rhs) { in CaseInsensitiveCStringEquals() function in testing::internal::String3455 CaseInsensitiveCStringEquals(str.c_str() + str_len - suffix_len, in EndsWithCaseInsensitive()4443 if (String::CaseInsensitiveCStringEquals(gtest_color, "auto")) { in ShouldUseColor()4467 return String::CaseInsensitiveCStringEquals(gtest_color, "yes") || in ShouldUseColor()4468 String::CaseInsensitiveCStringEquals(gtest_color, "true") || in ShouldUseColor()4469 String::CaseInsensitiveCStringEquals(gtest_color, "t") || in ShouldUseColor()
4395 static bool CaseInsensitiveCStringEquals(const char* lhs,