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

/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dssearch.cpp210 int32_t expectedMatchStart = -1; local
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);

Completed in 173 milliseconds