Searched defs:runIndexedTest (Results 76 - 100 of 131) sorted by relevance

123456

/external/icu4c/test/intltest/
H A Dbytestrietest.cpp36 void runIndexedTest(int32_t index, UBool exec, const char *&name, char *par=NULL);
86 void BytesTrieTest::runIndexedTest(int32_t index, UBool exec, const char *&name, char * /*par*/) { function in class:BytesTrieTest
H A Dcallimts.cpp21 void CalendarLimitTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) function in class:CalendarLimitTest
H A Ddtfmtrtts.cpp54 DateFormatRoundTripTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) function in class:DateFormatRoundTripTest
H A Ddtptngts.cpp26 void IntlTestDateTimePatternGeneratorAPI::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) function in class:IntlTestDateTimePatternGeneratorAPI
H A Dincaltst.cpp67 void IntlCalendarTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) function in class:IntlCalendarTest
H A Dmsfmrgts.cpp29 MessageFormatRegressionTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) function in class:MessageFormatRegressionTest
H A Dplurfmts.cpp31 void PluralFormatTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) function in class:PluralFormatTest
H A Dplurults.cpp30 void PluralRulesTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) function in class:PluralRulesTest
H A Dstrcase.cpp34 StringCaseTest::runIndexedTest(int32_t index, UBool exec, const char *&name, char * /*par*/) { function in class:StringCaseTest
H A Dtchcfmt.cpp22 void TestChoiceFormat::runIndexedTest(int32_t index, UBool exec, function in class:TestChoiceFormat
H A Dtscoll.cpp69 void IntlTestCollator::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) function in class:IntlTestCollator
H A Dtzbdtest.cpp17 void TimeZoneBoundaryTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) function in class:TimeZoneBoundaryTest
H A Dtzfmttst.cpp27 TimeZoneFormatTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) function in class:TimeZoneFormatTest
H A Duts46test.cpp36 void runIndexedTest(int32_t index, UBool exec, const char *&name, char *par=NULL);
53 void UTS46Test::runIndexedTest(int32_t index, UBool exec, const char *&name, char * /*par*/) { function in class:UTS46Test
H A Dcitrtest.cpp146 void CharIterTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) function in class:CharIterTest
H A Dcsdetest.cpp52 void CharsetDetectionTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) function in class:CharsetDetectionTest
H A Ditrbnf.cpp45 void IntlTestRBNF::runIndexedTest(int32_t index, UBool exec, const char* &name, char* /*par*/) function in class:IntlTestRBNF
H A Drbbiapts.cpp1126 // runIndexedTest
1129 void RBBIAPITest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) function in class:RBBIAPITest
H A Dregcoll.cpp1311 void CollationRegressionTest::runIndexedTest(int32_t index, UBool exec, const char* &name, char* /* par */) function in class:CollationRegressionTest
H A Drestest.cpp182 void ResourceBundleTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) function in class:ResourceBundleTest
H A Dsrchtest.cpp107 void StringSearchTest::runIndexedTest(int32_t index, UBool exec, function in class:StringSearchTest
H A Dsvccoll.cpp21 void CollationServiceTest::runIndexedTest(int32_t index, UBool exec, const char* &name, char* /*par */) function in class:CollationServiceTest
/external/icu4c/test/perf/convperf/
H A Dconvperf.cpp41 UPerfFunction* ConverterPerformanceTest::runIndexedTest(int32_t index, UBool exec,const char* &name, char* par) { function in class:ConverterPerformanceTest
/external/icu4c/test/perf/utfperf/
H A Dutfperf.cpp93 virtual UPerfFunction* runIndexedTest(int32_t index, UBool exec, const char* &name, char* par = NULL);
328 UPerfFunction* UtfPerformanceTest::runIndexedTest(int32_t index, UBool exec, const char* &name, char* par) { function in class:UtfPerformanceTest
/external/icu4c/tools/ctestfw/
H A Duperf.cpp321 UPerfFunction* UPerfTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) function in class:UPerfTest
331 fprintf(stderr,"*** runIndexedTest needs to be overriden! ***");
351 this->runIndexedTest( index, FALSE, name );
360 UPerfFunction* testFunction = this->runIndexedTest( index, TRUE, name, par );
490 this->runIndexedTest( index, FALSE, name );

Completed in 168 milliseconds

123456