OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAXSRCLEN
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/test/perf/ustrperf/
stringperf.cpp
40
int to_alloc = loops * MAXNUMLINES * (
MAXSRCLEN
+ catenate_STRLEN);
45
catStd -> reserve(loops * MAXNUMLINES * (
MAXSRCLEN
+ catenate_STRLEN));
stringperf.h
23
#define
MAXSRCLEN
20 //Max length of one line. maybe a larger number, but it need more mem
73
int to_alloc = loops * MAXNUMLINES * (
MAXSRCLEN
+ catenate_STRLEN);
78
//catStd -> reserve(loops * MAXNUMLINES * (
MAXSRCLEN
+ catenate_STRLEN));
Completed in 56 milliseconds