Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/perf/collperf2/
Dcollperf2.cpp748 struct CollatorAndCounter { struct
749 CollatorAndCounter(const Collator& coll) : coll(coll), ucoll(NULL), counter(0) {} in CollatorAndCounter() function
750 CollatorAndCounter(const Collator& coll, const UCollator *ucoll) in CollatorAndCounter() argument
752 const Collator& coll;
753 const UCollator *ucoll;
754 int32_t counter;