Home | History | Annotate | Download | only in common

Lines Matching refs:oldLength

1875     int32_t oldLength;
1884 oldLength=rep->length(); // will subtract from new length
1890 int32_t start32 = pinIndex(start, oldLength);
1891 int32_t limit32 = pinIndex(limit, oldLength);
1894 if (start32<oldLength && U16_IS_TRAIL(rep->charAt(start32)) &&
1899 if (limit32<oldLength && U16_IS_LEAD(rep->charAt(limit32-1)) &&
1909 int32_t lengthDelta = newLength - oldLength;
2148 int32_t oldLength;
2160 oldLength=us->length();
2161 int32_t start32 = pinIndex(start, oldLength);
2162 int32_t limit32 = pinIndex(limit, oldLength);
2163 if (start32 < oldLength) {
2166 if (limit32 < oldLength) {
2181 int32_t lengthDelta = newLength - oldLength;