Searched refs:expectedMatchLimit (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dssearch.cpp211 int32_t expectedMatchLimit = -1; local
239 expectedMatchLimit = target.length();
284 (foundLimit != expectedMatchLimit)) {
288 foundStart, expectedMatchStart, foundLimit, expectedMatchLimit);
295 expectedMatchLimit = foundLimit;
313 (foundLimit != expectedMatchLimit)) {
317 foundStart, expectedMatchStart, foundLimit, expectedMatchLimit);

Completed in 70 milliseconds