Searched refs:whichCase (Results 1 – 2 of 2) sorted by relevance
354 int32_t whichCase, in TestCasingImpl() argument362 switch(whichCase) { in TestCasingImpl()389 if(whichCase==TEST_TITLE && options==0) { in TestCasingImpl()414 switch(whichCase) { in TestCasingImpl()468 int32_t whichCase, type; in TestCasing() local471 for(whichCase=0; whichCase<TEST_COUNT; ++whichCase) { in TestCasing()473 if(whichCase==TEST_TITLE) { in TestCasing()477 LocalPointer<TestData> casingTest(driver->createTestData(dataNames[whichCase], status)); in TestCasing()479 … errln("TestCasing failed to createTestData(%s) - %s", dataNames[whichCase], u_errorName(status)); in TestCasing()487 if(whichCase!=TEST_FOLD) { in TestCasing()[all …]
108 int32_t whichCase,