Searched refs:AVAILABLE_CHARSETS (Results 1 – 1 of 1) sorted by relevance
31 private static final SortedMap<String, Charset> AVAILABLE_CHARSETS = field in Charset34 AVAILABLE_CHARSETS.put(UTF_8.name(), UTF_8); in UTF_8.name()38 return Collections.unmodifiableSortedMap(AVAILABLE_CHARSETS); in availableCharsets()62 Charset charset = AVAILABLE_CHARSETS.get(charsetName.toUpperCase()); in forName()