Searched refs:JAVA_CHARSETS (Results 1 – 1 of 1) sorted by relevance
813 private static Charset[] JAVA_CHARSETS = { field in CharsetUtil1024 for (int i = 0; i < JAVA_CHARSETS.length; i++) {1026 String s = new String(dummy, JAVA_CHARSETS[i].canonical);1027 decodingSupported.add(JAVA_CHARSETS[i].canonical.toLowerCase(Locale.US)); in decodingSupported.add()1032 "dummy".getBytes(JAVA_CHARSETS[i].canonical); in getBytes()1033 encodingSupported.add(JAVA_CHARSETS[i].canonical.toLowerCase(Locale.US)); in encodingSupported.add()1040 for (int i = 0; i < JAVA_CHARSETS.length; i++) {1041 Charset c = JAVA_CHARSETS[i];