Searched defs: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() function746 CollatorAndCounter(const Collator& coll, const UCollator *ucoll) in CollatorAndCounter() function748 const Collator& coll;749 const UCollator *ucoll;750 int32_t counter;