OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:endingnewlines
(Results
1 - 1
of
1
) sorted by null
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlTree.java
680
private int
endingNewLines
= 2;
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) {
[
all
...]
Completed in 372 milliseconds