Lines Matching refs:whichCase
50 int32_t whichCase,
419 int32_t whichCase, in TestCasingImpl() argument
427 switch(whichCase) { in TestCasingImpl()
454 if(whichCase==TEST_TITLE && options==0) { in TestCasingImpl()
479 switch(whichCase) { in TestCasingImpl()
533 int32_t whichCase, type; in TestCasing() local
536 for(whichCase=0; whichCase<TEST_COUNT; ++whichCase) { in TestCasing()
538 if(whichCase==TEST_TITLE) { in TestCasing()
542 LocalPointer<TestData> casingTest(driver->createTestData(dataNames[whichCase], status)); in TestCasing()
544 … errln("TestCasing failed to createTestData(%s) - %s", dataNames[whichCase], u_errorName(status)); in TestCasing()
552 if(whichCase!=TEST_FOLD) { in TestCasing()
558 if(whichCase==TEST_TITLE) { in TestCasing()
572 if(whichCase==TEST_TITLE || whichCase==TEST_FOLD) { in TestCasing()
586 …tCasing() setup failed for %s test case from casing.res: %s", dataNames[whichCase], u_errorName(s… in TestCasing()
592 TestCasingImpl(input, output, whichCase, iter.getAlias(), cLocaleID, options); in TestCasing()