Lines Matching refs:coliter
669 CollationElementIterator *coliter=((RuleBasedCollator*)col)->createCollationElementIterator(*chariter);
690 doAssert((*coliter == *iterator1), "The two iterators should be the same");
691 doAssert((*coliter == *iterator2), "The two iterators should be the same");
692 doAssert((*coliter != *iterator3), "The two iterators should be different");
817 int32_t position=coliter->previous(success);
821 coliter->reset();
822 coliter->setText(*chariter, success);
832 delete coliter;