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

/libcore/ojluni/src/main/java/java/io/
H A DPrintStream.java92 private static Charset toCharset(String csn) method in class:PrintStream
184 toCharset(encoding));
255 this(false, toCharset(csn), new FileOutputStream(fileName));
326 this(false, toCharset(csn), new FileOutputStream(file));
H A DPrintWriter.java82 private static Charset toCharset(String csn) method in class:PrintWriter
232 this(toCharset(csn), new File(fileName));
303 this(toCharset(csn), file);
/libcore/ojluni/src/main/java/java/util/
H A DScanner.java583 this(makeReadable(Objects.requireNonNull(source, "source"), toCharset(charsetName)),
592 private static Charset toCharset(String csn) { method in class:Scanner
697 this(Objects.requireNonNull(source), toCharset(charsetName));
H A DFormatter.java1872 private static Charset toCharset(String csn) method in class:Formatter
2077 this(toCharset(csn), l, new File(fileName));
2188 this(toCharset(csn), l, file);

Completed in 128 milliseconds