Searched refs:testStartLimit (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/i18n/
H A Drematch.cpp637 int64_t testStartLimit; local
639 testStartLimit = fActiveLimit - fPattern->fMinMatchLen;
640 if (startPos > testStartLimit) {
648 testStartLimit = fActiveLimit;
666 if (startPos >= testStartLimit) {
675 // runs with startPos == testStartLimit the last time through.
718 if (startPos >= testStartLimit) {
751 if (startPos >= testStartLimit) {
795 if (startPos >= testStartLimit) {
804 // runs with startPos == testStartLimit th
[all...]

Completed in 27 milliseconds