• Home
  • Raw
  • Download

Lines Matching refs:CollationElementIterator

666CollationElementIterator *iterator1 = ((RuleBasedCollator*)col)->createCollationElementIterator(te…  in TestElemIter()
669CollationElementIterator *coliter=((RuleBasedCollator*)col)->createCollationElementIterator(*chari… in TestElemIter()
672CollationElementIterator *iterator2 = ((RuleBasedCollator*)col)->createCollationElementIterator(te… in TestElemIter()
673CollationElementIterator *iterator3 = ((RuleBasedCollator*)col)->createCollationElementIterator(te… in TestElemIter()
720 doAssert((CollationElementIterator::primaryOrder(order1) == in TestElemIter()
721 CollationElementIterator::primaryOrder(order3)), "The primary orders should be the same"); in TestElemIter()
722 doAssert((CollationElementIterator::secondaryOrder(order1) == in TestElemIter()
723CollationElementIterator::secondaryOrder(order3)), "The secondary orders should be the same"); in TestElemIter()
724 doAssert((CollationElementIterator::tertiaryOrder(order1) == in TestElemIter()
725 CollationElementIterator::tertiaryOrder(order3)), "The tertiary orders should be the same"); in TestElemIter()
734 doAssert((CollationElementIterator::primaryOrder(order1) == in TestElemIter()
735 CollationElementIterator::primaryOrder(order3)), "The primary orders should be identical"); in TestElemIter()
736 doAssert((CollationElementIterator::tertiaryOrder(order1) != in TestElemIter()
737CollationElementIterator::tertiaryOrder(order3)), "The tertiary orders should be different"); in TestElemIter()
746 doAssert((order1 != CollationElementIterator::NULLORDER), "Unexpected end of iterator reached"); in TestElemIter()
775 doAssert((CollationElementIterator::primaryOrder(order1) == in TestElemIter()
776 CollationElementIterator::primaryOrder(order3)), "The primary orders should be the same"); in TestElemIter()
777 doAssert((CollationElementIterator::secondaryOrder(order1) == in TestElemIter()
778CollationElementIterator::secondaryOrder(order3)), "The secondary orders should be the same"); in TestElemIter()
779 doAssert((CollationElementIterator::tertiaryOrder(order1) == in TestElemIter()
780 CollationElementIterator::tertiaryOrder(order3)), "The tertiary orders should be the same"); in TestElemIter()
789 doAssert((CollationElementIterator::primaryOrder(order1) == in TestElemIter()
790 CollationElementIterator::primaryOrder(order3)), "The primary orders should be identical"); in TestElemIter()
791 doAssert((CollationElementIterator::tertiaryOrder(order1) != in TestElemIter()
792CollationElementIterator::tertiaryOrder(order3)), "The tertiary orders should be different"); in TestElemIter()
806 doAssert((order1 != CollationElementIterator::NULLORDER), "Unexpected end of iterator reached"); in TestElemIter()
818 if(position != CollationElementIterator::NULLORDER){ in TestElemIter()
1321 CollationElementIterator *iter = in TestMaxExpansion()
1892 id = *((char *)CollationElementIterator::getStaticClassID()); in TestUClassID()
1897 CollationElementIterator *iter = coll->createCollationElementIterator(str); in TestUClassID()