Home
last modified time | relevance | path

Searched refs:toCharset (Results 1 – 4 of 4) sorted by relevance

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