Searched refs:fillBuffer (Results 1 – 2 of 2) sorted by relevance
650 if ((pos < limit || fillBuffer(1)) && buffer[pos] == '>') { in objectValue()690 private boolean fillBuffer(int minimum) throws IOException { in fillBuffer() method in JsonReader710 while (pos < limit || fillBuffer(1)) { in nextNonWhitespace()720 if (pos == limit && !fillBuffer(1)) { in nextNonWhitespace()776 while (pos < limit || fillBuffer(1)) { in skipToEndOfLine()786 for (; pos + toFind.length() < limit || fillBuffer(toFind.length()); pos++) { in skipTo()839 } while (fillBuffer(1)); in nextString()889 if (fillBuffer(i + 1)) { in nextLiteral()905 if (!fillBuffer(1)) { in nextLiteral()941 if (pos == limit && !fillBuffer(1)) { in readEscapeCharacter()[all …]
151768 protected int fillBuffer()