Home | History | Annotate | Download | only in common

Lines Matching refs:bufPos

28     bufPos(0)
53 bufPos = 0;
91 p.bufPos = bufPos;
97 bufPos = p.bufPos;
115 buf->extract(bufPos, maxLookAhead, result);
136 return buf->char32At(bufPos);
145 bufPos += count;
146 if (bufPos == buf->length()) {