Searched defs: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() function750 CollatorAndCounter(const Collator& coll, const UCollator *ucoll) in CollatorAndCounter() argument752 const Collator& coll;753 const UCollator *ucoll;754 int32_t counter;