Home | History | Annotate | Download | only in common

Lines Matching full:strlength

2503     int32_t strLength=(int32_t)ut->a;
2504 if (strLength >= 0) {
2505 limit32 = pinIndex(limit, strLength);
2511 if (strLength<0 && s[si]==0) {
2517 strLength = si;
2525 if (strLength>=0) {
2539 ((si<strLength || strLength<0) && U16_IS_TRAIL(s[si])))
2548 ut->chunkOffset = uprv_min(strLength, start32 + destCapacity);