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.cpp34 #define COMPATCT_ARRAY(CompactArrays, UNIT) \ argument
35 struct CompactArrays{\
36 CompactArrays(const CompactArrays & );\
37 CompactArrays & operator=(const CompactArrays & );\
42 ~CompactArrays(){free(index);free(data);} \
43 CompactArrays():data(NULL), index(NULL), count(0){ \
/external/icu/icu4c/source/test/perf/collperf2/
Dcollperf2.cpp24 #define COMPACT_ARRAY(CompactArrays, UNIT) \ argument
25 struct CompactArrays{\
26 CompactArrays(const CompactArrays & );\
27 CompactArrays & operator=(const CompactArrays & );\
32 ~CompactArrays(){free(index);free(data);} \
33 CompactArrays() : count(0), index(NULL), data(NULL) { \