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

/macosx-10.9.5/ICU-511.35/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.9.5/ICU-511.35/icuSources/test/intltest/
H A Dregextst.cpp4714 int32_t lastSteps; member in struct:callBackContext
4715 void reset(int32_t max) {maxCalls=max; numCalls=0; lastSteps=0;};
4722 if (info->lastSteps+1 != steps) {
4723 info->test->errln("incorrect steps in callback. Expected %d, got %d\n", info->lastSteps+1, steps);
4725 info->lastSteps = steps;

Completed in 128 milliseconds