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

/frameworks/base/tools/aapt/
H A DXMLNode.cpp524 const char** cDataTags)
530 root->removeWhitespace(stripAll, cDataTags);
831 void XMLNode::removeWhitespace(bool stripAll, const char** cDataTags)
835 if (cDataTags) {
837 const char** p = cDataTags;
884 node->removeWhitespace(stripAll, cDataTags);
522 parseXMLResource(const sp<AaptFile>& file, ResXMLTree* outTree, bool stripAll, bool keepComments, const char** cDataTags) argument

Completed in 201 milliseconds