Searched refs:fillBuffer (Results 1 – 3 of 3) sorted by relevance
484 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 …]
161 return fillBuffer(); in doAdvance()169 hasNext = fillBuffer(); in doAdvance()204 private boolean fillBuffer() {
432 static size_t fillBuffer(ParsingContext* parsingContext, const char* utf8, int byteLength) { in fillBuffer() function479 size_t utf16length = fillBuffer(parsingContext, text, length); in bufferAndInvoke()