Lines Matching refs:CharPerformanceTest
40 CharPerformanceTest test(argc, argv, status); in main()
52 CharPerformanceTest::CharPerformanceTest(int32_t argc, const char *argv[], in CharPerformanceTest() function in CharPerformanceTest
92 CharPerformanceTest::~CharPerformanceTest() in ~CharPerformanceTest()
96 UPerfFunction* CharPerformanceTest::runIndexedTest(int32_t index, UBool exec, in runIndexedTest()
130 UPerfFunction* CharPerformanceTest::TestIsAlpha() in TestIsAlpha()
135 UPerfFunction* CharPerformanceTest::TestIsUpper() in TestIsUpper()
140 UPerfFunction* CharPerformanceTest::TestIsLower() in TestIsLower()
145 UPerfFunction* CharPerformanceTest::TestIsDigit() in TestIsDigit()
150 UPerfFunction* CharPerformanceTest::TestIsSpace() in TestIsSpace()
155 UPerfFunction* CharPerformanceTest::TestIsAlphaNumeric() in TestIsAlphaNumeric()
165 UPerfFunction* CharPerformanceTest::TestIsPrint() in TestIsPrint()
170 UPerfFunction* CharPerformanceTest::TestIsControl() in TestIsControl()
175 UPerfFunction* CharPerformanceTest::TestToLower() in TestToLower()
180 UPerfFunction* CharPerformanceTest::TestToUpper() in TestToUpper()
185 UPerfFunction* CharPerformanceTest::TestIsWhiteSpace() in TestIsWhiteSpace()
190 UPerfFunction* CharPerformanceTest::TestStdLibIsAlpha() in TestStdLibIsAlpha()
196 UPerfFunction* CharPerformanceTest::TestStdLibIsUpper() in TestStdLibIsUpper()
202 UPerfFunction* CharPerformanceTest::TestStdLibIsLower() in TestStdLibIsLower()
208 UPerfFunction* CharPerformanceTest::TestStdLibIsDigit() in TestStdLibIsDigit()
214 UPerfFunction* CharPerformanceTest::TestStdLibIsSpace() in TestStdLibIsSpace()
220 UPerfFunction* CharPerformanceTest::TestStdLibIsAlphaNumeric() in TestStdLibIsAlphaNumeric()
231 UPerfFunction* CharPerformanceTest::TestStdLibIsPrint() in TestStdLibIsPrint()
237 UPerfFunction* CharPerformanceTest::TestStdLibIsControl() in TestStdLibIsControl()
243 UPerfFunction* CharPerformanceTest::TestStdLibToLower() in TestStdLibToLower()
249 UPerfFunction* CharPerformanceTest::TestStdLibToUpper() in TestStdLibToUpper()
255 UPerfFunction* CharPerformanceTest::TestStdLibIsWhiteSpace() in TestStdLibIsWhiteSpace()