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

1234567

/external/icu/icu4c/source/test/intltest/
H A Duobjtest.cpp614 void UObjectTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /* par */ ) function in class:UObjectTest
H A Dalphaindextst.cpp53 void AlphabeticIndexTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) function in class:AlphabeticIndexTest
H A Dbytestrietest.cpp37 void runIndexedTest(int32_t index, UBool exec, const char *&name, char *par=NULL);
88 void BytesTrieTest::runIndexedTest(int32_t index, UBool exec, const char *&name, char * /*par*/) { function in class:BytesTrieTest
H A Ddcfmapts.cpp31 void IntlTestDecimalFormatAPI::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) function in class:IntlTestDecimalFormatAPI
H A Ddcfmtest.cpp57 void DecimalFormatTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) function in class:DecimalFormatTest
H A Ddtfmtrtts.cpp55 DateFormatRoundTripTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) function in class:DateFormatRoundTripTest
H A Ddtifmtts.cpp45 void DateIntervalFormatTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) { function in class:DateIntervalFormatTest
H A Dincaltst.cpp66 void IntlCalendarTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) function in class:IntlCalendarTest
H A Dlocnmtst.cpp67 void LocaleDisplayNamesTest::runIndexedTest(int32_t index, UBool exec, const char* &name, function in class:LocaleDisplayNamesTest
H A Dmsfmrgts.cpp32 MessageFormatRegressionTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) function in class:MessageFormatRegressionTest
H A Dnormconf.cpp29 void NormalizerConformanceTest::runIndexedTest(int32_t index, UBool exec, const char* &name, char* /*par*/) { function in class:NormalizerConformanceTest
H A Dplurfmts.cpp35 void PluralFormatTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) function in class:PluralFormatTest
H A Dtchcfmt.cpp23 void TestChoiceFormat::runIndexedTest(int32_t index, UBool exec, function in class:TestChoiceFormat
H A Dtscoll.cpp59 void IntlTestCollator::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) function in class:IntlTestCollator
H A Dtufmtts.cpp28 void runIndexedTest(int32_t index, UBool exec, const char* &name, char* /*par*/ ) { function in class:TimeUnitTest
H A Dtzbdtest.cpp19 void TimeZoneBoundaryTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) function in class:TimeZoneBoundaryTest
H A Ducdtest.cpp52 void UnicodeTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) function in class:UnicodeTest
H A Dcallimts.cpp25 void CalendarLimitTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) function in class:CalendarLimitTest
/external/icu/icu4c/source/test/perf/DateFmtPerf/
H A DDateFmtPerf.cpp33 UPerfFunction* DateFormatPerfTest::runIndexedTest(int32_t index, UBool exec,const char* &name, char* par) { function in class:DateFormatPerfTest
/external/icu/icu4c/source/test/perf/normperf/
H A Dnormperf.cpp23 UPerfFunction* NormalizerPerformanceTest::runIndexedTest(int32_t index, UBool exec,const char* &name, char* par) { function in class:NormalizerPerformanceTest
/external/icu/icu4c/source/test/perf/unisetperf/
H A Dunisetperf.cpp92 virtual UPerfFunction* runIndexedTest(int32_t index, UBool exec, const char* &name, char* par = NULL);
410 UPerfFunction* UnicodeSetPerformanceTest::runIndexedTest(int32_t index, UBool exec, const char* &name, char* par) { function in class:UnicodeSetPerformanceTest
/external/icu/icu4c/source/test/perf/ustrperf/
H A Dstringperf.cpp125 UPerfFunction* StringPerformanceTest::runIndexedTest(int32_t index, UBool exec, function in class:StringPerformanceTest
/external/icu/icu4c/source/test/perf/convperf/
H A Dconvperf.cpp46 UPerfFunction* ConverterPerformanceTest::runIndexedTest(int32_t index, UBool exec,const char* &name, char* par) { function in class:ConverterPerformanceTest
/external/icu/icu4c/source/test/perf/utfperf/
H A Dutfperf.cpp96 virtual UPerfFunction* runIndexedTest(int32_t index, UBool exec, const char* &name, char* par = NULL);
331 UPerfFunction* UtfPerformanceTest::runIndexedTest(int32_t index, UBool exec, const char* &name, char* par) { function in class:UtfPerformanceTest
/external/icu/icu4c/source/tools/ctestfw/
H A Duperf.cpp327 UPerfFunction* UPerfTest::runIndexedTest( int32_t /*index*/, UBool /*exec*/, const char* & /*name*/, char* /*par*/ ) function in class:UPerfTest
337 fprintf(stderr,"*** runIndexedTest needs to be overridden! ***");
356 this->runIndexedTest( index, FALSE, name );
365 UPerfFunction* testFunction = this->runIndexedTest( index, TRUE, name, par );
495 this->runIndexedTest( index, FALSE, name );

Completed in 2710 milliseconds

1234567