Searched refs:getElementNamespace (Results 1 – 5 of 5) sorted by relevance
68 const String16& getElementNamespace() const;
228 const uint16_t* ns = inXml->getElementNamespace(&nslen); in parseStyledString()285 const uint16_t* ns = inXml->getElementNamespace(&nslen); in parseStyledString()428 const uint16_t* ns16 = block->getElementNamespace(&len); in printXMLBlock()639 const String16& XMLNode::getElementNamespace() const in getElementNamespace() function in XMLNode1193 LOG_ALWAYS_FATAL_IF(node->getElementNamespace() != ns16 in endElement()
1383 if (block.getElementNamespace(&len) != NULL) { in buildResources()
669 const uint16_t* getElementNamespace(size_t* outLen) const;
961 const uint16_t* ResXMLParser::getElementNamespace(size_t* outLen) const in getElementNamespace() function in android::ResXMLParser