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

  /external/chromium/third_party/icu/source/test/intltest/
ssearch.cpp 306 int32_t foundStart = 0;
313 foundMatch= usearch_search(uss, 0, &foundStart, &foundLimit, &status);
316 foundStart != expectedMatchStart ||
321 foundStart, expectedMatchStart, foundLimit, expectedMatchLimit);
327 expectedMatchStart = foundStart;
330 foundMatch = usearch_search(uss, foundLimit, &foundStart, &foundLimit, &status);
344 foundMatch= usearch_searchBackwards(uss, target.length(), &foundStart, &foundLimit, &status);
347 foundStart != expectedMatchStart ||
352 foundStart, expectedMatchStart, foundLimit, expectedMatchLimit);
652 int32_t foundStart = 0
    [all...]
  /external/icu4c/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/webkit/WebCore/editing/
TextIterator.cpp     [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 75 milliseconds