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

  /external/icu4c/test/intltest/
ssearch.cpp 210 int32_t expectedMatchStart = -1;
235 expectedMatchStart = target.length();
282 if ((foundMatch && expectedMatchStart<0) ||
283 (foundStart != expectedMatchStart) ||
288 foundStart, expectedMatchStart, foundLimit, expectedMatchLimit);
294 expectedMatchStart = foundStart;
311 if ((foundMatch && expectedMatchStart<0) ||
312 (foundStart != expectedMatchStart) ||
317 foundStart, expectedMatchStart, foundLimit, expectedMatchLimit);
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
ssearch.cpp 244 int32_t expectedMatchStart = -1;
269 expectedMatchStart = target.length();
316 if ((foundMatch && expectedMatchStart<0) ||
317 (foundStart != expectedMatchStart) ||
322 foundStart, expectedMatchStart, foundLimit, expectedMatchLimit);
328 expectedMatchStart = foundStart;
345 if ((foundMatch && expectedMatchStart<0) ||
346 (foundStart != expectedMatchStart) ||
351 foundStart, expectedMatchStart, foundLimit, expectedMatchLimit);
582 int32_t expectedMatchStart = -1
    [all...]

Completed in 52 milliseconds