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

  /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/Source/WebCore/editing/
TextIterator.cpp     [all...]

Completed in 191 milliseconds