Home
last modified time | relevance | path

Searched refs:UXMLElement (Results 1 – 8 of 8) sorted by relevance

/external/icu/icu4c/source/tools/toolutil/
Dxmlparser.h50 class U_TOOLUTIL_API UXMLElement : public UObject {
55 virtual ~UXMLElement();
105 const UXMLElement *nextChildElement(int32_t &i) const;
114 const UXMLElement *getChildElement(const UnicodeString &name) const;
128 UXMLElement();
129 UXMLElement(const UXMLElement &other);
130 UXMLElement &operator=(const UXMLElement &other);
136 UXMLElement(const UXMLParser *parser, const UnicodeString *name, UErrorCode &errorCode);
154 UXMLElement *fParent; // A pointer to the parent element of this element.
180 UXMLElement *parse(const UnicodeString &src, UErrorCode &errorCode);
[all …]
Dxmlparser.cpp55 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(UXMLElement) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
164 UXMLElement *
329 UXMLElement *
335 UXMLElement *root = NULL; in parse()
381 UXMLElement *el = root; in parse()
393 UXMLElement *t = createElement(mXMLElemStart, status); in parse()
441 el = (UXMLElement *)fElementStack.pop(); in parse()
447 UXMLElement *t = createElement(mXMLElemEmpty, status); in parse()
488 UXMLElement *
491 UXMLElement *el = new UXMLElement(this, intern(mEl.group(1, status), status), status); in createElement()
[all …]
/external/icu/icu4c/source/test/perf/leperf/
Dxmlreader.cpp144 UXMLElement *root = parser->parseFile(testFilePath, status); in readTestFile()
169 const UXMLElement *testCase; in readTestFile()
180 const UXMLElement *element; in readTestFile()
/external/icu/icu4c/source/test/letest/
Dxmlreader.cpp140 UXMLElement *root = parser->parseFile(testFilePath, status); in readTestFile()
165 const UXMLElement *testCase; in readTestFile()
176 const UXMLElement *element; in readTestFile()
Dgendata.cpp163 UXMLElement *root = parser->parseFile(gendataFile, status); in main()
188 const UXMLElement *testCase; in main()
199 const UXMLElement *element; in main()
Dletest.cpp574 UXMLElement *root = parser->parseFile(testFilePath, status); in DataDrivenTest()
599 const UXMLElement *testCase; in DataDrivenTest()
608 const UXMLElement *element; in DataDrivenTest()
/external/icu/icu4c/source/test/intltest/
Dcsdetest.cpp554 UXMLElement *root = parser->parseFile(testFilePath, status); in DetectionTest()
561 const UXMLElement *testCase; in DetectionTest()
Dssearch.cpp127 LocalPointer<UXMLElement> root(parser->parseFile(testFilePath, status)); in searchTest()
139 const UXMLElement *testCase; in searchTest()
213 const UXMLElement *n; in searchTest()