Searched defs:Decoder (Results 51 - 72 of 72) sorted by relevance

123

/openjdk7/jdk/src/share/classes/sun/nio/cs/ext/
H A DEUC_JP_LINUX.java59 return new Decoder(this);
66 private static class Decoder extends CharsetDecoder { class in class:EUC_JP_LINUX
67 JIS_X_0201.Decoder decoderJ0201;
77 private Decoder(Charset cs) { method in class:EUC_JP_LINUX.Decoder
79 decoderJ0201 = new JIS_X_0201.Decoder(cs);
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 DIBM964.java58 return new Decoder(this);
75 return Decoder.byteToCharTable;
79 return Decoder.mappingTableG1;
83 return Decoder.mappingTableG2a2;
87 return Decoder.mappingTableG2ac;
91 return Decoder.mappingTableG2ad;
113 protected static class Decoder extends CharsetDecoder { class in class:IBM964
119 public Decoder(Charset cs) { method in class:IBM964.Decoder
H A DISCII91.java61 return new Decoder(this);
491 private static class Decoder extends CharsetDecoder { class in class:ISCII91
501 private Decoder(Charset cs) { method in class:ISCII91.Decoder
H A DISO2022_CN.java72 return new Decoder(this);
83 static class Decoder extends CharsetDecoder { class in class:ISO2022_CN
89 private final DoubleByte.Decoder gb2312Decoder;
90 private final EUC_TW.Decoder cnsDecoder;
92 Decoder(Charset cs) { method in class:ISO2022_CN.Decoder
96 gb2312Decoder = (DoubleByte.Decoder)gb2312.newDecoder();
97 cnsDecoder = (EUC_TW.Decoder)cns.newDecoder();
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);
H A DDoubleByte.java109 public static class Decoder extends CharsetDecoder class in class:DoubleByte
127 Decoder(Charset cs, float avgcpb, float maxcpb, method in class:DoubleByte.Decoder
137 Decoder(Charset cs, char[][] b2c, char[] b2cSB, int b2Min, int b2Max) { method in class:DoubleByte.Decoder
234 public static class Decoder_EBCDIC extends Decoder {
373 public static class Decoder_EBCDIC_DBCSONLY extends Decoder {
387 public static class Decoder_EUC_SIM extends Decoder {
H A DEUC_JP.java61 return new Decoder(this);
76 static class Decoder extends JIS_X_0208_Decoder class in class:EUC_JP
79 JIS_X_0201.Decoder decoderJ0201;
87 protected Decoder(Charset cs) { method in class:EUC_JP.Decoder
89 decoderJ0201 = new JIS_X_0201.Decoder(cs);
H A DEUC_TW.java95 return new Decoder(this);
102 public static class Decoder extends CharsetDecoder { class in class:EUC_TW
103 public Decoder(Charset cs) { method in class:EUC_TW.Decoder
490 int b1Min = Decoder.b1Min;
491 int b1Max = Decoder.b1Max;
492 int b2Min = Decoder.b2Min;
493 int b2Max = Decoder.b2Max;
494 int dbSegSize = Decoder.dbSegSize;
495 String[] b2c = Decoder.b2c;
496 byte[] b2cIsSupp = Decoder
[all...]
H A DHKSCS.java40 public static class Decoder extends DoubleByte.Decoder { class in class:HKSCS
46 private DoubleByte.Decoder big5Dec;
48 protected Decoder(Charset cs, method in class:HKSCS.Decoder
49 DoubleByte.Decoder big5Dec,
53 // need to extends DoubleByte.Decoder so the
H A DIBM33722.java58 return new Decoder(this);
75 return Decoder.byteToCharTable;
79 return Decoder.mappingTableG1;
83 return Decoder.mappingTableG2;
87 return Decoder.mappingTableG3;
106 protected static class Decoder extends CharsetDecoder { class in class:IBM33722
118 public Decoder(Charset cs) { method in class:IBM33722.Decoder
H A DISO2022_JP.java157 return new Decoder(this,
199 private static class Decoder extends DoubleByteDecoder class in class:ISO2022_JP
206 protected Decoder(Charset cs, method in class:ISO2022_JP.Decoder
H A DJISAutoDetect.java69 return new Decoder(this);
86 return Decoder.maskTable1;
90 return Decoder.maskTable2;
119 private static class Decoder extends CharsetDecoder { class in class:JISAutoDetect
125 public Decoder(Charset cs) { method in class:JISAutoDetect.Decoder
H A DSJIS_0213.java71 return new Decoder(this);
85 protected static class Decoder extends CharsetDecoder { class in class:SJIS_0213
88 protected Decoder(Charset cs) { method in class:SJIS_0213.Decoder
H A DGB18030.java129 return new Decoder(this);
12315 private static class Decoder extends CharsetDecoder { class in class:GB18030
12320 private Decoder(Charset cs) { method in class:GB18030.Decoder
H A DISO2022.java57 return new Decoder(this);
64 protected static class Decoder extends CharsetDecoder { class in class:ISO2022
83 protected Decoder(Charset cs) { method in class:ISO2022.Decoder
/openjdk7/jdk/src/share/classes/sun/nio/cs/
H A DUTF_8.java68 return new Decoder(this);
81 private static class Decoder extends CharsetDecoder class in class:UTF_8
83 private Decoder(Charset cs) { method in class:UTF_8.Decoder
/openjdk7/jdk/test/sun/nio/cs/OLD/
H A DIBM949_OLD.java59 return new Decoder(this);
76 return Decoder.singleByteToChar;
81 return Decoder.index1;
85 return Decoder.index2;
102 protected static class Decoder extends DBCS_IBM_ASCII_Decoder { class in class:IBM949_OLD
112 public Decoder(Charset cs) { method in class:IBM949_OLD.Decoder
117 protected Decoder(Charset cs, String singleByteToChar) { method in class:IBM949_OLD.Decoder
H A DIBM970_OLD.java61 return new Decoder(this);
69 return Decoder.byteToCharTable;
73 return Decoder.mappingTableG1;
88 protected static class Decoder extends SimpleEUCDecoder { class in class:IBM970_OLD
90 public Decoder(Charset cs) { method in class:IBM970_OLD.Decoder
H A DIBM933_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:IBM933_OLD
100 public Decoder(Charset cs) { method in class:IBM933_OLD.Decoder
/openjdk7/jdk/test/sun/nio/cs/
H A DEUC_TW_OLD.java73 return new Decoder(this);
81 return Decoder.unicodeCNS1;
85 return Decoder.unicodeCNS2;
89 return Decoder.unicodeCNS3;
93 return Decoder.unicodeCNS4;
97 return Decoder.unicodeCNS5;
101 return Decoder.unicodeCNS6;
105 return Decoder.unicodeCNS7;
109 return Decoder.unicodeCNS15;
136 public static class Decoder extend class in class:EUC_TW_OLD
10547 public Decoder(Charset cs) { method in class:EUC_TW_OLD.Decoder
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/
H A DDecoder.java54 * Concrete implementations extending Decoder will utilize methods on Decoder
74 public abstract class Decoder implements FastInfosetParser { class in inherits:FastInfosetParser
272 * Default constructor for the Decoder.
274 protected Decoder() { method in class:Decoder

Completed in 545 milliseconds

123