• Home
  • Raw
  • Download

Lines Matching refs:filelines_

67     filelines_=NULL;  in StringPerformanceTest()
91 filelines_ = new ULine[numLines]; in StringPerformanceTest()
94 filelines_[i].name = new UChar[len]; in StringPerformanceTest()
95 filelines_[i].len = len; in StringPerformanceTest()
96 memcpy(filelines_[i].name, filelines[i].name, len * U_SIZEOF_UCHAR); in StringPerformanceTest()
116 delete[] filelines_; in ~StringPerformanceTest()
161 return new StringPerfFunction(ctor, filelines_, numLines, uselen); in TestCtor()
170 return new StringPerfFunction(ctor1, filelines_, numLines, uselen); in TestCtor1()
179 return new StringPerfFunction(ctor2, filelines_, numLines, uselen); in TestCtor2()
188 return new StringPerfFunction(ctor3, filelines_, numLines, uselen); in TestCtor3()
197 return new StringPerfFunction(assign, filelines_, numLines, uselen); in TestAssign()
206 return new StringPerfFunction(assign1, filelines_, numLines, uselen); in TestAssign1()
215 return new StringPerfFunction(assign2, filelines_, numLines, uselen); in TestAssign2()
225 return new StringPerfFunction(getch, filelines_, numLines, uselen); in TestGetch()
234 return new StringPerfFunction(catenate, filelines_, numLines, uselen); in TestCatenate()
244 return new StringPerfFunction(scan, filelines_, numLines, uselen); in TestScan()
253 return new StringPerfFunction(scan1, filelines_, numLines, uselen); in TestScan1()
262 return new StringPerfFunction(scan2, filelines_, numLines, uselen); in TestScan2()
271 return new StringPerfFunction(StdLibCtor, filelines_, numLines, uselen); in TestStdLibCtor()
280 return new StringPerfFunction(StdLibCtor1, filelines_, numLines, uselen); in TestStdLibCtor1()
289 return new StringPerfFunction(StdLibCtor2, filelines_, numLines, uselen); in TestStdLibCtor2()
298 return new StringPerfFunction(StdLibCtor3, filelines_, numLines, uselen); in TestStdLibCtor3()
307 return new StringPerfFunction(StdLibAssign, filelines_, numLines, uselen); in TestStdLibAssign()
316 return new StringPerfFunction(StdLibAssign1, filelines_, numLines, uselen); in TestStdLibAssign1()
325 return new StringPerfFunction(StdLibAssign2, filelines_, numLines, uselen); in TestStdLibAssign2()
334 return new StringPerfFunction(StdLibGetch, filelines_, numLines, uselen); in TestStdLibGetch()
343 return new StringPerfFunction(StdLibCatenate, filelines_, numLines, uselen); in TestStdLibCatenate()
353 return new StringPerfFunction(StdLibScan, filelines_, numLines, uselen); in TestStdLibScan()
362 return new StringPerfFunction(StdLibScan1, filelines_, numLines, uselen); in TestStdLibScan1()
371 return new StringPerfFunction(StdLibScan2, filelines_, numLines, uselen); in TestStdLibScan2()