Searched defs:decodeDoubleEx (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/nio/cs/ext/
H A DMS950_HKSCS_XP.java71 public char decodeDoubleEx(int b1, int b2) { method in class:MS950_HKSCS_XP.Decoder
H A DHKSCS.java73 public char decodeDoubleEx(int b1, int b2) { method in class:HKSCS.Decoder
106 c = decodeDoubleEx(b1, b2); //supp
152 c = decodeDoubleEx(b1, b2); //supp
H A DSJIS_0213.java114 cc = decodeDoubleEx(b1, b2);
156 cc = decodeDoubleEx(b1, b2);
199 protected char[] decodeDoubleEx(int b1, int b2) { method in class:SJIS_0213.Decoder

Completed in 1020 milliseconds