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

  /external/chromium/third_party/icu/source/test/intltest/
ssearch.cpp 241 int32_t expectedMatchStart = -1;
266 expectedMatchStart = target.length();
315 if (foundMatch && expectedMatchStart<0 ||
316 foundStart != expectedMatchStart ||
321 foundStart, expectedMatchStart, foundLimit, expectedMatchLimit);
327 expectedMatchStart = foundStart;
346 if (foundMatch && expectedMatchStart<0 ||
347 foundStart != expectedMatchStart ||
352 foundStart, expectedMatchStart, foundLimit, expectedMatchLimit);
589 int32_t expectedMatchStart = -1
    [all...]
  /external/icu4c/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 922 milliseconds