OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
704
sp<XMLNode> vers = root->
getChildElement
(String16(), String16("uses-sdk"));
719
sp<XMLNode> application = root->
getChildElement
(String16(), String16("application"));
739
sp<XMLNode> application = root->
getChildElement
(String16(), String16("application"));
[
all
...]
XMLNode.cpp
721
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 60 milliseconds