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

/openjdk7/jdk/src/share/classes/sun/io/
H A DCharToByteISO2022.java52 private boolean shiftout = false; field in class:CharToByteISO2022
70 shiftout = false;
107 if (!shiftout) {
159 newshiftout = shiftout;
170 if (shiftout){
214 shiftout = newshiftout;
H A DByteToCharISO2022.java62 private boolean shiftout; field in class:ByteToCharISO2022
72 shiftout = false;
172 shiftout = true;
178 shiftout = false;
252 if (!shiftout) {
H A DByteToCharISO2022CN.java58 private boolean shiftout; field in class:ByteToCharISO2022CN
68 shiftout = false;
166 shiftout = true;
172 shiftout = false;
247 if (!shiftout) {
/openjdk7/jdk/src/share/classes/sun/nio/cs/ext/
H A DISO2022.java80 private boolean shiftout; field in class:ISO2022.Decoder
91 shiftout = false;
190 shiftout = true;
194 shiftout = false;
256 if (!shiftout) {
292 shiftout = true;
295 shiftout = false;
355 if (!shiftout) {
404 private boolean shiftout = false; field in class:ISO2022.Encoder
423 shiftout
[all...]

Completed in 33 milliseconds