Searched refs:ByteToCharConverter (Results 1 - 22 of 22) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/io/
H A DByteToCharISO2022KR.java35 SOConverter = new ByteToCharConverter[1];
38 SOConverter[0] = ByteToCharConverter.getConverter("KSC5601");
H A DByteToCharConverter.java42 public abstract class ByteToCharConverter { class
70 * Create an instance of the default ByteToCharConverter subclass.
72 public static ByteToCharConverter getDefault() {
75 return (ByteToCharConverter)cvt;
79 * Returns appropriate ByteToCharConverter subclass instance.
82 public static ByteToCharConverter getConverter(String encoding)
87 return (ByteToCharConverter)cvt;
292 return "ByteToCharConverter: " + getCharacterEncoding();
H A DByteToCharISO2022CN.java31 public class ByteToCharISO2022CN extends ByteToCharConverter
36 private ByteToCharConverter SOConverter[];
37 private ByteToCharConverter SS2Converter[] = null;
38 private ByteToCharConverter SS3Converter[] = null;
55 private ByteToCharConverter tmpConverter[];
283 SOConverter = new ByteToCharConverter[3];
284 SS2Converter = new ByteToCharConverter[1];
285 SS3Converter = new ByteToCharConverter[1];
289 = ByteToCharConverter.getConverter("GB2312");
291 = ByteToCharConverter
[all...]
H A DByteToCharASCII.java33 public class ByteToCharASCII extends ByteToCharConverter {
H A DByteToCharISO8859_1.java33 public class ByteToCharISO8859_1 extends ByteToCharConverter {
H A DByteToCharJISAutoDetect.java30 public class ByteToCharJISAutoDetect extends ByteToCharConverter {
48 private ByteToCharConverter detectedConv = null;
49 private ByteToCharConverter defaultConv = null;
172 detectedConv = ByteToCharConverter.getConverter(convName);
H A DByteToCharSingleByte.java35 public abstract class ByteToCharSingleByte extends ByteToCharConverter {
H A DByteToCharISO2022.java33 public abstract class ByteToCharISO2022 extends ByteToCharConverter
40 protected ByteToCharConverter SOConverter[];
41 protected ByteToCharConverter SS2Converter[] = null;
42 protected ByteToCharConverter SS3Converter[] = null;
59 private ByteToCharConverter tmpConverter[];
H A DByteToCharDBCS_ASCII.java30 public abstract class ByteToCharDBCS_ASCII extends ByteToCharConverter
H A DByteToCharEUC.java30 public abstract class ByteToCharEUC extends ByteToCharConverter
H A DByteToCharDoubleByte.java33 public abstract class ByteToCharDoubleByte extends ByteToCharConverter {
H A DByteToCharEUC2.java30 public abstract class ByteToCharEUC2 extends ByteToCharConverter
H A DByteToCharCp33722.java32 public class ByteToCharCp33722 extends ByteToCharConverter
H A DByteToCharCp964.java32 public class ByteToCharCp964 extends ByteToCharConverter
H A DByteToCharDBCS_EBCDIC.java30 public abstract class ByteToCharDBCS_EBCDIC extends ByteToCharConverter
H A DByteToCharEUC_TW.java33 public class ByteToCharEUC_TW extends ByteToCharConverter
H A DByteToCharISCII91.java54 * @see sun.io.ByteToCharConverter
56 public class ByteToCharISCII91 extends ByteToCharConverter {
71 * @see sun.io.ByteToCharConverter#convert
202 * @see sun.io.ByteToCharConverter#flush
226 * @see sun.io.ByteToCharConverter#reset
H A DByteToCharUnicode.java50 public class ByteToCharUnicode extends ByteToCharConverter {
H A DByteToCharUTF8.java34 public class ByteToCharUTF8 extends ByteToCharConverter {
/openjdk7/jdk/test/sun/nio/cs/
H A DTestCp834_SBCS.java40 ByteToCharConverter bc834 = ByteToCharConverter.getConverter("Cp834");
H A DTestISCII91.java37 ByteToCharConverter b2c = new ByteToCharISCII91();
/openjdk7/jdk/make/java/sun_nio/
H A DFILES_java.gmk82 sun/io/ByteToCharConverter.java \

Completed in 43 milliseconds