Home | History | Annotate | Download | only in common

Lines Matching refs:startIndex

3471                                int32_t &startIndex,
3479 startIndex=bufferCapacity; /* fill the buffer from the end backwards */
3486 if(startIndex < (c2==0 ? 1 : 2)) {
3497 startIndex+=bufferCapacity-bufferLength;
3500 buffer[--startIndex]=c;
3502 buffer[--startIndex]=c2;
3512 return bufferCapacity-startIndex;
3525 int32_t startIndex=0, bufferLength=0, bufferCapacity=0, destLength=0;
3607 startIndex,
3612 buffer+startIndex, bufferLength,
3618 0!=uprv_memcmp(dest, buffer+startIndex, destLength*U_SIZEOF_UCHAR));
3623 uprv_memcpy(dest, buffer+startIndex, uprv_min(bufferLength, destCapacity)*U_SIZEOF_UCHAR);