Home
last modified time | relevance | path

Searched refs:encodingSupported (Results 1 – 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/util/
DCharsetUtil.java1012 private static TreeSet<String> encodingSupported = null; field in CharsetUtil
1022 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()