Lines Matching refs:CharPerformanceTest
35 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()
161 UPerfFunction* CharPerformanceTest::TestIsPrint() in TestIsPrint()
166 UPerfFunction* CharPerformanceTest::TestIsControl() in TestIsControl()
171 UPerfFunction* CharPerformanceTest::TestToLower() in TestToLower()
176 UPerfFunction* CharPerformanceTest::TestToUpper() in TestToUpper()
181 UPerfFunction* CharPerformanceTest::TestIsWhiteSpace() in TestIsWhiteSpace()
186 UPerfFunction* CharPerformanceTest::TestStdLibIsAlpha() in TestStdLibIsAlpha()
192 UPerfFunction* CharPerformanceTest::TestStdLibIsUpper() in TestStdLibIsUpper()
198 UPerfFunction* CharPerformanceTest::TestStdLibIsLower() in TestStdLibIsLower()
204 UPerfFunction* CharPerformanceTest::TestStdLibIsDigit() in TestStdLibIsDigit()
210 UPerfFunction* CharPerformanceTest::TestStdLibIsSpace() in TestStdLibIsSpace()
216 UPerfFunction* CharPerformanceTest::TestStdLibIsAlphaNumeric() in TestStdLibIsAlphaNumeric()
227 UPerfFunction* CharPerformanceTest::TestStdLibIsPrint() in TestStdLibIsPrint()
233 UPerfFunction* CharPerformanceTest::TestStdLibIsControl() in TestStdLibIsControl()
239 UPerfFunction* CharPerformanceTest::TestStdLibToLower() in TestStdLibToLower()
245 UPerfFunction* CharPerformanceTest::TestStdLibToUpper() in TestStdLibToUpper()
251 UPerfFunction* CharPerformanceTest::TestStdLibIsWhiteSpace() in TestStdLibIsWhiteSpace()