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