Searched defs:convSingleByte (Results 1 - 23 of 23) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/io/
H A DByteToCharJIS0208.java50 protected char convSingleByte(int b) { method in class:ByteToCharJIS0208
H A DByteToCharJIS0208_Solaris.java47 protected char convSingleByte(int b) { method in class:ByteToCharJIS0208_Solaris
H A DByteToCharJIS0212.java43 protected char convSingleByte(int b) { method in class:ByteToCharJIS0212
H A DByteToCharJIS0212_Solaris.java44 protected char convSingleByte(int b) { method in class:ByteToCharJIS0212_Solaris
H A DCharToByteSJIS.java40 protected int convSingleByte(char inputChar, byte[] outputByte) { method in class:CharToByteSJIS
H A DByteToCharPCK.java52 protected char convSingleByte(int b) { method in class:ByteToCharPCK
H A DByteToCharSJIS.java45 protected char convSingleByte(int b) { method in class:ByteToCharSJIS
H A DCharToBytePCK.java48 protected int convSingleByte(char inputChar, byte[] outputByte) { method in class:CharToBytePCK
H A DCharToByteEUC_JP.java40 protected int convSingleByte(char inputChar, byte[] outputByte) { method in class:CharToByteEUC_JP
153 outputSize = convSingleByte(inputChar, outputByte);
H A DCharToByteEUC_JP_LINUX.java43 protected int convSingleByte(char inputChar, byte[] outputByte) { method in class:CharToByteEUC_JP_LINUX
152 outputSize = convSingleByte(inputChar, outputByte);
H A DByteToCharDoubleByte.java120 outputChar = convSingleByte(byte1);
170 protected char convSingleByte(int b) { method in class:ByteToCharDoubleByte
H A DByteToCharEUC_JP.java69 protected char convSingleByte(int b) { method in class:ByteToCharEUC_JP
133 outputChar = convSingleByte(byte1);
H A DByteToCharEUC_JP_LINUX.java71 protected char convSingleByte(int b) { method in class:ByteToCharEUC_JP_LINUX
131 outputChar = convSingleByte(byte1);
H A DByteToCharEUC_JP_Solaris.java81 protected char convSingleByte(int b) { method in class:ByteToCharEUC_JP_Solaris
150 outputChar = convSingleByte(byte1);
H A DCharToByteDoubleByte.java147 outputSize = convSingleByte(inputChar, outputByte);
205 if ((ch == (char) 0) || (convSingleByte(ch, outByte) != 0))
216 protected int convSingleByte(char inputChar, byte[] outputByte) { method in class:CharToByteDoubleByte
H A DCharToByteEUC_JP_Solaris.java50 protected int convSingleByte(char inputChar, byte[] outputByte) { method in class:CharToByteEUC_JP_Solaris
165 outputSize = convSingleByte(inputChar, outputByte);
/openjdk7/jdk/src/share/classes/sun/nio/cs/ext/
H A DJIS_X_0208_Solaris_Decoder.java199 protected char convSingleByte(int b) { method in class:JIS_X_0208_Solaris_Decoder
H A DJIS_X_0208_Decoder.java999 protected char convSingleByte(int b) { method in class:JIS_X_0208_Decoder
H A DJIS_X_0212_Decoder.java908 protected char convSingleByte(int b) { method in class:JIS_X_0212_Decoder
H A DJIS_X_0212_Solaris_Decoder.java931 protected char convSingleByte(int b) { method in class:JIS_X_0212_Solaris_Decoder
H A DEUC_JP_LINUX.java82 protected char convSingleByte(int b) { method in class:EUC_JP_LINUX.Decoder
H A DISO2022_JP.java220 protected char convSingleByte(int b) { method in class:ISO2022_JP.Decoder
/openjdk7/jdk/test/sun/nio/cs/OLD/
H A DMS932DB.java56 protected char convSingleByte(int b) { method in class:MS932DB.Decoder

Completed in 120 milliseconds