Searched refs:Decoder (Results 101 - 125 of 140) sorted by relevance

123456

/openjdk7/jdk/make/tools/CharsetMapping/
H A DDoubleByte-X.java.template52 return new DoubleByte.Decoder$DECTYPE$(this, b2c, b2cSB, $B2MIN$, $B2MAX$);
/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/hotspot/src/share/vm/utilities/
H A Ddecoder.hpp101 class Decoder : AllStatic { class in inherits:AllStatic
/openjdk7/jdk/src/share/classes/sun/nio/cs/ext/
H A DIBM942C.java51 return new DoubleByte.Decoder(this,
H A DIBM943C.java51 return new DoubleByte.Decoder(this,
H A DIBM949C.java51 return new DoubleByte.Decoder(this,
H A DISO2022_CN_CNS.java57 return new ISO2022_CN.Decoder(this);
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 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_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 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 DBig5_Solaris.java53 return new DoubleByte.Decoder(this, b2c, b2cSB, 0x40, 0xfe);
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 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 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 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
/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/src/share/classes/sun/nio/cs/
H A DUTF_32Coder.java42 protected static class Decoder extends CharsetDecoder { class in class:UTF_32Coder
46 protected Decoder(Charset cs, int bo) { method in class:UTF_32Coder.Decoder
H A DISO_8859_1.java55 return new Decoder(this);
62 private static class Decoder extends CharsetDecoder class in class:ISO_8859_1
64 private Decoder(Charset cs) { method in class:ISO_8859_1.Decoder
H A DUS_ASCII.java54 return new Decoder(this);
61 private static class Decoder extends CharsetDecoder class in class:US_ASCII
64 private Decoder(Charset cs) { method in class:US_ASCII.Decoder
H A DSingleByte.java49 final public static class Decoder extends CharsetDecoder class in class:SingleByte
53 public Decoder(Charset cs, char[] b2c) { method in class:SingleByte.Decoder
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/hotspot/src/os/windows/vm/
H A Ddecoder_windows.cpp147 address addr = (address)Decoder::demangle;
150 _can_decode_in_vm = !strcmp(buf, "Decoder::demangle");

Completed in 197 milliseconds

123456