Searched refs:whichCase (Results 1 – 1 of 1) sorted by relevance
50 int32_t whichCase,419 int32_t whichCase, in TestCasingImpl() argument427 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() local536 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()[all …]