• Home
  • Raw
  • Download

Lines Matching refs:CollationElementIterator

649CollationElementIterator *iterator1 = ((RuleBasedCollator*)col)->createCollationElementIterator(te…  in TestElemIter()
652CollationElementIterator *coliter=((RuleBasedCollator*)col)->createCollationElementIterator(*chari… in TestElemIter()
655CollationElementIterator *iterator2 = ((RuleBasedCollator*)col)->createCollationElementIterator(te… in TestElemIter()
656CollationElementIterator *iterator3 = ((RuleBasedCollator*)col)->createCollationElementIterator(te… in TestElemIter()
703 doAssert((CollationElementIterator::primaryOrder(order1) == in TestElemIter()
704 CollationElementIterator::primaryOrder(order3)), "The primary orders should be the same"); in TestElemIter()
705 doAssert((CollationElementIterator::secondaryOrder(order1) == in TestElemIter()
706CollationElementIterator::secondaryOrder(order3)), "The secondary orders should be the same"); in TestElemIter()
707 doAssert((CollationElementIterator::tertiaryOrder(order1) == in TestElemIter()
708 CollationElementIterator::tertiaryOrder(order3)), "The tertiary orders should be the same"); in TestElemIter()
717 doAssert((CollationElementIterator::primaryOrder(order1) == in TestElemIter()
718 CollationElementIterator::primaryOrder(order3)), "The primary orders should be identical"); in TestElemIter()
719 doAssert((CollationElementIterator::tertiaryOrder(order1) != in TestElemIter()
720CollationElementIterator::tertiaryOrder(order3)), "The tertiary orders should be different"); in TestElemIter()
729 doAssert((order1 != CollationElementIterator::NULLORDER), "Unexpected end of iterator reached"); in TestElemIter()
758 doAssert((CollationElementIterator::primaryOrder(order1) == in TestElemIter()
759 CollationElementIterator::primaryOrder(order3)), "The primary orders should be the same"); in TestElemIter()
760 doAssert((CollationElementIterator::secondaryOrder(order1) == in TestElemIter()
761CollationElementIterator::secondaryOrder(order3)), "The secondary orders should be the same"); in TestElemIter()
762 doAssert((CollationElementIterator::tertiaryOrder(order1) == in TestElemIter()
763 CollationElementIterator::tertiaryOrder(order3)), "The tertiary orders should be the same"); in TestElemIter()
772 doAssert((CollationElementIterator::primaryOrder(order1) == in TestElemIter()
773 CollationElementIterator::primaryOrder(order3)), "The primary orders should be identical"); in TestElemIter()
774 doAssert((CollationElementIterator::tertiaryOrder(order1) != in TestElemIter()
775CollationElementIterator::tertiaryOrder(order3)), "The tertiary orders should be different"); in TestElemIter()
789 doAssert((order1 != CollationElementIterator::NULLORDER), "Unexpected end of iterator reached"); in TestElemIter()
801 if(position != CollationElementIterator::NULLORDER){ in TestElemIter()
1302 CollationElementIterator *iter = in TestMaxExpansion()
1320 while (U_SUCCESS(status) && iter->previous(status) != CollationElementIterator::NULLORDER) { in TestMaxExpansion()
1985 id = *((char *)CollationElementIterator::getStaticClassID()); in TestUClassID()
1990 CollationElementIterator *iter = coll->createCollationElementIterator(str); in TestUClassID()