Searched refs:otherLength (Results 1 – 4 of 4) sorted by relevance
190 int otherLength = endOther - startOther;191 int count = otherLength - thisLength;200 for (int i = 0; i < otherLength; i++) {
192 int otherLength = endOther - startOther;193 int count = otherLength - thisLength;202 for (int i = 0; i < otherLength; i++) {
197 int32_t otherLength = endOther - startOther; in splice() local198 int32_t count = otherLength - thisLength; in splice()210 for (int32_t i = 0; i < otherLength; i++) { in splice()
218 int32_t otherLength = (int32_t)(otherLimit - otherStart); in equals() local220 if (otherLength < length || (otherLength / 3) > length) { in equals()227 return j >= otherLength; in equals()228 } else if (j >= otherLength) { in equals()