Lines Matching refs:foundStart
273 int32_t foundStart = 0;
280 foundMatch= usearch_search(uss.getAlias(), 0, &foundStart, &foundLimit, &status);
283 (foundStart != expectedMatchStart) ||
288 foundStart, expectedMatchStart, foundLimit, expectedMatchLimit);
294 expectedMatchStart = foundStart;
297 foundMatch = usearch_search(uss.getAlias(), foundLimit, &foundStart, &foundLimit, &status);
309 foundMatch= usearch_searchBackwards(uss.getAlias(), target.length(), &foundStart, &foundLimit, &status);
312 (foundStart != expectedMatchStart) ||
317 foundStart, expectedMatchStart, foundLimit, expectedMatchLimit);
935 // int32_t foundStart;