Searched refs:getElementNamespace (Results 1 – 8 of 8) sorted by relevance
96 ASSERT_EQ(nullptr, tree.getElementNamespace(&len)); in TEST_F()109 ASSERT_EQ(nullptr, tree.getElementNamespace(&len)); in TEST_F()123 ASSERT_EQ(nullptr, tree.getElementNamespace(&len)); in TEST_F()133 ASSERT_EQ(nullptr, tree.getElementNamespace(&len)); in TEST_F()138 ASSERT_EQ(nullptr, tree.getElementNamespace(&len)); in TEST_F()
70 const String16& getElementNamespace() const;
250 const char16_t* ns = inXml->getElementNamespace(&nslen); in parseStyledString()307 const char16_t* ns = inXml->getElementNamespace(&nslen); in parseStyledString()452 const char16_t* ns16 = block->getElementNamespace(&len); in printXMLBlock()681 const String16& XMLNode::getElementNamespace() const in getElementNamespace() function in XMLNode1304 LOG_ALWAYS_FATAL_IF(node->getElementNamespace() != ns16 in endElement()
4785 if (node->getElementNamespace().size() != 0) { in versionForCompat()5105 if (child->getElementNamespace() != kAaptNamespaceUri16 || in processBundleFormatImpl()5125 String8(child->getElementNamespace()).string(), in processBundleFormatImpl()
1928 if (block.getElementNamespace(&len) != NULL) { in buildResources()
301 const char16_t* str16 = tree.getElementNamespace(&len); in Inflate()
738 const char16_t* getElementNamespace(size_t* outLen) const;
1134 const char16_t* ResXMLParser::getElementNamespace(size_t* outLen) const in getElementNamespace() function in android::ResXMLParser