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

  /external/icu4c/test/perf/ustrperf/
stringperf.cpp 40 int to_alloc = loops * MAXNUMLINES * (MAXSRCLEN + catenate_STRLEN);
45 catStd -> reserve(loops * MAXNUMLINES * (MAXSRCLEN + catenate_STRLEN));
stringperf.h 26 #define catenate_STRLEN 2
73 int to_alloc = loops * MAXNUMLINES * (MAXSRCLEN + catenate_STRLEN);
78 //catStd -> reserve(loops * MAXNUMLINES * (MAXSRCLEN + catenate_STRLEN));

Completed in 76 milliseconds