Searched defs:catStd (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/test/perf/ustrperf/
H A Dstringperf.h46 static stlstring* catStd; variable
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;
/external/icu/icu4c/source/test/perf/ustrperf/
H A Dstringperf.h46 static stlstring* catStd; variable
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;

Completed in 166 milliseconds