Searched defs:newLine (Results 1 - 4 of 4) sorted by relevance

/libcore/luni/src/main/java/org/w3c/dom/ls/
H A DLSSerializer.java323 public void setNewLine(String newLine); argument
/libcore/ojluni/src/main/java/java/io/
H A DBufferedWriter.java36 * <p> A newLine() method is provided, which uses the platform's own notion of
242 public void newLine() throws IOException { method in class:BufferedWriter
H A DPrintStream.java556 private void newLine() { method in class:PrintStream
562 textOut.newLine();
714 newLine();
727 newLine();
741 newLine();
755 newLine();
769 newLine();
783 newLine();
797 newLine();
811 newLine();
[all...]
H A DPrintWriter.java476 private void newLine() { method in class:PrintWriter
629 newLine();

Completed in 155 milliseconds