Home | History | Annotate | Download | only in intltest

Lines Matching refs:coliter

646     CollationElementIterator *coliter=((RuleBasedCollator*)col)->createCollationElementIterator(*chariter);
667 doAssert((*coliter == *iterator1), "The two iterators should be the same");
668 doAssert((*coliter == *iterator2), "The two iterators should be the same");
669 doAssert((*coliter != *iterator3), "The two iterators should be different");
794 int32_t position=coliter->previous(success);
798 coliter->reset();
799 coliter->setText(*chariter, success);
809 delete coliter;