Searched refs:encodingSupported (Results 1 – 1 of 1) sorted by relevance
1012 private static TreeSet<String> encodingSupported = null; field in CharsetUtil1022 encodingSupported = new TreeSet<String>();1033 encodingSupported.add(JAVA_CHARSETS[i].canonical.toLowerCase(Locale.US)); in encodingSupported.add()1057 + encodingSupported);1140 return encodingSupported.contains(charsetName.toLowerCase(Locale.US)); in isEncodingSupported()