Searched defs:charsetName (Results 1 – 2 of 2) sorted by relevance
1138 public static boolean isEncodingSupported(String charsetName) { in isEncodingSupported()1153 public static boolean isDecodingSupported(String charsetName) { in isDecodingSupported()1164 public static String toMimeCharset(String charsetName) { in toMimeCharset()1183 public static String toJavaCharset(String charsetName) { in toJavaCharset()1191 public static java.nio.charset.Charset getCharset(String charsetName) { in getCharset()
69 public Charset charsetForName(String charsetName) { in charsetForName()