OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UXMLElement
(Results
1 - 7
of
7
) sorted by null
/external/icu4c/tools/toolutil/
xmlparser.h
36
/** Node type element, stored as a
UXMLElement
. */
48
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)
[
all
...]
xmlparser.cpp
53
UOBJECT_DEFINE_RTTI_IMPLEMENTATION(
UXMLElement
)
162
UXMLElement
*
327
UXMLElement
*
333
UXMLElement
*root = NULL;
379
UXMLElement
*el = root;
391
UXMLElement
*t = createElement(mXMLElemStart, status);
439
el = (
UXMLElement
*)fElementStack.pop();
445
UXMLElement
*t = createElement(mXMLElemEmpty, status);
483
// We've just matched an element start tag. Create and fill in a
UXMLElement
object
486
UXMLElement
*
[
all
...]
/external/icu4c/test/letest/
gendata.cpp
125
UXMLElement
*root = parser->parseFile("gendata.xml", status);
145
const
UXMLElement
*testCase;
154
const
UXMLElement
*element;
xmlreader.cpp
138
UXMLElement
*root = parser->parseFile(testFilePath, status);
163
const
UXMLElement
*testCase;
174
const
UXMLElement
*element;
letest.cpp
571
UXMLElement
*root = parser->parseFile(testFilePath, status);
596
const
UXMLElement
*testCase;
605
const
UXMLElement
*element;
[
all
...]
/external/icu4c/test/intltest/
ssearch.cpp
160
LocalPointer<
UXMLElement
> root(parser->parseFile(testFilePath, status));
172
const
UXMLElement
*testCase;
246
const
UXMLElement
*n;
498
UXMLElement
*root = parser->parseFile(testFilePath, status);
510
const
UXMLElement
*testCase;
584
const
UXMLElement
*n;
[
all
...]
csdetest.cpp
503
UXMLElement
*root = parser->parseFile(testFilePath, status);
510
const
UXMLElement
*testCase;
Completed in 66 milliseconds