Searched refs:Decoder (Results 26 - 50 of 140) sorted by relevance

123456

/openjdk7/jdk/src/share/classes/sun/io/
H A DByteToCharCp939.java37 super((DoubleByte.Decoder)new IBM939().newDecoder());
H A DByteToCharCp942.java37 super((DoubleByte.Decoder)new IBM942().newDecoder());
H A DByteToCharCp942C.java38 super((DoubleByte.Decoder)new IBM942C().newDecoder());
H A DByteToCharCp943.java38 super((DoubleByte.Decoder)new IBM943().newDecoder());
H A DByteToCharCp943C.java38 super((DoubleByte.Decoder)new IBM943C().newDecoder());
H A DByteToCharCp948.java37 super((DoubleByte.Decoder)new IBM948().newDecoder());
H A DByteToCharCp949.java37 super((DoubleByte.Decoder)new IBM949().newDecoder());
H A DByteToCharCp949C.java38 super((DoubleByte.Decoder)new IBM949C().newDecoder());
H A DByteToCharCp950.java37 super((DoubleByte.Decoder)new IBM950().newDecoder());
H A DByteToCharCp970.java37 super((DoubleByte.Decoder)new IBM970().newDecoder());
/openjdk7/jdk/src/share/classes/sun/nio/cs/ext/
H A DBig5_HKSCS.java51 return new Decoder(this);
58 static class Decoder extends HKSCS.Decoder { class in class:Big5_HKSCS
59 private static DoubleByte.Decoder big5 =
60 (DoubleByte.Decoder)new Big5().newDecoder();
69 private Decoder(Charset cs) { method in class:Big5_HKSCS.Decoder
H A DBig5_HKSCS_2001.java46 return new Decoder(this);
53 private static class Decoder extends HKSCS.Decoder { class in class:Big5_HKSCS_2001
54 private static DoubleByte.Decoder big5 =
55 (DoubleByte.Decoder)new Big5().newDecoder();
64 private Decoder(Charset cs) { method in class:Big5_HKSCS_2001.Decoder
H A DMS932_0213.java45 return new Decoder(this);
52 protected static class Decoder extends SJIS_0213.Decoder { class in class:MS932_0213
53 static DoubleByte.Decoder decMS932 =
54 (DoubleByte.Decoder)new MS932().newDecoder();
55 protected Decoder(Charset cs) { method in class:MS932_0213.Decoder
H A DMS950_HKSCS.java51 return new Decoder(this);
58 static class Decoder extends HKSCS.Decoder { class in class:MS950_HKSCS
59 private static DoubleByte.Decoder ms950 =
60 (DoubleByte.Decoder)new MS950().newDecoder();
69 private Decoder(Charset cs) { method in class:MS950_HKSCS.Decoder
H A DMS950_HKSCS_XP.java47 return new Decoder(this);
54 static class Decoder extends HKSCS.Decoder { class in class:MS950_HKSCS_XP
55 private static DoubleByte.Decoder ms950 =
56 (DoubleByte.Decoder)new MS950().newDecoder();
75 private Decoder(Charset cs) { method in class:MS950_HKSCS_XP.Decoder
/openjdk7/jdk/test/sun/nio/cs/OLD/
H A DMS932_OLD.java53 return new Decoder(this);
60 private static class Decoder extends MS932DB.Decoder class in class:MS932_OLD
64 JIS_X_0201.Decoder jisDec0201;
66 private Decoder(Charset cs) { method in class:MS932_OLD.Decoder
68 jisDec0201 = new JIS_X_0201.Decoder(cs);
H A DEUC_CN_OLD.java50 return new Decoder(this);
58 return Decoder.index1;
61 return Decoder.index2;
70 public static class Decoder extends DoubleByteDecoder { class in class:EUC_CN_OLD
1076 public Decoder(Charset cs) { method in class:EUC_CN_OLD.Decoder
H A DEUC_KR_OLD.java56 return new Decoder(this);
73 return Decoder.index1;
77 return Decoder.index2;
90 public static class Decoder extends DoubleByteDecoder { class in class:EUC_KR_OLD
1190 public Decoder(Charset cs) { method in class:EUC_KR_OLD.Decoder
H A DGBK_OLD.java49 return new Decoder(this);
66 return Decoder.index1;
70 return Decoder.index2;
83 public static class Decoder extends DoubleByteDecoder { class in class:GBK_OLD
3164 public Decoder(Charset cs) { method in class:GBK_OLD.Decoder
H A DIBM1383_OLD.java56 return new Decoder(this);
64 return Decoder.byteToCharTable;
68 return Decoder.mappingTableG1;
83 protected static class Decoder extends SimpleEUCDecoder { class in class:IBM1383_OLD
85 public Decoder(Charset cs) { method in class:IBM1383_OLD.Decoder
H A DIBM942C_OLD.java52 return new Decoder(this);
59 private static class Decoder extends IBM942_OLD.Decoder { class in class:IBM942C_OLD
66 IBM942_OLD.Decoder.singleByteToChar.substring(indexs.length());
69 public Decoder(Charset cs) { method in class:IBM942C_OLD.Decoder
H A DIBM943C_OLD.java53 return new Decoder(this);
60 private static class Decoder extends IBM943_OLD.Decoder { class in class:IBM943C_OLD
67 IBM943_OLD.Decoder.singleByteToChar.substring(indexs.length());
70 public Decoder(Charset cs) { method in class:IBM943C_OLD.Decoder
H A DIBM948_OLD.java55 return new Decoder(this);
63 return Decoder.index1;
67 return Decoder.index2;
83 private static class Decoder extends DBCS_IBM_ASCII_Decoder { class in class:IBM948_OLD
84 public Decoder(Charset cs) { method in class:IBM948_OLD.Decoder
H A DIBM949C_OLD.java53 return new Decoder(this);
72 private static class Decoder extends IBM949_OLD.Decoder { class in class:IBM949C_OLD
79 IBM949_OLD.Decoder.singleByteToChar.substring(indexs.length());
82 public Decoder(Charset cs) { method in class:IBM949C_OLD.Decoder
H A DIBM950_OLD.java53 return new Decoder(this);
61 return Decoder.index1;
65 return Decoder.index2;
81 private static class Decoder extends DBCS_IBM_ASCII_Decoder { class in class:IBM950_OLD
82 public Decoder(Charset cs) { method in class:IBM950_OLD.Decoder

Completed in 215 milliseconds

123456