HomeSort by relevance Sort by last modified time
    Searched refs:catStd (Results 1 - 2 of 2) sorted by null

  /external/icu4c/test/perf/ustrperf/
stringperf.h 44 static stlstring* catStd;
67 if (catStd) { delete catStd;}
75 catStd = new stlstring();
76 //catStd -> reserve(loops * MAXNUMLINES * (MAXSRCLEN + catenate_STRLEN));
77 catStd -> reserve(110000000);
80 catStd = new stlstring();
524 *catStd += s0;
525 *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 27 milliseconds