Searched refs:EndsWithIgnoreCase (Results 1 – 2 of 2) sorted by relevance
151 bool EndsWithIgnoreCase(std::string_view s, std::string_view suffix);
175 bool EndsWithIgnoreCase(std::string_view s, std::string_view suffix) { in EndsWithIgnoreCase() function