Home
last modified time | relevance | path

Searched refs:CompactArrays (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/test/perf/collperf/
Dcollperf.cpp28 #define COMPATCT_ARRAY(CompactArrays, UNIT) \ argument
29 struct CompactArrays{\
30 CompactArrays(const CompactArrays & );\
31 CompactArrays & operator=(const CompactArrays & );\
36 ~CompactArrays(){free(index);free(data);} \
37 CompactArrays():data(NULL), index(NULL), count(0){ \
/external/icu/icu4c/source/test/perf/collperf2/
Dcollperf2.cpp20 #define COMPACT_ARRAY(CompactArrays, UNIT) \ argument
21 struct CompactArrays{\
22 CompactArrays(const CompactArrays & );\
23 CompactArrays & operator=(const CompactArrays & );\
28 ~CompactArrays(){free(index);free(data);} \
29 CompactArrays() : count(0), index(NULL), data(NULL) { \