Home | History | Annotate | Download | only in runtime

Lines Matching defs:bufferPos

278     int bufferPos = 0;
282 StringImpl::copyChars(buffer + bufferPos, source.characters() + substringRanges[i].position, srcLen);
283 bufferPos += srcLen;
288 StringImpl::copyChars(buffer + bufferPos, separators[i].characters(), sepLen);
289 bufferPos += sepLen;