Searched refs:StringPerfFunction (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/test/perf/ustrperf/ |
D | stringperf.cpp | 161 return new StringPerfFunction(ctor, filelines_, numLines, uselen); in TestCtor() 163 return new StringPerfFunction(ctor, StrBuffer, StrBufferLen, uselen); in TestCtor() 170 return new StringPerfFunction(ctor1, filelines_, numLines, uselen); in TestCtor1() 172 return new StringPerfFunction(ctor1, StrBuffer, StrBufferLen, uselen); in TestCtor1() 179 return new StringPerfFunction(ctor2, filelines_, numLines, uselen); in TestCtor2() 181 return new StringPerfFunction(ctor2, StrBuffer, StrBufferLen, uselen); in TestCtor2() 188 return new StringPerfFunction(ctor3, filelines_, numLines, uselen); in TestCtor3() 190 return new StringPerfFunction(ctor3, StrBuffer, StrBufferLen, uselen); in TestCtor3() 197 return new StringPerfFunction(assign, filelines_, numLines, uselen); in TestAssign() 199 return new StringPerfFunction(assign, StrBuffer, StrBufferLen, uselen); in TestAssign() [all …]
|
D | stringperf.h | 62 class StringPerfFunction : public UPerfFunction 134 StringPerfFunction(ICUStringPerfFn func, ULine* srcLines, int32_t srcNumLines, UBool uselen) in StringPerfFunction() function 158 StringPerfFunction(StdStringPerfFn func, ULine* srcLines, int32_t srcNumLines, UBool uselen) in StringPerfFunction() function 181 StringPerfFunction(ICUStringPerfFn func, UChar* source, int32_t sourceLen, UBool uselen) in StringPerfFunction() function 203 StringPerfFunction(StdStringPerfFn func, UChar* source, int32_t sourceLen, UBool uselen) in StringPerfFunction() function 226 ~StringPerfFunction() in ~StringPerfFunction()
|