Home | History | Annotate | Download | only in common

Lines Matching refs:bufPos

28     bufPos(0)
53 bufPos = 0;
92 p.bufPos = bufPos;
98 bufPos = p.bufPos;
116 buf->extract(bufPos, maxLookAhead, result);
137 return buf->char32At(bufPos);
146 bufPos += count;
147 if (bufPos == buf->length()) {