Home
last modified time | relevance | path

Searched refs:fillBuffer (Results 1 – 3 of 3) sorted by relevance

/libcore/xml/src/main/java/com/android/org/kxml2/io/
DKXmlParser.java484 if (!fillBuffer(delimiter.length)) { in readUntil()
820 if (position + 1 >= limit && !fillBuffer(2)) { in readAttributeListDeclaration()
993 if (position >= limit && !fillBuffer(1)) { in peekType()
1001 if (position + 3 >= limit && !fillBuffer(4)) { in peekType()
1010 if ((position + 5 < limit || fillBuffer(6)) in peekType()
1065 if (position >= limit && !fillBuffer(1)) { in parseStartTag()
1100 if (position >= limit && !fillBuffer(1)) { in parseStartTag()
1109 if (position >= limit && !fillBuffer(1)) { in parseStartTag()
1357 if (!fillBuffer(1)) { in readValue()
1392 if ((position + 1 < limit || fillBuffer(2)) && buffer[position + 1] == '\n') { in readValue()
[all …]
/libcore/ojluni/src/main/java/java/util/stream/
DStreamSpliterators.java161 return fillBuffer(); in doAdvance()
169 hasNext = fillBuffer(); in doAdvance()
204 private boolean fillBuffer() {
/libcore/luni/src/main/native/
Dorg_apache_harmony_xml_ExpatParser.cpp432 static size_t fillBuffer(ParsingContext* parsingContext, const char* utf8, int byteLength) { in fillBuffer() function
479 size_t utf16length = fillBuffer(parsingContext, text, length); in bufferAndInvoke()