Searched defs:decodeDouble (Results 1 - 14 of 14) sorted by relevance

/openjdk9/jdk/test/sun/nio/cs/OLD/
H A DDBCSDecoderMapping.java68 protected char decodeDouble(int byte1, int byte2) { method in class:DBCSDecoderMapping
H A DDoubleByteDecoder.java173 protected char decodeDouble(int byte1, int byte2) { method in class:DoubleByteDecoder
H A DPCK_OLD.java81 protected char decodeDouble(int c1, int c2) { method in class:PCK_OLD.Decoder
H A DEUC_JP_Open_OLD.java97 protected char decodeDouble(int byte1, int byte2) { method in class:EUC_JP_Open_OLD.Decoder
H A DSJIS_OLD.java88 protected char decodeDouble(int c1, int c2) { method in class:SJIS_OLD.Decoder
H A DEUC_JP_OLD.java95 protected char decodeDouble(int byte1, int byte2) { method in class:EUC_JP_OLD.Decoder
H A DEUC_JP_LINUX_OLD.java85 protected char decodeDouble(int byte1, int byte2) { method in class:EUC_JP_LINUX_OLD.Decoder
/openjdk9/jdk/src/jdk.charsets/share/classes/sun/nio/cs/ext/
H A DMS932_0213.java61 protected char decodeDouble(int b1, int b2) { method in class:MS932_0213.Decoder
H A DSJIS_0213.java194 protected char decodeDouble(int b1, int b2) { method in class:SJIS_0213.Decoder
/openjdk9/jdk/src/java.desktop/unix/classes/sun/font/
H A DX11GB2312.java108 protected char decodeDouble(int b1, int b2) { method in class:X11GB2312.Decoder
H A DX11KSC5601.java107 protected char decodeDouble(int b1, int b2) { method in class:X11KSC5601.Decoder
/openjdk9/jdk/src/java.base/share/classes/sun/nio/cs/
H A DHKSCS.java70 public char decodeDouble(int b1, int b2) { method in class:HKSCS.Decoder
H A DCharsetMapping.java66 public char decodeDouble(int b1, int b2) { method in class:CharsetMapping
H A DDoubleByte.java274 public char decodeDouble(int b1, int b2) { method in class:DoubleByte.Decoder

Completed in 169 milliseconds