D | ResourceTypes.cpp | 1331 ssize_t ResXMLParser::indexOfAttribute(const char* ns, const char* attr) const in indexOfAttribute() function in android::ResXMLParser 1335 return indexOfAttribute(ns ? nsStr.string() : NULL, ns ? nsStr.size() : 0, in indexOfAttribute() 1339 ssize_t ResXMLParser::indexOfAttribute(const char16_t* ns, size_t nsLen, in indexOfAttribute() function in android::ResXMLParser
|