Searched refs:CharsetDecoderICU (Results 1 – 3 of 3) sorted by relevance
24 final class CharsetDecoderICU extends CharsetDecoder { class52 public static CharsetDecoderICU newInstance(Charset cs, String icuCanonicalName) { in newInstance()56 CharsetDecoderICU result; in newInstance()60 result = new CharsetDecoderICU(cs, averageCharsPerByte, address); in newInstance()73 private CharsetDecoderICU(Charset cs, float averageCharsPerByte, long address) { in CharsetDecoderICU() method in CharsetDecoderICU
26 return CharsetDecoderICU.newInstance(this, icuCanonicalName); in newDecoder()
100 "luni/src/main/java/java/nio/charset/CharsetDecoderICU.java",