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

/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dreapits.c181 int32_t lastSteps; member in struct:callBackContext
187 if (info->lastSteps+1 != steps) {
188 log_err("incorrect steps in callback. Expected %d, got %d\n", info->lastSteps+1, steps);
190 info->lastSteps = steps;
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dregextst.cpp4723 int32_t lastSteps; member in struct:callBackContext
4724 void reset(int32_t max) {maxCalls=max; numCalls=0; lastSteps=0;};
4731 if (info->lastSteps+1 != steps) {
4732 info->test->errln("incorrect steps in callback. Expected %d, got %d\n", info->lastSteps+1, steps);
4734 info->lastSteps = steps;

Completed in 209 milliseconds