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

/openjdk7/jdk/src/share/classes/sun/io/
H A DCharToByteISO2022JP.java49 protected byte[] subBytesEscape = { (byte)0x1b, (byte)0x28, (byte)0x42 }; // ESC ( B field in class:CharToByteISO2022JP
136 System.arraycopy(subBytesEscape, 0, outputByte, 0,
137 subBytesEscape.length);
138 outputSize = subBytesEscape.length;
245 System.arraycopy(subBytesEscape, 0, outputByte, 0,
246 subBytesEscape.length);
247 outputSize = subBytesEscape.length;

Completed in 30 milliseconds