Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/perf/collperf2/
Dcollperf2.cpp748 struct CollatorAndCounter { struct
749 CollatorAndCounter(const Collator& coll) : coll(coll), ucoll(NULL), counter(0) {} in CollatorAndCounter() argument
750 CollatorAndCounter(const Collator& coll, const UCollator *ucoll) in CollatorAndCounter() argument
759 CollatorAndCounter& cc = *(CollatorAndCounter*)context; in UniStrCollatorComparator()
836 CollatorAndCounter cc(coll); in call()
848 CollatorAndCounter& cc = *(CollatorAndCounter*)context; in StringPieceCollatorComparator()
858 CollatorAndCounter& cc = *(CollatorAndCounter*)context; in StringPieceUCollatorComparator()
921 CollatorAndCounter cc(coll); in call()
945 CollatorAndCounter cc(coll, ucoll); in call()
969 CollatorAndCounter cc(coll); in call()
[all …]