Home | History | Annotate | Download | only in common

Lines Matching refs:bufPos

31     bufPos(0)
56 bufPos = 0;
94 p.bufPos = bufPos;
100 bufPos = p.bufPos;
118 buf->extract(bufPos, maxLookAhead, result);
139 return buf->char32At(bufPos);
148 bufPos += count;
149 if (bufPos == buf->length()) {