Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/perf/charperf/
Dcharperf.cpp40 CharPerformanceTest test(argc, argv, status); in main()
52 CharPerformanceTest::CharPerformanceTest(int32_t argc, const char *argv[], in CharPerformanceTest() function in CharPerformanceTest
93 CharPerformanceTest::~CharPerformanceTest() in ~CharPerformanceTest()
97 UPerfFunction* CharPerformanceTest::runIndexedTest(int32_t index, UBool exec, in runIndexedTest()
131 UPerfFunction* CharPerformanceTest::TestIsAlpha() in TestIsAlpha()
136 UPerfFunction* CharPerformanceTest::TestIsUpper() in TestIsUpper()
141 UPerfFunction* CharPerformanceTest::TestIsLower() in TestIsLower()
146 UPerfFunction* CharPerformanceTest::TestIsDigit() in TestIsDigit()
151 UPerfFunction* CharPerformanceTest::TestIsSpace() in TestIsSpace()
156 UPerfFunction* CharPerformanceTest::TestIsAlphaNumeric() in TestIsAlphaNumeric()
[all …]
Dcharperf.h87 class CharPerformanceTest : public UPerfTest
90 CharPerformanceTest(int32_t argc, const char *argv[], UErrorCode &status);
91 ~CharPerformanceTest();