HomeSort by relevance Sort by last modified time
    Searched defs:foundStart (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/editing/
PlainTextRange.cpp 97 bool foundStart = start() >= docTextPosition && start() <= docTextPosition + len;
100 // Fix textRunRange->endPosition(), but only if foundStart || foundEnd, because it is only
120 if (foundStart) {
  /cts/apps/CtsVerifier/lib/colorchecker/
colorcheckertest.cpp     [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
ssearch.cpp 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
    [all...]
  /external/icu4c/test/intltest/
ssearch.cpp 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;
    [all...]
  /external/zxing/core/
core.jar 

Completed in 863 milliseconds