Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-string.h160 static bool CaseInsensitiveCStringEquals(const char* lhs,
/minix/external/bsd/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc1181 if (String::CaseInsensitiveCStringEquals(expected, actual)) { in CmpHelperSTRCASEEQ()
1211 if (!String::CaseInsensitiveCStringEquals(s1, s2)) { in CmpHelperSTRCASENE()
1596 bool String::CaseInsensitiveCStringEquals(const char * lhs, const char * rhs) { in CaseInsensitiveCStringEquals() function in testing::internal::String
1687 CaseInsensitiveCStringEquals(c_str() + this_len - suffix_len, suffix); in EndsWithCaseInsensitive()
2560 if (String::CaseInsensitiveCStringEquals(gtest_color, "auto")) { in ShouldUseColor()
2579 return String::CaseInsensitiveCStringEquals(gtest_color, "yes") || in ShouldUseColor()
2580 String::CaseInsensitiveCStringEquals(gtest_color, "true") || in ShouldUseColor()
2581 String::CaseInsensitiveCStringEquals(gtest_color, "t") || in ShouldUseColor()