Home | History | Annotate | Download | only in common

Lines Matching full:srclength

125  * context [0..srcLength[ into account.
167 const UChar *src, int32_t srcLength,
186 csc.limit=srcLength;
192 while(prev<srcLength) {
200 if(idx==UBRK_DONE || idx>srcLength) {
201 idx=srcLength;
302 const UChar *src, int32_t srcLength,
306 csc.limit=srcLength;
310 src, &csc, 0, srcLength,
317 const UChar *src, int32_t srcLength,
321 csc.limit=srcLength;
325 src, &csc, 0, srcLength,
332 const UChar *src, int32_t srcLength,
342 while(srcIndex<srcLength) {
343 U16_NEXT(src, srcIndex, srcLength, c);
362 const UChar *src, int32_t srcLength,
364 return ustr_foldCase(csm->csp, dest, destCapacity, src, srcLength, csm->options, pErrorCode);
370 const UChar *src, int32_t srcLength,
385 srcLength<-1
392 if(srcLength==-1) {
393 srcLength=u_strlen(src);
399 (dest>=src && dest<(src+srcLength)))
417 destLength=stringCaseMapper(csm, temp, destCapacity, src, srcLength, pErrorCode);
438 const UChar *src, int32_t srcLength,
447 src, srcLength,