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,
130 void removeWhitespace(bool stripAll=true, const char** cDataTags=NULL);
DXMLNode.cpp551 bool stripAll, bool keepComments, in parseXMLResource() argument
558 root->removeWhitespace(stripAll, cDataTags); in parseXMLResource()
891 void XMLNode::removeWhitespace(bool stripAll, const char** cDataTags) in removeWhitespace() argument
900 stripAll = false; in removeWhitespace()
917 if (stripAll) { in removeWhitespace()
944 node->removeWhitespace(stripAll, cDataTags); in removeWhitespace()