Searched defs:EndsWithNoCase (Results 1 – 2 of 2) sorted by relevance
36 TEST(StringUtilTest, EndsWithNoCase) { in TEST() argument
33 bool EndsWithNoCase(std::string_view str, std::string_view suffix) { in EndsWithNoCase() function