Home | History | Annotate | Download | only in intltest

Lines Matching refs:coliter

660     CollationElementIterator *coliter=((RuleBasedCollator*)col)->createCollationElementIterator(*chariter);
681 doAssert((*coliter == *iterator1), "The two iterators should be the same");
682 doAssert((*coliter == *iterator2), "The two iterators should be the same");
683 doAssert((*coliter != *iterator3), "The two iterators should be different");
808 int32_t position=coliter->previous(success);
812 coliter->reset();
813 coliter->setText(*chariter, success);
823 delete coliter;