Home
last modified time | relevance | path

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

/dports/devel/icu-lx/icu/source/test/perf/ustrperf/
H A 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()
184 return new StringPerfFunction(ctor2, filelines_, numLines, uselen); in TestCtor2()
193 return new StringPerfFunction(ctor3, filelines_, numLines, uselen); in TestCtor3()
202 return new StringPerfFunction(assign, filelines_, numLines, uselen); in TestAssign()
211 return new StringPerfFunction(assign1, filelines_, numLines, uselen); in TestAssign1()
230 return new StringPerfFunction(getch, filelines_, numLines, uselen); in TestGetch()
249 return new StringPerfFunction(scan, filelines_, numLines, uselen); in TestScan()
258 return new StringPerfFunction(scan1, filelines_, numLines, uselen); in TestScan1()
[all …]
H A 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()
/dports/devel/icu/icu/source/test/perf/ustrperf/
H A 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()
184 return new StringPerfFunction(ctor2, filelines_, numLines, uselen); in TestCtor2()
193 return new StringPerfFunction(ctor3, filelines_, numLines, uselen); in TestCtor3()
202 return new StringPerfFunction(assign, filelines_, numLines, uselen); in TestAssign()
211 return new StringPerfFunction(assign1, filelines_, numLines, uselen); in TestAssign1()
230 return new StringPerfFunction(getch, filelines_, numLines, uselen); in TestGetch()
249 return new StringPerfFunction(scan, filelines_, numLines, uselen); in TestScan()
258 return new StringPerfFunction(scan1, filelines_, numLines, uselen); in TestScan1()
[all …]
H A 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()