Home
last modified time | relevance | path

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

/dports/devel/icu-lx/icu/source/test/perf/ustrperf/
H A Dstringperf.cpp72 filelines_=NULL; in StringPerformanceTest()
96 filelines_ = new ULine[numLines]; in StringPerformanceTest()
99 filelines_[i].name = new UChar[len]; in StringPerformanceTest()
100 filelines_[i].len = len; in StringPerformanceTest()
121 delete[] filelines_; in ~StringPerformanceTest()
166 return new StringPerfFunction(ctor, filelines_, numLines, 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()
230 return new StringPerfFunction(getch, filelines_, numLines, uselen); in TestGetch()
[all …]
H A Dstringperf.h384 ULine* filelines_; variable
/dports/devel/icu/icu/source/test/perf/ustrperf/
H A Dstringperf.cpp72 filelines_=NULL; in StringPerformanceTest()
96 filelines_ = new ULine[numLines]; in StringPerformanceTest()
99 filelines_[i].name = new UChar[len]; in StringPerformanceTest()
100 filelines_[i].len = len; in StringPerformanceTest()
121 delete[] filelines_; in ~StringPerformanceTest()
166 return new StringPerfFunction(ctor, filelines_, numLines, 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()
230 return new StringPerfFunction(getch, filelines_, numLines, uselen); in TestGetch()
[all …]
H A Dstringperf.h384 ULine* filelines_; variable