Searched defs:foundStart (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/test/intltest/
H A Dssearch.cpp307 int32_t foundStart = 0; local
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 local
[all...]
/external/webkit/Source/WebCore/editing/
H A DTextIterator.cpp2384 bool foundStart = rangeLocation >= docTextPosition && rangeLocation <= docTextPosition + len; local
2387 // Fix textRunRange->endPosition(), but only if foundStart || foundEnd, because it is only
2412 if (foundStart) {
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...

Completed in 236 milliseconds