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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
PlainTextRange.cpp 100 bool foundStart = start() >= docTextPosition && start() <= docTextPosition + len;
103 // Fix textRunRange->endPosition(), but only if foundStart || foundEnd, because it is only
123 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/icu/icu4c/source/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);
932 // int32_t foundStart;
    [all...]
  /external/zxing/core/
core.jar 
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/sdk/tools/darwin/lib/
dx.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 211 milliseconds