HomeSort by relevance Sort by last modified time
    Searched refs:open_tag_to_string (Results 1 - 2 of 2) sorted by null

  /frameworks/base/tools/localize/
XMLHandler.h 108 string open_tag_to_string(const XMLNamespaceMap& nspaces, const string& indent,
XMLHandler.cpp 257 return open_tag_to_string(nspaces, "", pretty);
297 XMLNode::open_tag_to_string(const XMLNamespaceMap& nspaces, const string& indent, int pretty) const function in class:XMLNode
350 string result = open_tag_to_string(nspaces, indent, PRETTY);

Completed in 158 milliseconds