Searched refs:endingNewLines (Results 1 - 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
H A DHtmlTree.java680 private int endingNewLines = 2; field in class:HtmlTree.PlainTextPrinter
794 * {@code endingNewLines} being reset to 0.
805 endingNewLines = 0;
823 if (endingNewLines == 0) {
832 while (endingNewLines < 1) {
837 while (endingNewLines < 2) {
847 * follow any previous new lines, and increments {@code endingNewLines}.
852 endingNewLines++;
863 if (endingNewLines > 0 && quoteDepth > 0) {

Completed in 11 milliseconds