OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:endingnewlines
(Results
1 - 2
of
2
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/
HtmlTree.java
607
private int
endingNewLines
= 2;
721
* {@code
endingNewLines
} being reset to 0.
732
endingNewLines
= 0;
750
if (
endingNewLines
== 0) {
759
while (
endingNewLines
< 1) {
764
while (
endingNewLines
< 2) {
774
* follow any previous new lines, and increments {@code
endingNewLines
}.
779
endingNewLines
++;
790
if (
endingNewLines
> 0 && quoteDepth > 0) {
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlTree.java
641
private int
endingNewLines
= 2;
755
* {@code
endingNewLines
} being reset to 0.
766
endingNewLines
= 0;
784
if (
endingNewLines
== 0) {
793
while (
endingNewLines
< 1) {
798
while (
endingNewLines
< 2) {
808
* follow any previous new lines, and increments {@code
endingNewLines
}.
813
endingNewLines
++;
824
if (
endingNewLines
> 0 && quoteDepth > 0) {
Completed in 395 milliseconds