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

/dalvik/libcore/json/src/main/java/org/json/
H A DJSONStringer.java80 * A array with at least one value requires a comma and newline before
99 * newline before the next element.
196 newline();
353 private void newline() { method in class:JSONStringer
390 newline();
407 newline();
410 newline();
/dalvik/libcore/luni/src/main/java/java/io/
H A DPrintStream.java64 * contents to the target stream when a newline is encountered.
81 * automatically flushes its contents to the target stream when a newline is
88 * newline sequence.
104 * flushes its contents to the target stream when a newline is encountered.
110 * newline sequence.
385 private void newline() { method in class:PrintStream
523 newline();
630 newline();
719 // 0x0A is ASCII newline, 0x15 is EBCDIC newline
[all...]
/dalvik/libcore/luni/src/test/java/tests/api/java/io/
H A DPrintStreamTest.java616 // followed by zeros. The newline is written as the last entry
620 boolean newline = false;
623 newline = true;
625 assertTrue("Newline not written", newline);

Completed in 548 milliseconds