Searched refs:quoteDepth (Results 1 – 1 of 1) sorted by relevance
670 private int quoteDepth = 0; field in HtmlTree.PlainTextPrinter721 quoteDepth++; in incQuoteDepth()726 quoteDepth = Math.max(0, quoteDepth - 1); in decQuoteDepth()863 if (endingNewLines > 0 && quoteDepth > 0) {864 for (int i = 0; i < quoteDepth; i++) {