Home
last modified time | relevance | path

Searched refs:stripAll (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/aapt/
DXMLNode.h34 bool stripAll=true, bool keepComments=false,
128 void removeWhitespace(bool stripAll=true, const char** cDataTags=NULL);
DXMLNode.cpp522 bool stripAll, bool keepComments, in parseXMLResource() argument
529 root->removeWhitespace(stripAll, cDataTags); in parseXMLResource()
830 void XMLNode::removeWhitespace(bool stripAll, const char** cDataTags) in removeWhitespace() argument
839 stripAll = false; in removeWhitespace()
856 if (stripAll) { in removeWhitespace()
883 node->removeWhitespace(stripAll, cDataTags); in removeWhitespace()