OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:contents_to_string
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/tools/localize/
XMLHandler.h
106
string
contents_to_string
(const XMLNamespaceMap& nspaces, const string& indent) const;
XMLHandler.cpp
245
return
contents_to_string
(nspaces, "");
261
XMLNode::
contents_to_string
(const XMLNamespaceMap& nspaces, const string& indent) const
function in class:XMLNode
353
result +=
contents_to_string
(nspaces, indent + MORE_INDENT);
Completed in 28 milliseconds