Home | History | Annotate | Download | only in intltest

Lines Matching defs:foundStart

307         int32_t foundStart = 0;
314 foundMatch= usearch_search(uss.getAlias(), 0, &foundStart, &foundLimit, &status);
317 (foundStart != expectedMatchStart) ||
322 foundStart, expectedMatchStart, foundLimit, expectedMatchLimit);
328 expectedMatchStart = foundStart;
331 foundMatch = usearch_search(uss.getAlias(), foundLimit, &foundStart, &foundLimit, &status);
343 foundMatch= usearch_searchBackwards(uss.getAlias(), target.length(), &foundStart, &foundLimit, &status);
346 (foundStart != expectedMatchStart) ||
351 foundStart, expectedMatchStart, foundLimit, expectedMatchLimit);
645 int32_t foundStart = 0;
652 foundMatch = bms_search(bms, 0, &foundStart, &foundLimit);
655 (foundStart != expectedMatchStart) ||
660 foundStart, expectedMatchStart, foundLimit, expectedMatchLimit);
1625 // int32_t foundStart;