Home
last modified time | relevance | path

Searched refs:whichCase (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dstrcase.cpp354 int32_t whichCase, in TestCasingImpl() argument
362 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() local
471 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 …]
Dustrtest.h108 int32_t whichCase,