HomeSort by relevance Sort by last modified time
    Searched full:flushindent (Results 1 - 1 of 1) sorted by null

  /libcore/luni/src/main/java/java/util/prefs/
XMLParser.java 249 flushIndent(indent--, out);
258 flushIndent(++indent, out);
268 flushIndent(++indent, out);
288 private static void flushIndent(int ind, BufferedWriter out)
297 flushIndent(++indent, out);
307 flushIndent(++indent, out);

Completed in 492 milliseconds