Home
last modified time | relevance | path

Searched refs:StringPerfFunction (Results 1 – 2 of 2) sorted by relevance

/third_party/icu/icu4c/source/test/perf/ustrperf/
Dstringperf.cpp166 return new StringPerfFunction(ctor, filelines_, numLines, uselen); in TestCtor()
168 return new StringPerfFunction(ctor, StrBuffer, StrBufferLen, uselen); in TestCtor()
175 return new StringPerfFunction(ctor1, filelines_, numLines, uselen); in TestCtor1()
177 return new StringPerfFunction(ctor1, StrBuffer, StrBufferLen, uselen); in TestCtor1()
184 return new StringPerfFunction(ctor2, filelines_, numLines, uselen); in TestCtor2()
186 return new StringPerfFunction(ctor2, StrBuffer, StrBufferLen, uselen); in TestCtor2()
193 return new StringPerfFunction(ctor3, filelines_, numLines, uselen); in TestCtor3()
195 return new StringPerfFunction(ctor3, StrBuffer, StrBufferLen, uselen); in TestCtor3()
202 return new StringPerfFunction(assign, filelines_, numLines, uselen); in TestAssign()
204 return new StringPerfFunction(assign, StrBuffer, StrBufferLen, uselen); in TestAssign()
[all …]
Dstringperf.h67 class StringPerfFunction : public UPerfFunction
139 StringPerfFunction(ICUStringPerfFn func, ULine* srcLines, int32_t srcNumLines, UBool uselen) in StringPerfFunction() function
163 StringPerfFunction(StdStringPerfFn func, ULine* srcLines, int32_t srcNumLines, UBool uselen) in StringPerfFunction() function
186 StringPerfFunction(ICUStringPerfFn func, UChar* source, int32_t sourceLen, UBool uselen) in StringPerfFunction() function
208 StringPerfFunction(StdStringPerfFn func, UChar* source, int32_t sourceLen, UBool uselen) in StringPerfFunction() function
231 ~StringPerfFunction() in ~StringPerfFunction()