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.java567 private void newLine() { method in class:PrintStream
573 textOut.newLine();
725 newLine();
738 newLine();
752 newLine();
766 newLine();
780 newLine();
794 newLine();
808 newLine();
822 newLine();
[all...]
H A DPrintWriter.java476 private void newLine() { method in class:PrintWriter
629 newLine();

Completed in 91 milliseconds