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

  /external/chromium_org/third_party/icu/source/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);
  /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 73 int to_alloc = loops * MAXNUMLINES * (MAXSRCLEN + catenate_STRLEN); local
74 catICU = new UnicodeString(to_alloc,'a',0);

Completed in 670 milliseconds