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

/openjdk7/jdk/src/share/classes/sun/io/
H A DCharToByteISO2022.java34 private final byte ISO_ESC = 0x1b; field in class:CharToByteISO2022
102 ebyte[0] = ISO_ESC;
117 ebyte[0] = ISO_ESC;
122 ebyte[index++] = ISO_ESC;
131 ebyte[0] = ISO_ESC;
136 ebyte[index++] = ISO_ESC;
H A DByteToCharISO2022.java44 private static final byte ISO_ESC = 0x1b; field in class:ByteToCharISO2022
183 case ISO_ESC:
H A DByteToCharISO2022CN.java40 private static final byte ISO_ESC = 0x1b; field in class:ByteToCharISO2022CN
177 case ISO_ESC:
/openjdk7/jdk/src/share/classes/sun/nio/cs/ext/
H A DISO2022_CN.java45 private static final byte ISO_ESC = 0x1b; field in class:ISO2022_CN
151 while (b1 == ISO_ESC ||
154 if (b1 == ISO_ESC) { // ESC
286 while (b1 == ISO_ESC || b1 == ISO_SO || b1 == ISO_SI) {
287 if (b1 == ISO_ESC) { // ESC
H A DISO2022.java43 private static final byte ISO_ESC = 0x1b; field in class:ISO2022
197 case ISO_ESC:
297 case ISO_ESC:
451 ebyte[0] = ISO_ESC;
467 ebyte[0] = ISO_ESC;
472 ebyte[index++] = ISO_ESC;
479 ebyte[0] = ISO_ESC;
484 ebyte[index++] = ISO_ESC;

Completed in 35 milliseconds