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

/external/icu4c/test/cintltst/
H A Dreapits.c144 int32_t lastSteps; member in struct:callBackContext
150 if (info->lastSteps+1 != steps) {
151 log_err("incorrect steps in callback. Expected %d, got %d\n", info->lastSteps+1, steps);
153 info->lastSteps = steps;
/external/icu4c/test/intltest/
H A Dregextst.cpp4705 int32_t lastSteps; member in struct:callBackContext
4706 void reset(int32_t max) {maxCalls=max; numCalls=0; lastSteps=0;};
4713 if (info->lastSteps+1 != steps) {
4714 info->test->errln("incorrect steps in callback. Expected %d, got %d\n", info->lastSteps+1, steps);
4716 info->lastSteps = steps;

Completed in 106 milliseconds