Home | History | Annotate | Download | only in common

Lines Matching full:srclength

211  * context [0..srcLength[ into account.
260 const uint8_t *src, int32_t srcLength,
279 csc.limit=srcLength;
285 while(prev<srcLength) {
293 if(idx==UBRK_DONE || idx>srcLength) {
294 idx=srcLength;
392 const uint8_t *src, int32_t srcLength,
396 csc.limit=srcLength;
400 src, &csc, 0, srcLength,
407 const uint8_t *src, int32_t srcLength,
411 csc.limit=srcLength;
415 src, &csc, 0, srcLength,
422 const uint8_t *src, int32_t srcLength,
433 while(srcIndex<srcLength) {
435 U8_NEXT(src, srcIndex, srcLength, c);
460 const uint8_t *src, int32_t srcLength,
462 return utf8_foldCase(csm->csp, dest, destCapacity, src, srcLength, csm->options, pErrorCode);
468 const uint8_t *src, int32_t srcLength,
480 srcLength<-1
487 if(srcLength==-1) {
488 srcLength=(int32_t)uprv_strlen((const char *)src);
494 (dest>=src && dest<(src+srcLength)))
500 destLength=stringCaseMapper(csm, dest, destCapacity, src, srcLength, pErrorCode);
509 const char *src, int32_t srcLength,
513 (const uint8_t *)src, srcLength,
520 srcLength,
524 (const uint8_t *)src, srcLength,
531 const char *src, int32_t srcLength,
535 (const uint8_t *)src, srcLength,