Searched defs:cDataTags (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt/
H A DXMLNode.cpp552 const char** cDataTags)
558 root->removeWhitespace(stripAll, cDataTags);
891 void XMLNode::removeWhitespace(bool stripAll, const char** cDataTags)
895 if (cDataTags) {
897 const char** p = cDataTags;
944 node->removeWhitespace(stripAll, cDataTags);
550 parseXMLResource(const sp<AaptFile>& file, ResXMLTree* outTree, bool stripAll, bool keepComments, const char** cDataTags) argument

Completed in 247 milliseconds