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