Searched refs:decodingSupported (Results 1 – 1 of 1) sorted by relevance
1006 private static TreeSet<String> decodingSupported = null; field in CharsetUtil1021 decodingSupported = new TreeSet<String>();1027 decodingSupported.add(JAVA_CHARSETS[i].canonical.toLowerCase(Locale.US)); in decodingSupported.add()1055 + decodingSupported);1155 return decodingSupported.contains(charsetName.toLowerCase(Locale.US)); in isDecodingSupported()