Home | History | Annotate | Download | only in intltest

Lines Matching refs:testNum

513     int testNum;
514 for (testNum = 0; testNum < LENGTHOF(tests); testNum++) {
516 sprintf(testNumStr, "testNum = %d", testNum);
517 Test &test = tests[testNum];
578 for (testNum=0; testNum<LENGTHOF(scriptTests); testNum++) {
579 ScriptTest &test = scriptTests[testNum];
581 sprintf(msgBuf, "testNum = %d ", testNum);
694 for (int32_t testNum=0; testNum < LENGTHOF(tests); testNum++) {
696 const Test &test = tests[testNum];
700 sprintf(msgBuffer, "testNum = %d ", testNum);
720 sprintf(msgBuffer, "testNum = %d, levelIndex = %d, expected = %#x, actual = %#x",
721 testNum, levelIndex, expectedValue, actualValue);
754 for (int32_t testNum=0; testNum < LENGTHOF(tests); testNum++) {
756 sprintf(msgBuf, "testNum = %d ", testNum);
757 Test &test = tests[testNum];