Searched refs:CharPerformanceTest (Results 1 – 2 of 2) sorted by relevance
35 CharPerformanceTest test(argc, argv, status); in main()47 CharPerformanceTest::CharPerformanceTest(int32_t argc, const char *argv[], in CharPerformanceTest() function in CharPerformanceTest88 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 …]
83 class CharPerformanceTest : public UPerfTest86 CharPerformanceTest(int32_t argc, const char *argv[], UErrorCode &status);87 ~CharPerformanceTest();