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.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
755 CollatorAndCounter& cc = *(CollatorAndCounter*)context; in UniStrCollatorComparator()
832 CollatorAndCounter cc(coll); in call()
844 CollatorAndCounter& cc = *(CollatorAndCounter*)context; in StringPieceCollatorComparator()
854 CollatorAndCounter& cc = *(CollatorAndCounter*)context; in StringPieceUCollatorComparator()
917 CollatorAndCounter cc(coll); in call()
941 CollatorAndCounter cc(coll, ucoll); in call()
965 CollatorAndCounter cc(coll); in call()
[all …]