Searched refs:CollatorAndCounter (Results 1 – 1 of 1) sorted by relevance
744 struct CollatorAndCounter { struct745 CollatorAndCounter(const Collator& coll) : coll(coll), ucoll(NULL), counter(0) {} in CollatorAndCounter() argument746 CollatorAndCounter(const Collator& coll, const UCollator *ucoll) in CollatorAndCounter() argument755 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 …]