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.java92 private static Charset toCharset(String csn) in toCharset() method in PrintStream
184 toCharset(encoding)); in PrintStream()
255 this(false, toCharset(csn), new FileOutputStream(fileName)); in PrintStream()
326 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.java587 this(makeReadable(Objects.requireNonNull(source, "source"), toCharset(charsetName)), in Scanner()
596 private static Charset toCharset(String csn) { in toCharset() method in Scanner
701 this(Objects.requireNonNull(source), toCharset(charsetName)); in Scanner()
DFormatter.java1873 private static Charset toCharset(String csn) in toCharset() method in Formatter
2078 this(toCharset(csn), l, new File(fileName)); in Formatter()
2189 this(toCharset(csn), l, file); in Formatter()