Home
last modified time | relevance | path

Searched defs:EndsWithCaseInsensitive (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/googletest/googletest/src/
H A Dgtest.cc2199 bool String::EndsWithCaseInsensitive(const std::string& str, in EndsWithCaseInsensitive() function in testing::internal::String
/freebsd/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc1081 TEST(StringTest, EndsWithCaseInsensitive) { in TEST() argument