Searched refs:compareIgnoreCase (Results 1 – 2 of 2) sorted by relevance
82 int compareIgnoreCase(const AString &other) const;
324 int AString::compareIgnoreCase(const AString &other) const { in compareIgnoreCase() function in android::AString329 return compareIgnoreCase(other) == 0; in equalsIgnoreCase()