Home | History | Annotate | Download | only in stream

Lines Matching defs:fillBuffer

650                 if ((pos < limit || fillBuffer(1)) && buffer[pos] == '>') {
690 private boolean fillBuffer(int minimum) throws IOException {
710 while (pos < limit || fillBuffer(1)) {
720 if (pos == limit && !fillBuffer(1)) {
776 while (pos < limit || fillBuffer(1)) {
786 for (; pos + toFind.length() < limit || fillBuffer(toFind.length()); pos++) {
839 } while (fillBuffer(1));
889 if (fillBuffer(i + 1)) {
905 if (!fillBuffer(1)) {
941 if (pos == limit && !fillBuffer(1)) {
948 if (pos + 4 > limit && !fillBuffer(4)) {