Lines Matching defs:strLength
2512 int32_t strLength=(int32_t)ut->a;
2513 if (strLength >= 0) {
2514 limit32 = pinIndex(limit, strLength);
2520 if (strLength<0 && s[si]==0) {
2526 strLength = si;
2534 if (strLength>=0) {
2548 ((si<strLength || strLength<0) && U16_IS_TRAIL(s[si])))
2557 ut->chunkOffset = uprv_min(strLength, start32 + destCapacity);