HomeSort by relevance Sort by last modified time
    Searched refs:stripAll (Results 1 - 6 of 6) sorted by null

  /external/jsilver/src/com/google/clearsilver/jsilver/template/
HtmlWhiteSpaceStripper.java 171 stripAll(c);
202 private void stripAll(char c) throws IOException {
  /frameworks/base/tools/aapt/
XMLNode.h 34 bool stripAll=true, bool keepComments=false,
128 void removeWhitespace(bool stripAll=true, const char** cDataTags=NULL);
XMLNode.cpp 522 bool stripAll, bool keepComments,
529 root->removeWhitespace(stripAll, cDataTags);
830 void XMLNode::removeWhitespace(bool stripAll, const char** cDataTags)
839 stripAll = false;
856 if (stripAll) {
883 node->removeWhitespace(stripAll, cDataTags);
    [all...]
  /external/libxslt/libxslt/
imports.c 366 if (style->stripAll == 1)
368 if (style->stripAll == -1)
xsltInternals.h     [all...]
xslt.c     [all...]

Completed in 298 milliseconds