Home | History | Annotate | Download | only in charperf

Lines Matching refs:UPerfFunction

92 UPerfFunction* CharPerformanceTest::runIndexedTest(int32_t index, UBool exec,
126 UPerfFunction* CharPerformanceTest::TestIsAlpha()
131 UPerfFunction* CharPerformanceTest::TestIsUpper()
136 UPerfFunction* CharPerformanceTest::TestIsLower()
141 UPerfFunction* CharPerformanceTest::TestIsDigit()
146 UPerfFunction* CharPerformanceTest::TestIsSpace()
151 UPerfFunction* CharPerformanceTest::TestIsAlphaNumeric()
161 UPerfFunction* CharPerformanceTest::TestIsPrint()
166 UPerfFunction* CharPerformanceTest::TestIsControl()
171 UPerfFunction* CharPerformanceTest::TestToLower()
176 UPerfFunction* CharPerformanceTest::TestToUpper()
181 UPerfFunction* CharPerformanceTest::TestIsWhiteSpace()
186 UPerfFunction* CharPerformanceTest::TestStdLibIsAlpha()
192 UPerfFunction* CharPerformanceTest::TestStdLibIsUpper()
198 UPerfFunction* CharPerformanceTest::TestStdLibIsLower()
204 UPerfFunction* CharPerformanceTest::TestStdLibIsDigit()
210 UPerfFunction* CharPerformanceTest::TestStdLibIsSpace()
216 UPerfFunction* CharPerformanceTest::TestStdLibIsAlphaNumeric()
227 UPerfFunction* CharPerformanceTest::TestStdLibIsPrint()
233 UPerfFunction* CharPerformanceTest::TestStdLibIsControl()
239 UPerfFunction* CharPerformanceTest::TestStdLibToLower()
245 UPerfFunction* CharPerformanceTest::TestStdLibToUpper()
251 UPerfFunction* CharPerformanceTest::TestStdLibIsWhiteSpace()