HomeSort by relevance Sort by last modified time
    Searched defs:bufPos (Results 1 - 4 of 4) sorted by null

  /external/icu4c/common/
ruleiter.h 61 int32_t bufPos;
138 int32_t bufPos;
  /external/webkit/WebCore/page/
EventSource.cpp 212 unsigned int bufPos = 0;
214 while (bufPos < bufSize) {
216 if (m_receiveBuf[bufPos] == '\n')
217 bufPos++;
223 for (unsigned int i = bufPos; lineLength < 0 && i < bufSize; i++) {
227 fieldLength = i - bufPos;
232 lineLength = i - bufPos;
240 parseEventStreamLine(bufPos, fieldLength, lineLength);
241 bufPos += lineLength + 1;
244 if (bufPos == bufSize
    [all...]
  /external/svox/pico/lib/
picoos.c 1963 picoos_uint8 strlen, bufpos; local
    [all...]
  /prebuilt/common/ecj/
ecj.jar 

Completed in 2122 milliseconds