OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:catStd
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/test/perf/ustrperf/
stringperf.h
46
static stlstring*
catStd
;
69
if (
catStd
) { delete
catStd
;}
77
catStd
= new stlstring();
78
//
catStd
-> reserve(loops * MAXNUMLINES * (MAXSRCLEN + catenate_STRLEN));
79
catStd
-> reserve(110000000);
82
catStd
= new stlstring();
526
*
catStd
+= s0;
527
*
catStd
+= sCatenate_STR;
stringperf.cpp
44
catStd
= new stlstring();
45
catStd
-> reserve(loops * MAXNUMLINES * (MAXSRCLEN + catenate_STRLEN));
46
//
catStd
-> reserve(110000000);
49
catStd
= new stlstring();
59
delete
catStd
;
Completed in 155 milliseconds