Searched refs:PRETTY (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/tools/localize/ |
D | XMLHandler_test.cpp | 83 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()
|
D | XLIFFFile.cpp | 59 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()
|
D | ValuesFile.cpp | 219 root = XMLNode::NewElement(GENERATED_POS, "", "resources", attrs, XMLNode::PRETTY); in ToXMLNode() 229 XMLNode::PRETTY); in ToXMLNode()
|
D | xmb.cpp | 152 attrs, XMLNode::PRETTY); in do_xlb_export()
|
D | XMLHandler.cpp | 269 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()
|
D | XMLHandler.h | 58 PRETTY = 1 enumerator
|
D | localize.cpp | 29 XMLNode* root = NodeHandler::ParseFile(filename, XMLNode::PRETTY); in read_settings()
|