Home | History | Annotate | Download | only in io

Lines Matching refs:fillBuffer

484                 if (!fillBuffer(delimiter.length)) {
819 if (position + 1 >= limit && !fillBuffer(2)) {
992 if (position >= limit && !fillBuffer(1)) {
1000 if (position + 3 >= limit && !fillBuffer(4)) {
1009 if ((position + 5 < limit || fillBuffer(6))
1064 if (position >= limit && !fillBuffer(1)) {
1099 if (position >= limit && !fillBuffer(1)) {
1108 if (position >= limit && !fillBuffer(1)) {
1356 if (!fillBuffer(1)) {
1391 if ((position + 1 < limit || fillBuffer(2)) && buffer[position + 1] == '\n') {
1412 if ((position + 2 < limit || fillBuffer(3))
1451 if (position + chars.length > limit && !fillBuffer(chars.length)) {
1469 if (position < limit || fillBuffer(1)) {
1480 private boolean fillBuffer(int minimum) throws IOException, XmlPullParserException {
1529 if (position >= limit && !fillBuffer(1)) {
1562 if (!fillBuffer(1)) {
1593 while (position < limit || fillBuffer(1)) {