Searched refs:Decoder (Results 51 - 75 of 140) sorted by relevance

123456

/openjdk7/jdk/test/sun/nio/cs/OLD/
H A DJohab_OLD.java49 return new Decoder(this);
66 return Decoder.index1;
70 return Decoder.index2;
83 private static class Decoder extends DoubleByteDecoder { class in class:Johab_OLD
3281 public Decoder(Charset cs) { method in class:Johab_OLD.Decoder
H A DMS936_OLD.java55 return new Decoder(this);
72 return Decoder.index1;
75 return Decoder.index2;
84 private static class Decoder extends DoubleByteDecoder { class in class:MS936_OLD
3165 public Decoder(Charset cs) { method in class:MS936_OLD.Decoder
H A DMS950_OLD.java53 return new Decoder(this);
70 return Decoder.index1;
74 return Decoder.index2;
85 protected static class Decoder extends DoubleByteDecoder { class in class:MS950_OLD
3166 public Decoder(Charset cs) { method in class:MS950_OLD.Decoder
H A DMS932DB.java43 return new Decoder(this);
50 public static class Decoder extends DoubleByteDecoder { class in class:MS932DB
52 public Decoder(Charset cs) { method in class:MS932DB.Decoder
H A DIBM1381_OLD.java56 return new Decoder(this);
73 return Decoder.singleByteToChar;
78 return Decoder.index1;
82 return Decoder.index2;
99 protected static class Decoder extends DBCS_IBM_ASCII_Decoder { class in class:IBM1381_OLD
101 public Decoder(Charset cs) { method in class:IBM1381_OLD.Decoder
H A DIBM930_OLD.java55 return new Decoder(this);
72 return Decoder.singleByteToChar;
77 return Decoder.index1;
81 return Decoder.index2;
98 protected static class Decoder extends DBCS_IBM_EBCDIC_Decoder { class in class:IBM930_OLD
100 public Decoder(Charset cs) { method in class:IBM930_OLD.Decoder
H A DIBM935_OLD.java55 return new Decoder(this);
72 return Decoder.singleByteToChar;
76 return Decoder.index1;
80 return Decoder.index2;
96 protected static class Decoder extends DBCS_IBM_EBCDIC_Decoder { class in class:IBM935_OLD
98 public Decoder(Charset cs) { method in class:IBM935_OLD.Decoder
H A DIBM937_OLD.java55 return new Decoder(this);
72 return Decoder.singleByteToChar;
76 return Decoder.index1;
80 return Decoder.index2;
96 protected static class Decoder extends DBCS_IBM_EBCDIC_Decoder { class in class:IBM937_OLD
98 public Decoder(Charset cs) { method in class:IBM937_OLD.Decoder
H A DIBM939_OLD.java56 return new Decoder(this);
73 return Decoder.singleByteToChar;
77 return Decoder.index1;
81 return Decoder.index2;
97 protected static class Decoder extends DBCS_IBM_EBCDIC_Decoder { class in class:IBM939_OLD
99 public Decoder(Charset cs) { method in class:IBM939_OLD.Decoder
H A DIBM942_OLD.java54 return new Decoder(this);
63 return Decoder.index1;
67 return Decoder.index2;
83 protected static class Decoder extends DBCS_IBM_ASCII_Decoder { class in class:IBM942_OLD
94 public Decoder(Charset cs) { method in class:IBM942_OLD.Decoder
100 protected Decoder(Charset cs, String singleByteToChar) { method in class:IBM942_OLD.Decoder
H A DIBM943_OLD.java53 return new Decoder(this);
61 return Decoder.index1;
65 return Decoder.index2;
80 protected static class Decoder extends DBCS_IBM_ASCII_Decoder { class in class:IBM943_OLD
91 public Decoder(Charset cs) { method in class:IBM943_OLD.Decoder
97 protected Decoder(Charset cs, String singleByteToChar) { method in class:IBM943_OLD.Decoder
H A DMS949_OLD.java54 return new Decoder(this);
71 return Decoder.index1;
74 return Decoder.index2;
84 private static class Decoder extends DoubleByteDecoder { class in class:MS949_OLD
3149 public Decoder(Charset cs) { method in class:MS949_OLD.Decoder
/openjdk7/jdk/src/share/classes/com/sun/pept/ept/
H A DMessageInfo.java32 import com.sun.pept.encoding.Decoder;
82 * @return a Decoder with ...
85 public Decoder getDecoder();
138 public void setDecoder(Decoder decoder);
H A DEPTFactory.java32 import com.sun.pept.encoding.Decoder;
77 * @return a Decoder with ...
82 public Decoder getDecoder(MessageInfo messageInfo);
/openjdk7/jdk/src/share/classes/sun/nio/cs/ext/
H A DJIS_X_0201.java51 return new Decoder(this);
58 public static class Decoder extends SingleByteDecoder { class in class:JIS_X_0201
60 public Decoder(Charset cs) { method in class:JIS_X_0201.Decoder
H A DISO2022_KR.java62 return new Decoder(this);
69 private static class Decoder extends ISO2022.Decoder { class in class:ISO2022_KR
70 public Decoder(Charset cs) method in class:ISO2022_KR.Decoder
H A DEUC_JP_Open.java59 return new Decoder(this);
73 private static class Decoder extends EUC_JP.Decoder { class in class:EUC_JP_Open
74 JIS_X_0201.Decoder decoderJ0201;
87 private Decoder(Charset cs) { method in class:EUC_JP_Open.Decoder
89 decoderJ0201 = new JIS_X_0201.Decoder(cs);
H A DSJIS.java60 return new Decoder(this);
74 static class Decoder extends JIS_X_0208_Decoder class in class:SJIS
77 JIS_X_0201.Decoder jis0201;
79 protected Decoder(Charset cs) { method in class:SJIS.Decoder
81 jis0201 = new JIS_X_0201.Decoder(cs);
/openjdk7/jdk/src/share/classes/sun/io/
H A DByteToCharBig5_HKSCS.java34 protected static HKSCS.Decoder dec =
35 (HKSCS.Decoder)new Big5_HKSCS().newDecoder();
H A DByteToCharMS950_HKSCS.java34 private static HKSCS.Decoder dec =
35 (HKSCS.Decoder)new MS950_HKSCS().newDecoder();
/openjdk7/jdk/src/share/classes/sun/nio/cs/
H A DUTF_32.java42 return new UTF_32Coder.Decoder(this, UTF_32Coder.NONE);
H A DUTF_32BE.java42 return new UTF_32Coder.Decoder(this, UTF_32Coder.BIG);
H A DUTF_32BE_BOM.java42 return new UTF_32Coder.Decoder(this, UTF_32Coder.BIG);
H A DUTF_32LE_BOM.java42 return new UTF_32Coder.Decoder(this, UTF_32Coder.LITTLE);
H A DUTF_32LE.java43 return new UTF_32Coder.Decoder(this, UTF_32Coder.LITTLE);

Completed in 543 milliseconds

123456