Home
last modified time | relevance | path

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

/system/core/base/
Dstrings.cpp115 bool EqualsIgnoreCase(std::string_view lhs, std::string_view rhs) { in EqualsIgnoreCase() function
Dstrings_test.cpp288 TEST(strings, EqualsIgnoreCase) { in TEST() argument