Home | History | Annotate | Download | only in common

Lines Matching refs:srcLength

219  * context [0..srcLength[ into account.
272 int32_t srcLength,
280 utext_openUTF8(&utext, (const char *)src, srcLength, pErrorCode);
301 while(prev<srcLength) {
309 if(idx==UBRK_DONE || idx>srcLength) {
310 idx=srcLength;
410 const uint8_t *src, int32_t srcLength,
421 while(srcIndex<srcLength) {
423 U8_NEXT(src, srcIndex, srcLength, c);
455 const uint8_t *src, int32_t srcLength,
467 srcLength<-1
474 if(srcLength==-1) {
475 srcLength=(int32_t)uprv_strlen((const char *)src);
481 (dest>=src && dest<(src+srcLength)))
490 destLength=utf8_foldCase(csm->csp, dest, destCapacity, src, srcLength,
496 csc.limit=srcLength;
502 0, srcLength,
508 0, srcLength,
517 src, &csc, srcLength,
531 const char *src, int32_t srcLength,
535 (const uint8_t *)src, srcLength,
542 const char *src, int32_t srcLength,
546 (const uint8_t *)src, srcLength,
555 const char *src, int32_t srcLength,
559 (const uint8_t *)src, srcLength,
568 const char *src, int32_t srcLength,
572 (const uint8_t *)src, srcLength,