Searched defs:compareIgnoreCase (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/foundation/
H A DAString.cpp310 int AString::compareIgnoreCase(const AString &other) const { function in class:android::AString
315 return compareIgnoreCase(other) == 0;

Completed in 46 milliseconds