Home | History | Annotate | Download | only in intltest

Lines Matching full:testnum

508     int testNum;
509 for (testNum = 0; testNum < UPRV_LENGTHOF(tests); testNum++) {
511 sprintf(testNumStr, "testNum = %d", testNum);
512 Test &test = tests[testNum];
573 for (testNum=0; testNum<UPRV_LENGTHOF(scriptTests); testNum++) {
574 ScriptTest &test = scriptTests[testNum];
576 sprintf(msgBuf, "testNum = %d ", testNum);
689 for (int32_t testNum=0; testNum < UPRV_LENGTHOF(tests); testNum++) {
691 const Test &test = tests[testNum];
695 sprintf(msgBuffer, "testNum = %d ", testNum);
715 sprintf(msgBuffer, "testNum = %d, levelIndex = %d, expected = %#x, actual = %#x",
716 testNum, levelIndex, expectedValue, actualValue);
749 for (int32_t testNum=0; testNum < UPRV_LENGTHOF(tests); testNum++) {
751 sprintf(msgBuf, "testNum = %d ", testNum);
752 Test &test = tests[testNum];