Searched refs:lastP (Results 1 – 5 of 5) sorted by relevance
311 int lastP = p; in _testFirstAndNext() local321 if (p <= lastP) { in _testFirstAndNext()323 + lastP + " yielded " + p); in _testFirstAndNext()325 result.add(text.substring(lastP, p)); in _testFirstAndNext()328 if (lastP != text.length()) { in _testFirstAndNext()330 + lastP + " instead of " + text.length()); in _testFirstAndNext()333 lastP = p; in _testFirstAndNext()340 int lastP = p; in _testLastAndPrevious() local350 if (p >= lastP) { in _testLastAndPrevious()352 + lastP + " yielded " + p); in _testLastAndPrevious()[all …]
97 int lastP = p; in _testFirstAndNext() local105 if (p <= lastP) in _testFirstAndNext()107 + lastP + " yielded " + p); in _testFirstAndNext()109 result.add(text.substring(lastP, p)); in _testFirstAndNext()112 if (lastP != text.length()) in _testFirstAndNext()114 + lastP + " instead of " + text.length()); in _testFirstAndNext()116 lastP = p; in _testFirstAndNext()123 int lastP = p; in _testLastAndPrevious() local131 if (p >= lastP) in _testLastAndPrevious()133 + lastP + " yielded " + p); in _testLastAndPrevious()[all …]
310 int lastP = p; in _testFirstAndNext() local320 if (p <= lastP) { in _testFirstAndNext()322 + lastP + " yielded " + p); in _testFirstAndNext()324 result.add(text.substring(lastP, p)); in _testFirstAndNext()327 if (lastP != text.length()) { in _testFirstAndNext()329 + lastP + " instead of " + text.length()); in _testFirstAndNext()332 lastP = p; in _testFirstAndNext()339 int lastP = p; in _testLastAndPrevious() local349 if (p >= lastP) { in _testLastAndPrevious()351 + lastP + " yielded " + p); in _testLastAndPrevious()[all …]
96 int lastP = p; in _testFirstAndNext() local104 if (p <= lastP) in _testFirstAndNext()106 + lastP + " yielded " + p); in _testFirstAndNext()108 result.add(text.substring(lastP, p)); in _testFirstAndNext()111 if (lastP != text.length()) in _testFirstAndNext()113 + lastP + " instead of " + text.length()); in _testFirstAndNext()115 lastP = p; in _testFirstAndNext()122 int lastP = p; in _testLastAndPrevious() local130 if (p >= lastP) in _testLastAndPrevious()132 + lastP + " yielded " + p); in _testLastAndPrevious()[all …]
421 int32_t lastP = -1; in testFirstAndNext() local432 if (p <= lastP) { in testFirstAndNext()437 lastP = p; in testFirstAndNext()450 int32_t lastP = 0x7ffffffe; in testLastAndPrevious() local465 if (p >= lastP) { in testLastAndPrevious()470 lastP = p; in testLastAndPrevious()481 int32_t lastP = -2; // A value that will never be returned as a break position. in testFollowing() local497 if (p != lastP) { in testFollowing()505 lastP = p; in testFollowing()525 int32_t lastP = 0x7ffffffe; in testPreceding() local[all …]