Home
last modified time | relevance | path

Searched refs:removeWhitespace (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/tools/aapt/
DXMLNode.h128 void removeWhitespace(bool stripAll=true, const char** cDataTags=NULL);
DXMLNode.cpp529 root->removeWhitespace(stripAll, cDataTags); in parseXMLResource()
830 void XMLNode::removeWhitespace(bool stripAll, const char** cDataTags) in removeWhitespace() function in XMLNode
883 node->removeWhitespace(stripAll, cDataTags); in removeWhitespace()
DResourceTable.cpp52 root->removeWhitespace(true, NULL); in compileXmlFile()
54 root->removeWhitespace(false, NULL); in compileXmlFile()