Searched refs:otherLength (Results 1 – 4 of 4) sorted by relevance
198 int32_t otherLength = endOther - startOther; in splice() local199 int32_t count = otherLength - thisLength; in splice()211 for (int32_t i = 0; i < otherLength; i++) { in splice()
220 int otherLength = endOther - startOther;221 int count = otherLength - thisLength;230 for (int i = 0; i < otherLength; i++) {
218 int otherLength = endOther - startOther;219 int count = otherLength - thisLength;228 for (int i = 0; i < otherLength; i++) {
217 int32_t otherLength = (int32_t)(otherLimit - otherStart); in equals() local219 if (otherLength < length || (otherLength / 3) > length) { in equals()226 return j >= otherLength; in equals()227 } else if (j >= otherLength) { in equals()