Home
last modified time | relevance | path

Searched refs:fillBuf (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/main/java/java/io/
DBufferedReader.java140 private int fillBuf() throws IOException { in fillBuf() method in BufferedReader
263 if (pos < end || fillBuf() != -1) { in readChar()
333 if (fillBuf() == -1) { in read()
351 if ((pos != end || fillBuf() != -1) && buf[pos] == '\n') { in chompNewline()
397 if (fillBuf() == -1) { in readLine()
488 if (fillBuf() == -1) { in skip()
/libcore/luni/src/main/java/libcore/io/
DStrictLineReader.java161 fillBuf(); in readLine()
186 fillBuf(); in readLine()
234 private void fillBuf() throws IOException { in fillBuf() method in StrictLineReader