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

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DPlainTextRange.cpp100 bool foundStart = start() >= docTextPosition && start() <= docTextPosition + len; local
103 // Fix textRunRange->endPosition(), but only if foundStart || foundEnd, because it is only
121 if (foundStart) {
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dssearch.cpp273 int32_t foundStart = 0; local
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;
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dssearch.cpp273 int32_t foundStart = 0; local
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);
932 // int32_t foundStart;
[all...]
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...

Completed in 4958 milliseconds