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

/openjdk7/jdk/src/share/classes/sun/io/
H A DByteToCharDBCS_ASCII.java32 private boolean savedBytePresent; field in class:ByteToCharDBCS_ASCII
39 savedBytePresent = false;
55 if (savedBytePresent) {
83 if (!savedBytePresent) {
88 savedBytePresent = false;
97 savedBytePresent = true;
131 savedBytePresent = false;
H A DByteToCharDBCS_EBCDIC.java40 private boolean savedBytePresent; field in class:ByteToCharDBCS_EBCDIC
48 savedBytePresent = false;
64 if (savedBytePresent) {
91 if (!savedBytePresent) {
96 savedBytePresent = false;
147 savedBytePresent = true;
194 savedBytePresent = false;

Completed in 30 milliseconds