D | ResourceTypes.cpp | 1578 ssize_t ResXMLParser::indexOfAttribute(const char* ns, const char* attr) const in indexOfAttribute() function in android::ResXMLParser 1582 return indexOfAttribute(ns ? nsStr.c_str() : NULL, ns ? nsStr.size() : 0, in indexOfAttribute() 1586 ssize_t ResXMLParser::indexOfAttribute(const char16_t* ns, size_t nsLen, in indexOfAttribute() function in android::ResXMLParser
|