Searched refs:isDecodingSupported (Results 1 – 2 of 2) sorted by relevance
239 } else if (!CharsetUtil.isDecodingSupported(charset)) { in decodeEncodedWord()
1154 public static boolean isDecodingSupported(String charsetName) { in isDecodingSupported() method in CharsetUtil