Searched refs:bufPos (Results 1 – 4 of 4) sorted by relevance
25 private int bufPos; field in BoundInputStream49 if (bufPos >= bufSize) { in checkBuf()55 bufPos = 0; in checkBuf()61 return bufSize - bufPos; in available()69 return buf[bufPos++] & 255; in read()76 count = Math.min(count, bufSize - bufPos); in read()77 System.arraycopy(buf, bufPos, data, start, count); in read()78 bufPos += count; in read()
28 bufPos(0) in RuleCharacterIterator()53 bufPos = 0; in next()92 p.bufPos = bufPos; in getPos()98 bufPos = p.bufPos; in setPos()116 buf->extract(bufPos, maxLookAhead, result); in lookahead()137 return buf->char32At(bufPos); in _current()146 bufPos += count; in _advance()147 if (bufPos == buf->length()) { in _advance()
61 int32_t bufPos; variable138 int32_t bufPos; member
1424 picoos_int32 bufPos; member1749 sdf->bufPos = 0; in picoos_sdfOpenOut()1793 nrSamples = sdFile->bufPos; in picoos_sdfFlushOutBuf()1810 sdFile->bufPos = 0; in picoos_sdfFlushOutBuf()1816 if ((sdFile != NULL) && !(sdFile->aborted) && (sdFile->bufPos > 0)) { in picoos_sdfFlushOutput()1839 sdFile->buf[sdFile->bufPos++] = s; in picoos_sdfPutSamples()1840 if (sdFile->bufPos >= PICOOS_SDF_BUF_LEN) { in picoos_sdfPutSamples()1858 if (!((*sdFile)->aborted) && ((*sdFile)->bufPos > 0)) { in picoos_sdfCloseOut()