Searched refs:ebyte (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/io/
H A DCharToByteISO2022.java84 private int unicodeToNative(char unicode, byte ebyte[]) argument
102 ebyte[0] = ISO_ESC;
104 System.arraycopy(tmpByte,0,ebyte,1,tmpByte.length);
109 ebyte[index++] = ISO_SO;
111 ebyte[index++] = (byte)(convByte[0]&0x7f);
112 ebyte[index++] = (byte)(convByte[1]&0x7f);
117 ebyte[0] = ISO_ESC;
119 System.arraycopy(tmpByte,0,ebyte,1,tmpByte.length);
122 ebyte[index++] = ISO_ESC;
123 ebyte[inde
[all...]
/openjdk7/jdk/src/share/classes/sun/nio/cs/ext/
H A DISO2022.java429 private int unicodeToNative(char unicode, byte ebyte[]) argument
451 ebyte[0] = ISO_ESC;
453 System.arraycopy(tmpByte,0,ebyte,1,tmpByte.length);
458 ebyte[index++] = ISO_SO;
460 ebyte[index++] = (byte)(convByte[0] & 0x7f);
461 ebyte[index++] = (byte)(convByte[1] & 0x7f);
467 ebyte[0] = ISO_ESC;
469 System.arraycopy(tmpByte, 0, ebyte, 1, tmpByte.length);
472 ebyte[index++] = ISO_ESC;
473 ebyte[inde
[all...]
/openjdk7/jdk/test/sun/nio/cs/
H A DEUC_TW_OLD.java32502 unicodeToEUC(char unicode, char lowSurr, byte ebyte[]) argument
[all...]

Completed in 100 milliseconds