Searched refs:ConverterPerformanceTest (Results 1 – 3 of 3) sorted by relevance
25 ConverterPerformanceTest test(argc, argv, status); in main()37 ConverterPerformanceTest::ConverterPerformanceTest(int32_t argc, const char* argv[], UErrorCode& st… in ConverterPerformanceTest() function in ConverterPerformanceTest42 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 …]
493 class ConverterPerformanceTest : public UPerfTest{497 ConverterPerformanceTest(int32_t argc, const char* argv[], UErrorCode& status);498 ~ConverterPerformanceTest();
28 public class ConverterPerformanceTest extends PerfTest { class30 new ConverterPerformanceTest().run(args); in main()