Home | History | Annotate | Download | only in common

Lines Matching refs:strLength

2498     int32_t strLength=(int32_t)ut->a;
2499 if (strLength >= 0) {
2500 limit32 = pinIndex(limit, strLength);
2506 if (strLength<0 && s[si]==0) {
2512 strLength = si;
2520 if (strLength>=0) {
2534 ((si<strLength || strLength<0) && U16_IS_TRAIL(s[si])))
2543 ut->chunkOffset = uprv_min(strLength, start32 + destCapacity);