Lines Matching defs:strLength
2862 int32_t strLength=(int32_t)ut->a;
2863 if (strLength >= 0) {
2864 limit32 = pinIndex(limit, strLength);
2871 if (strLength<0 && s[si]==0) {
2877 strLength = si;
2884 if (strLength>=0) {
2898 ((si<strLength || strLength<0) && U16_IS_TRAIL(s[si])))
2907 ut->chunkOffset = uprv_min(strLength, start32 + destCapacity);