Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt/
H A DXMLNode.h134 void removeWhitespace(bool stripAll=true, const char** cDataTags=NULL);
H A DXMLNode.cpp559 root->removeWhitespace(stripAll, cDataTags); in parseXMLResource()
916 void XMLNode::removeWhitespace(bool stripAll, const char** cDataTags) in removeWhitespace() function in XMLNode
969 node->removeWhitespace(stripAll, cDataTags); in removeWhitespace()
H A DResourceTable.cpp90 root->removeWhitespace(true, NULL); in compileXmlFile()
92 root->removeWhitespace(false, NULL); in compileXmlFile()