Home | History | Annotate | Download | only in intltest

Lines Matching refs:otherSize

854     int32_t otherSize = other.size() - 1;
856 if (listSize - 1 - offset < otherSize) {
860 for (int32_t i = offset, j = 0; j < otherSize; i += 1, j += 1) {
1205 int32_t otherSize = other.size() - 1;
1207 if (listSize - 1 - offset < otherSize) {
1211 for (int32_t i = offset, j = 0; j < otherSize; i += 1, j += 1) {