Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DXMLNode.h36 bool stripAll=true, bool keepComments=false,
134 void removeWhitespace(bool stripAll=true, const char** cDataTags=NULL);
DXMLNode.cpp552 bool stripAll, bool keepComments, in parseXMLResource() argument
559 root->removeWhitespace(stripAll, cDataTags); in parseXMLResource()
916 void XMLNode::removeWhitespace(bool stripAll, const char** cDataTags) in removeWhitespace() argument
925 stripAll = false; in removeWhitespace()
942 if (stripAll) { in removeWhitespace()
969 node->removeWhitespace(stripAll, cDataTags); in removeWhitespace()