Searched refs:CharToByteConverter (Results 1 - 20 of 20) 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 DCharToByteConverter.java42 public abstract class CharToByteConverter { class
70 * Create an instance of the default CharToByteConverter subclass.
72 public static CharToByteConverter getDefault() {
75 return (CharToByteConverter)cvt;
79 * Returns appropriate CharToByteConverter subclass instance.
82 public static CharToByteConverter getConverter(String encoding)
87 return (CharToByteConverter)cvt;
417 return "CharToByteConverter: " + getCharacterEncoding();
H A DCharToByteASCII.java28 public class CharToByteASCII extends CharToByteConverter {
H A DCharToByteEUC_TW.java34 public class CharToByteEUC_TW extends CharToByteConverter
H A DCharToByteISO2022.java32 public abstract class CharToByteISO2022 extends CharToByteConverter
50 protected CharToByteConverter codeConverter;
H A DCharToByteDBCS_ASCII.java30 public abstract class CharToByteDBCS_ASCII extends CharToByteConverter
H A DCharToByteDoubleByte.java32 public abstract class CharToByteDoubleByte extends CharToByteConverter {
H A DCharToByteISCII91.java54 * @see sun.io.CharToByteConverter
63 public class CharToByteISCII91 extends CharToByteConverter {
77 * @see sun.io.CharToByteConverter#canConvert
87 * @see sun.io.CharToByteConverter#convert
175 * @see sun.io.CharToByteConverter#flush
189 * @see sun.io.CharToByteConverter#getMaxBytesPerChar
195 * @see sun.io.CharToByteConverter#reset
H A DCharToByteISO8859_1.java27 public class CharToByteISO8859_1 extends CharToByteConverter {
H A DCharToByteSingleByte.java43 public abstract class CharToByteSingleByte extends CharToByteConverter {
H A DCharToByteUnicode.java37 public class CharToByteUnicode extends CharToByteConverter {
H A DCharToByteEUC.java27 public abstract class CharToByteEUC extends CharToByteConverter
H A DCharToByteUTF8.java43 public class CharToByteUTF8 extends CharToByteConverter {
H A DCharToByteDBCS_EBCDIC.java30 public abstract class CharToByteDBCS_EBCDIC extends CharToByteConverter
H A DCharToByteGB18030.java33 public class CharToByteGB18030 extends CharToByteConverter
/openjdk7/jdk/test/sun/nio/cs/
H A DTestCp834_SBCS.java39 CharToByteConverter cb834 = CharToByteConverter.getConverter("Cp834");
H A DTestISCII91.java36 CharToByteConverter c2b = new CharToByteISCII91();
/openjdk7/jdk/make/java/sun_nio/
H A DFILES_java.gmk91 sun/io/CharToByteConverter.java \

Completed in 66 milliseconds