Home | History | Annotate | Download | only in common

Lines Matching refs:oldLength

1891     int32_t oldLength;
1900 oldLength=rep->length(); // will subtract from new length
1906 int32_t start32 = pinIndex(start, oldLength);
1907 int32_t limit32 = pinIndex(limit, oldLength);
1910 if (start32<oldLength && U16_IS_TRAIL(rep->charAt(start32)) &&
1915 if (limit32<oldLength && U16_IS_LEAD(rep->charAt(limit32-1)) &&
1925 int32_t lengthDelta = newLength - oldLength;
2167 int32_t oldLength;
2179 oldLength=us->length();
2180 int32_t start32 = pinIndex(start, oldLength);
2181 int32_t limit32 = pinIndex(limit, oldLength);
2182 if (start32 < oldLength) {
2185 if (limit32 < oldLength) {
2200 int32_t lengthDelta = newLength - oldLength;