Home
last modified time | relevance | path

Searched refs:bufPos (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/page/
DEventSource.cpp252 unsigned int bufPos = 0; in parseEventStream() local
254 while (bufPos < bufSize) { in parseEventStream()
256 if (m_receiveBuf[bufPos] == '\n') in parseEventStream()
257 bufPos++; in parseEventStream()
263 for (unsigned int i = bufPos; lineLength < 0 && i < bufSize; i++) { in parseEventStream()
267 fieldLength = i - bufPos; in parseEventStream()
272 lineLength = i - bufPos; in parseEventStream()
280 parseEventStreamLine(bufPos, fieldLength, lineLength); in parseEventStream()
281 bufPos += lineLength + 1; in parseEventStream()
284 if (bufPos == bufSize) in parseEventStream()
[all …]
/external/icu4c/common/
Druleiter.cpp28 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()
Druleiter.h61 int32_t bufPos; variable
138 int32_t bufPos; member
/external/svox/pico/lib/
Dpicoos.c1424 picoos_int32 bufPos; member
1749 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()