Home
last modified time | relevance | path

Searched refs:ConverterPerformanceTest (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/test/perf/convperf/
Dconvperf.cpp25 ConverterPerformanceTest test(argc, argv, status); in main()
37 ConverterPerformanceTest::ConverterPerformanceTest(int32_t argc, const char* argv[], UErrorCode& st… in ConverterPerformanceTest() function in ConverterPerformanceTest
42 ConverterPerformanceTest::~ConverterPerformanceTest(){ in ~ConverterPerformanceTest()
46 UPerfFunction* ConverterPerformanceTest::runIndexedTest(int32_t index, UBool exec,const char* &name… in runIndexedTest()
127 UPerfFunction* ConverterPerformanceTest::TestICU_CleanOpenAllConverters() { in TestICU_CleanOpenAllConverters()
136 UPerfFunction* ConverterPerformanceTest::TestICU_OpenAllConverters() { in TestICU_OpenAllConverters()
145 UPerfFunction* ConverterPerformanceTest::TestICU_UTF8_FromUnicode(){ in TestICU_UTF8_FromUnicode()
154 UPerfFunction* ConverterPerformanceTest::TestICU_UTF8_ToUnicode(){ in TestICU_UTF8_ToUnicode()
164 UPerfFunction* ConverterPerformanceTest::TestWinIML2_UTF8_FromUnicode(){ in TestWinIML2_UTF8_FromUnicode()
173 UPerfFunction* ConverterPerformanceTest::TestWinIML2_UTF8_ToUnicode(){ in TestWinIML2_UTF8_ToUnicode()
[all …]
Dconvperf.h493 class ConverterPerformanceTest : public UPerfTest{
497 ConverterPerformanceTest(int32_t argc, const char* argv[], UErrorCode& status);
498 ~ConverterPerformanceTest();
/external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
DConverterPerformanceTest.java28 public class ConverterPerformanceTest extends PerfTest { class
30 new ConverterPerformanceTest().run(args); in main()