Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/aapt/
H A DXMLNode.h37 const char** cDataTags=NULL);
134 void removeWhitespace(bool stripAll=true, const char** cDataTags=NULL);
H A DXMLNode.cpp553 const char** cDataTags) in parseXMLResource() argument
559 root->removeWhitespace(stripAll, cDataTags); in parseXMLResource()
916 void XMLNode::removeWhitespace(bool stripAll, const char** cDataTags) in removeWhitespace() argument
920 if (cDataTags) { in removeWhitespace()
922 const char** p = cDataTags; in removeWhitespace()
969 node->removeWhitespace(stripAll, cDataTags); in removeWhitespace()