Lines Matching refs:row
387 int row = 0;
438 for(row=0;testData[row][0] != NULL;row++) {
439 loc = testData[row][NAME];
440 log_verbose("Test #%d: %s\n", row, loc);
485 row, testTitles[n], loc, u_errorName(err));
488 row, testTitles[n], loc, buf, len);
492 row, testTitles[n], loc, buf, len, strlen(buf)+1);
499 row, testTitles[n], loc, buf, buf[len+1]);
502 expected = testData[row][n];
505 expected = testData[row][NAME+1];
509 row, testTitles[n], loc, buf, expected);