Home | History | Annotate | Download | only in intltest

Lines Matching defs:foundMatch

309         UBool   foundMatch;
314 foundMatch= usearch_search(uss.getAlias(), 0, &foundStart, &foundLimit, &status);
316 if ((foundMatch && expectedMatchStart<0) ||
327 while (foundMatch) {
331 foundMatch = usearch_search(uss.getAlias(), foundLimit, &foundStart, &foundLimit, &status);
343 foundMatch= usearch_searchBackwards(uss.getAlias(), target.length(), &foundStart, &foundLimit, &status);
345 if ((foundMatch && expectedMatchStart<0) ||
647 UBool foundMatch;
652 foundMatch = bms_search(bms, 0, &foundStart, &foundLimit);
654 if ((foundMatch && expectedMatchStart < 0) ||