Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/toolutil/
Dxmlparser.h48 class U_TOOLUTIL_API UXMLElement : public UObject {
53 virtual ~UXMLElement();
103 const UXMLElement *nextChildElement(int32_t &i) const;
112 const UXMLElement *getChildElement(const UnicodeString &name) const;
126 UXMLElement();
127 UXMLElement(const UXMLElement &other);
128 UXMLElement &operator=(const UXMLElement &other);
134 UXMLElement(const UXMLParser *parser, const UnicodeString *name, UErrorCode &errorCode);
152 UXMLElement *fParent; // A pointer to the parent element of this element.
178 UXMLElement *parse(const UnicodeString &src, UErrorCode &errorCode);
[all …]
Dxmlparser.cpp53 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(UXMLElement) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
162 UXMLElement *
327 UXMLElement *
333 UXMLElement *root = NULL; in parse()
379 UXMLElement *el = root; in parse()
391 UXMLElement *t = createElement(mXMLElemStart, status); in parse()
439 el = (UXMLElement *)fElementStack.pop(); in parse()
445 UXMLElement *t = createElement(mXMLElemEmpty, status); in parse()
486 UXMLElement *
489 UXMLElement *el = new UXMLElement(this, intern(mEl.group(1, status), status), status); in createElement()
[all …]
/external/icu/icu4c/source/test/perf/leperf/
Dxmlreader.cpp138 UXMLElement *root = parser->parseFile(testFilePath, status); in readTestFile()
163 const UXMLElement *testCase; in readTestFile()
174 const UXMLElement *element; in readTestFile()
/external/icu/icu4c/source/test/letest/
Dxmlreader.cpp138 UXMLElement *root = parser->parseFile(testFilePath, status); in readTestFile()
163 const UXMLElement *testCase; in readTestFile()
174 const UXMLElement *element; in readTestFile()
Dgendata.cpp161 UXMLElement *root = parser->parseFile(gendataFile, status); in main()
186 const UXMLElement *testCase; in main()
197 const UXMLElement *element; in main()
Dletest.cpp572 UXMLElement *root = parser->parseFile(testFilePath, status); in DataDrivenTest()
597 const UXMLElement *testCase; in DataDrivenTest()
606 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.cpp126 LocalPointer<UXMLElement> root(parser->parseFile(testFilePath, status)); in searchTest()
138 const UXMLElement *testCase; in searchTest()
212 const UXMLElement *n; in searchTest()