OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
73
int
to_alloc
= loops * MAXNUMLINES * (MAXSRCLEN + catenate_STRLEN);
local
74
catICU = new UnicodeString(
to_alloc
,'a',0);
Completed in 230 milliseconds