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

/openjdk7/jdk/src/share/classes/sun/io/
H A DByteToCharConverter.java235 public int nextCharIndex() { method in class:ByteToCharConverter
H A DByteToCharJISAutoDetect.java199 charOff = detectedConv.nextCharIndex();
208 charOff = defaultConv.nextCharIndex();
H A DCharToByteConverter.java114 * the method nextCharIndex can be called to obtain the index of the
172 localInOff = nextCharIndex();
201 * was encountered by calling nextCharIndex.
214 * the method nextCharIndex can be called to obtain the index of the
218 * @see #nextCharIndex
363 public int nextCharIndex() { method in class:CharToByteConverter

Completed in 1155 milliseconds