Searched refs:getElementNamespace (Results 1 – 5 of 5) sorted by relevance
68 const String16& getElementNamespace() const;
237 const char16_t* ns = inXml->getElementNamespace(&nslen); in parseStyledString()294 const char16_t* ns = inXml->getElementNamespace(&nslen); in parseStyledString()456 const char16_t* ns16 = block->getElementNamespace(&len); in printXMLBlock()673 const String16& XMLNode::getElementNamespace() const in getElementNamespace() function in XMLNode1277 LOG_ALWAYS_FATAL_IF(node->getElementNamespace() != ns16 in endElement()
1753 if (block.getElementNamespace(&len) != NULL) { in buildResources()
732 const char16_t* getElementNamespace(size_t* outLen) const;
1091 const char16_t* ResXMLParser::getElementNamespace(size_t* outLen) const in getElementNamespace() function in android::ResXMLParser