Searched defs:ArrayAndColl (Results 1 – 1 of 1) sorted by relevance
1264 struct ArrayAndColl { struct1265 ArrayAndColl(const CA_uchar* a, const Collator& c) : d16(a), coll(c) {} in ArrayAndColl() function1266 const CA_uchar* d16;1267 const Collator& coll;