Home | History | Annotate | Download | only in intltest

Lines Matching refs:testNum

561     for (int32_t testNum=0; testNum < UPRV_LENGTHOF(tests); testNum++) {
563 const Test &test = tests[testNum];
580 sprintf(msgBuffer, "testNum = %d, levelIndex = %d, expected = %#x, actual = %#x",
581 testNum, levelIndex, expectedValue, actualValue);
622 for (int32_t testNum=0; testNum < UPRV_LENGTHOF(tests); testNum++) {
624 sprintf(msgBuf, "testNum = %d ", testNum);
625 Test &test = tests[testNum];