Searched defs:toLowerCase (Results 1 – 1 of 1) sorted by relevance
1026 decodingSupported.add(JAVA_CHARSETS[i].canonical.toLowerCase()); in decodingSupported.add()1032 encodingSupported.add(JAVA_CHARSETS[i].canonical.toLowerCase()); in encodingSupported.add()1047 charsetMap.put(c.aliases[j].toLowerCase(), c); in charsetMap.put() argument