Searched refs:codeConverter (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/io/
H A DCharToByteISO2022CN_CNS.java40 codeConverter = CharToByteConverter.getConverter("CNS11643");
H A DCharToByteISO2022CN_GB.java38 codeConverter = CharToByteConverter.getConverter("GB2312");
H A DCharToByteISO2022KR.java34 codeConverter = CharToByteConverter.getConverter("KSC5601");
H A DCharToByteISO2022.java50 protected CharToByteConverter codeConverter; field in class:CharToByteISO2022
81 return codeConverter.canConvert(ch);
88 byte convByte[] = new byte[codeConverter.getMaxBytesPerChar()];
93 converted = codeConverter.convert(convChar, 0, 1, convByte, 0,
94 codeConverter.getMaxBytesPerChar());

Completed in 31 milliseconds