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

  /external/icu4c/test/perf/ustrperf/
stringperf.cpp 40 int to_alloc = loops * MAXNUMLINES * (MAXSRCLEN + catenate_STRLEN); local
41 catICU = new UnicodeString(to_alloc,'a',0);
stringperf.h 71 int to_alloc = loops * MAXNUMLINES * (MAXSRCLEN + catenate_STRLEN); local
72 catICU = new UnicodeString(to_alloc,'a',0);

Completed in 96 milliseconds