Home | History | Annotate | Download | only in common

Lines Matching refs:oldLength

2235     int32_t oldLength;
2244 oldLength=rep->length(); // will subtract from new length
2250 int32_t start32 = pinIndex(start, oldLength);
2251 int32_t limit32 = pinIndex(limit, oldLength);
2254 if (start32<oldLength && U16_IS_TRAIL(rep->charAt(start32)) &&
2259 if (limit32<oldLength && U16_IS_LEAD(rep->charAt(limit32-1)) &&
2269 int32_t lengthDelta = newLength - oldLength;
2508 int32_t oldLength;
2520 oldLength=us->length();
2521 int32_t start32 = pinIndex(start, oldLength);
2522 int32_t limit32 = pinIndex(limit, oldLength);
2523 if (start32 < oldLength) {
2526 if (limit32 < oldLength) {
2541 int32_t lengthDelta = newLength - oldLength;