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

/openjdk7/jdk/src/share/classes/sun/io/
H A DByteToCharJISAutoDetect.java49 private ByteToCharConverter defaultConv = null; field in class:ByteToCharJISAutoDetect
55 defaultConv = new ByteToCharISO8859_1();
56 defaultConv.subChars = subChars;
57 defaultConv.subMode = subMode;
67 return defaultConv.flush(output, outStart, outEnd);
186 detectedConv = defaultConv;
205 num += defaultConv.convert(input, inOff + num, inEnd,
208 charOff = defaultConv.nextCharIndex();
209 byteOff = defaultConv.nextByteIndex();
210 badInputLength = defaultConv
[all...]

Completed in 30 milliseconds