Home | History | Annotate | Download | only in intltest

Lines Matching full:heading

186     void             checkResults(const char *heading, RBBITest *test);
187 void err(const char *heading, RBBITest *test, int32_t expectedIdx, int32_t actualIdx);
224 void BITestData::checkResults(const char *heading, RBBITest *test) {
238 err(heading, test, expectedIndex-1, actualIndex);
244 err(heading, test, expectedIndex, actualIndex-1);
250 err(heading, test, expectedIndex, actualIndex);
262 heading, fLineNum.elementAt(expectedIndex),
275 void BITestData::err(const char *heading, RBBITest *test, int32_t expectedIdx, int32_t actualIdx)
289 test->errln("%s unexpected break at offset %d in test item from line %d. actual break: %d expected break: %d", heading, o, line, actual, expected);
291 test->errln("%s Failed to find break at end of item from line %d. actual break: %d expected break: %d", heading, line, actual, expected);