Home
last modified time | relevance | path

Searched defs:CollatorAndCounter (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/perf/collperf2/
Dcollperf2.cpp744 struct CollatorAndCounter { struct
745 CollatorAndCounter(const Collator& coll) : coll(coll), ucoll(NULL), counter(0) {} in CollatorAndCounter() function
746 CollatorAndCounter(const Collator& coll, const UCollator *ucoll) in CollatorAndCounter() function
748 const Collator& coll;
749 const UCollator *ucoll;
750 int32_t counter;