Home
last modified time | relevance | path

Searched refs:CaseInsensitiveCStringEquals (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
Dgtest-string.h124 static bool CaseInsensitiveCStringEquals(const char* lhs,
/ndk/sources/third_party/googletest/googletest/src/
Dgtest.cc1169 if (String::CaseInsensitiveCStringEquals(expected, actual)) { in CmpHelperSTRCASEEQ()
1199 if (!String::CaseInsensitiveCStringEquals(s1, s2)) { in CmpHelperSTRCASENE()
1567 bool String::CaseInsensitiveCStringEquals(const char * lhs, const char * rhs) { in CaseInsensitiveCStringEquals() function in testing::internal::String
1616 CaseInsensitiveCStringEquals(str.c_str() + str_len - suffix_len, in EndsWithCaseInsensitive()
2562 if (String::CaseInsensitiveCStringEquals(gtest_color, "auto")) { in ShouldUseColor()
2582 return String::CaseInsensitiveCStringEquals(gtest_color, "yes") || in ShouldUseColor()
2583 String::CaseInsensitiveCStringEquals(gtest_color, "true") || in ShouldUseColor()
2584 String::CaseInsensitiveCStringEquals(gtest_color, "t") || in ShouldUseColor()