Home | History | Annotate | Download | only in charperf

Lines Matching refs:UPerfFunction

22 class CharPerfFunction : public UPerfFunction
49 class StdLibCharPerfFunction : public UPerfFunction
88 virtual UPerfFunction* runIndexedTest(int32_t index, UBool exec,
91 UPerfFunction* TestIsAlpha();
92 UPerfFunction* TestIsUpper();
93 UPerfFunction* TestIsLower();
94 UPerfFunction* TestIsDigit();
95 UPerfFunction* TestIsSpace();
96 UPerfFunction* TestIsAlphaNumeric();
97 UPerfFunction* TestIsPrint();
98 UPerfFunction* TestIsControl();
99 UPerfFunction* TestToLower();
100 UPerfFunction* TestToUpper();
101 UPerfFunction* TestIsWhiteSpace();
102 UPerfFunction* TestStdLibIsAlpha();
103 UPerfFunction* TestStdLibIsUpper();
104 UPerfFunction* TestStdLibIsLower();
105 UPerfFunction* TestStdLibIsDigit();
106 UPerfFunction* TestStdLibIsSpace();
107 UPerfFunction* TestStdLibIsAlphaNumeric();
108 UPerfFunction* TestStdLibIsPrint();
109 UPerfFunction* TestStdLibIsControl();
110 UPerfFunction* TestStdLibToLower();
111 UPerfFunction* TestStdLibToUpper();
112 UPerfFunction* TestStdLibIsWhiteSpace();