Home
last modified time | relevance | path

Searched refs:PRETTY (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/tools/localize/
DXMLHandler_test.cpp83 XMLNode* root = NodeHandler::ParseFile("testdata/xml.xml", XMLNode::PRETTY); in ParseFile_PRETTY_test()
111 XMLNode* root = NodeHandler::ParseString("testdata/xml.xml", text, XMLNode::PRETTY); in ParseString_PRETTY_test()
DXLIFFFile.cpp59 XMLNode* root = NodeHandler::ParseFile(filename, XMLNode::PRETTY); in Parse()
464 root = XMLNode::NewElement(GENERATED_POS, XLIFF_XMLNS, "xliff", attrs, XMLNode::PRETTY); in ToXMLNode()
490 XMLNode::PRETTY); in ToXMLNode()
495 vector<XMLAttribute>(), XMLNode::PRETTY); in ToXMLNode()
510 tuAttrs, XMLNode::PRETTY); in ToXMLNode()
521 XMLNode::PRETTY)); in ToXMLNode()
541 altTransAttrs, XMLNode::PRETTY); in ToXMLNode()
553 XMLNode::PRETTY)); in ToXMLNode()
DValuesFile.cpp219 root = XMLNode::NewElement(GENERATED_POS, "", "resources", attrs, XMLNode::PRETTY); in ToXMLNode()
229 XMLNode::PRETTY); in ToXMLNode()
Dxmb.cpp152 attrs, XMLNode::PRETTY); in do_xlb_export()
DXMLHandler.cpp269 if (m_pretty == PRETTY) { in contents_to_string()
350 string result = open_tag_to_string(nspaces, indent, PRETTY); in to_string()
355 if (m_pretty == PRETTY && m_children.size() > 0) { in to_string()
DXMLHandler.h58 PRETTY = 1 enumerator
Dlocalize.cpp29 XMLNode* root = NodeHandler::ParseFile(filename, XMLNode::PRETTY); in read_settings()