HomeSort by relevance Sort by last modified time
    Searched refs:getChildElement (Results 1 - 6 of 6) sorted by null

  /external/icu4c/tools/toolutil/
xmlparser.h 112 const UXMLElement *getChildElement(const UnicodeString &name) const;
xmlparser.cpp 800 UXMLElement::getChildElement(const UnicodeString &name) const {
  /frameworks/base/tools/aapt/
XMLNode.h 110 sp<XMLNode> getChildElement(const String16& tagNamespace, const String16& tagName);
Resource.cpp 762 sp<XMLNode> vers = root->getChildElement(String16(), String16("uses-sdk"));
783 sp<XMLNode> application = root->getChildElement(String16(), String16("application"));
806 sp<XMLNode> application = root->getChildElement(String16(), String16("application"));
    [all...]
XMLNode.cpp 729 sp<XMLNode> XMLNode::getChildElement(const String16& tagNamespace, const String16& tagName)
    [all...]
  /external/icu4c/test/intltest/
ssearch.cpp 249 n = testCase->getChildElement("pattern");
259 n = testCase->getChildElement("pre");
267 n = testCase->getChildElement("m");
277 n = testCase->getChildElement("post");
587 n = testCase->getChildElement("pattern");
597 n = testCase->getChildElement("pre");
605 n = testCase->getChildElement("m");
615 n = testCase->getChildElement("post");
    [all...]

Completed in 295 milliseconds