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

  /frameworks/base/tools/localize/
XMLHandler_test.cpp 83 XMLNode* root = NodeHandler::ParseFile("testdata/xml.xml", XMLNode::PRETTY);
111 XMLNode* root = NodeHandler::ParseString("testdata/xml.xml", text, XMLNode::PRETTY);
XLIFFFile.cpp 59 XMLNode* root = NodeHandler::ParseFile(filename, XMLNode::PRETTY);
464 root = XMLNode::NewElement(GENERATED_POS, XLIFF_XMLNS, "xliff", attrs, XMLNode::PRETTY);
490 XMLNode::PRETTY);
495 vector<XMLAttribute>(), XMLNode::PRETTY);
510 tuAttrs, XMLNode::PRETTY);
521 XMLNode::PRETTY));
541 altTransAttrs, XMLNode::PRETTY);
553 XMLNode::PRETTY));
ValuesFile.cpp 219 root = XMLNode::NewElement(GENERATED_POS, "", "resources", attrs, XMLNode::PRETTY);
229 XMLNode::PRETTY);
XMLHandler.h 58 PRETTY = 1
67 const vector<XMLAttribute>& attrs, int pretty);
68 static XMLNode* NewText(const SourcePos& pos, const string& text, int pretty);
76 inline int Pretty() const { return m_pretty; }
80 string OpenTagToString(const XMLNamespaceMap& nspaces, int pretty) const;
109 int pretty) const;
171 NodeHandler(XMLNode* root, int pretty);
183 static XMLNode* ParseFile(const string& filename, int pretty);
184 static XMLNode* ParseString(const string& filename, const string& text, int pretty);
xmb.cpp 152 attrs, XMLNode::PRETTY);
XMLHandler.cpp 209 const vector<XMLAttribute>& attrs, int pretty)
213 node->m_pretty = pretty;
222 XMLNode::NewText(const SourcePos& pos, const string& text, int pretty)
226 node->m_pretty = pretty;
255 XMLNode::OpenTagToString(const XMLNamespaceMap& nspaces, int pretty) const
257 return open_tag_to_string(nspaces, "", pretty);
269 if (m_pretty == PRETTY) {
297 XMLNode::open_tag_to_string(const XMLNamespaceMap& nspaces, const string& indent, int pretty) const
313 if (i == 0 || m_pretty == EXACT || pretty == EXACT) {
350 string result = open_tag_to_string(nspaces, indent, PRETTY);
    [all...]
localize.cpp 29 XMLNode* root = NodeHandler::ParseFile(filename, XMLNode::PRETTY);
455 source->Pretty());
461 source->Name(), source->Attributes(), source->Pretty());
464 source->Name(), source->Attributes(), source->Pretty());

Completed in 704 milliseconds