Home | History | Annotate | Download | only in io

Lines Matching defs:fillBuffer

484                 if (!fillBuffer(delimiter.length)) {
820 if (position + 1 >= limit && !fillBuffer(2)) {
993 if (position >= limit && !fillBuffer(1)) {
1001 if (position + 3 >= limit && !fillBuffer(4)) {
1010 if ((position + 5 < limit || fillBuffer(6))
1065 if (position >= limit && !fillBuffer(1)) {
1100 if (position >= limit && !fillBuffer(1)) {
1109 if (position >= limit && !fillBuffer(1)) {
1357 if (!fillBuffer(1)) {
1392 if ((position + 1 < limit || fillBuffer(2)) && buffer[position + 1] == '\n') {
1413 if ((position + 2 < limit || fillBuffer(3))
1452 if (position + chars.length > limit && !fillBuffer(chars.length)) {
1470 if (position < limit || fillBuffer(1)) {
1481 private boolean fillBuffer(int minimum) throws IOException, XmlPullParserException {
1530 if (position >= limit && !fillBuffer(1)) {
1563 if (!fillBuffer(1)) {
1594 while (position < limit || fillBuffer(1)) {