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

/openjdk7/jdk/test/sun/nio/cs/
H A DFindDecoderBugs.java337 private static final byte ESC = (byte) 0x1b; field in class:FindDecoderBugs
346 {ESC, '(', 'B'},
347 {ESC, '(', 'I'},
348 {ESC, '(', 'J'},
349 {ESC, '$', '@'},
350 {ESC, '$', 'A'},
351 {ESC, '$', ')', 'A'},
352 {ESC, '$', ')', 'C'},
353 {ESC, '$', ')', 'G'},
354 {ESC, '
[all...]
/openjdk7/jdk/src/share/classes/sun/nio/cs/ext/
H A DISO2022_JP.java123 private static final int ASCII = 0; // ESC ( B
124 private static final int JISX0201_1976 = 1; // ESC ( J
125 private static final int JISX0208_1978 = 2; // ESC $ @
126 private static final int JISX0208_1983 = 3; // ESC $ B
127 private static final int JISX0212_1990 = 4; // ESC $ ( D
128 private static final int JISX0201_1976_KANA = 5; // ESC ( I
131 private static final int ESC = 0x1b; field in class:ISO2022_JP
254 if (b1 == ESC || b1 == SO || b1 == SI) {
255 if (b1 == ESC) {
369 if (b1 == ESC || b
[all...]

Completed in 31 milliseconds