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

/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();
/libcore/luni/src/main/java/java/io/
H A DPrintStream.java52 * contents to the target stream when a newline is encountered.
69 * automatically flushes its contents to the target stream when a newline is
76 * newline sequence.
92 * flushes its contents to the target stream when a newline is encountered.
98 * newline sequence.
363 private void newline() { method in class:PrintStream
457 * Prints a newline.
460 newline();
464 * Prints the string representation of the character array {@code chars} followed by a newline.
471 * Prints the string representation of the char {@code c} followed by a newline
[all...]

Completed in 2312 milliseconds