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

  /external/chromium_org/third_party/icu/source/test/intltest/
ssearch.cpp 211 int32_t expectedMatchLimit = -1;
239 expectedMatchLimit = target.length();
284 (foundLimit != expectedMatchLimit)) {
288 foundStart, expectedMatchStart, foundLimit, expectedMatchLimit);
295 expectedMatchLimit = foundLimit;
313 (foundLimit != expectedMatchLimit)) {
317 foundStart, expectedMatchStart, foundLimit, expectedMatchLimit);
    [all...]
  /external/icu/icu4c/source/test/intltest/
ssearch.cpp 211 int32_t expectedMatchLimit = -1;
239 expectedMatchLimit = target.length();
284 (foundLimit != expectedMatchLimit)) {
288 foundStart, expectedMatchStart, foundLimit, expectedMatchLimit);
295 expectedMatchLimit = foundLimit;
313 (foundLimit != expectedMatchLimit)) {
317 foundStart, expectedMatchStart, foundLimit, expectedMatchLimit);
    [all...]

Completed in 50 milliseconds