Home
last modified time | relevance | path

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

/hardware/google/aemu/base/include/aemu/base/misc/
DStringUtils.h151 bool EndsWithIgnoreCase(std::string_view s, std::string_view suffix);
/hardware/google/aemu/base/
DStringUtils.cpp175 bool EndsWithIgnoreCase(std::string_view s, std::string_view suffix) { in EndsWithIgnoreCase() function