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.cpp35 CharPerformanceTest test(argc, argv, status); in main()
47 CharPerformanceTest::CharPerformanceTest(int32_t argc, const char *argv[], in CharPerformanceTest() function in CharPerformanceTest
88 CharPerformanceTest::~CharPerformanceTest() in ~CharPerformanceTest()
92 UPerfFunction* CharPerformanceTest::runIndexedTest(int32_t index, UBool exec, in runIndexedTest()
126 UPerfFunction* CharPerformanceTest::TestIsAlpha() in TestIsAlpha()
131 UPerfFunction* CharPerformanceTest::TestIsUpper() in TestIsUpper()
136 UPerfFunction* CharPerformanceTest::TestIsLower() in TestIsLower()
141 UPerfFunction* CharPerformanceTest::TestIsDigit() in TestIsDigit()
146 UPerfFunction* CharPerformanceTest::TestIsSpace() in TestIsSpace()
151 UPerfFunction* CharPerformanceTest::TestIsAlphaNumeric() in TestIsAlphaNumeric()
[all …]
Dcharperf.h83 class CharPerformanceTest : public UPerfTest
86 CharPerformanceTest(int32_t argc, const char *argv[], UErrorCode &status);
87 ~CharPerformanceTest();