Lines Matching refs:peekLast
1226 int peekLast = span.fOtherIndex;1227 while (++peekLast < otherCount && other->fTs[peekLast].fT == otherT)1229 if (++peekStart == --peekLast) { // if there isn't a range, there's nothing to do1257 for (int peekIndex = peekStart; peekIndex <= peekLast; ++peekIndex) {