Home | History | Annotate | Download | only in common

Lines Matching refs:oldLength

1880     int32_t oldLength;
1889 oldLength=rep->length(); // will subtract from new length
1895 int32_t start32 = pinIndex(start, oldLength);
1896 int32_t limit32 = pinIndex(limit, oldLength);
1899 if (start32<oldLength && U16_IS_TRAIL(rep->charAt(start32)) &&
1904 if (limit32<oldLength && U16_IS_LEAD(rep->charAt(limit32-1)) &&
1914 int32_t lengthDelta = newLength - oldLength;
2153 int32_t oldLength;
2165 oldLength=us->length();
2166 int32_t start32 = pinIndex(start, oldLength);
2167 int32_t limit32 = pinIndex(limit, oldLength);
2168 if (start32 < oldLength) {
2171 if (limit32 < oldLength) {
2186 int32_t lengthDelta = newLength - oldLength;