Home | History | Annotate | Download | only in intltest

Lines Matching refs:order3

677     int32_t order1, order2, order3;
704 order3 = iterator3->next(success);
712 CollationElementIterator::primaryOrder(order3)), "The primary orders should be the same");
714 CollationElementIterator::secondaryOrder(order3)), "The secondary orders should be the same");
716 CollationElementIterator::tertiaryOrder(order3)), "The tertiary orders should be the same");
718 order1 = iterator1->next(success); order3 = iterator3->next(success);
726 CollationElementIterator::primaryOrder(order3)), "The primary orders should be identical");
728 CollationElementIterator::tertiaryOrder(order3)), "The tertiary orders should be different");
731 order3 = iterator3->next(success);
735 CollationElementIterator::secondaryOrder(order3)), "The secondary orders should not be the same");
759 order3 = iterator3->next(success);
767 CollationElementIterator::primaryOrder(order3)), "The primary orders should be the same");
769 CollationElementIterator::secondaryOrder(order3)), "The secondary orders should be the same");
771 CollationElementIterator::tertiaryOrder(order3)), "The tertiary orders should be the same");
773 order1 = iterator1->next(success); order2 = iterator2->next(success); order3 = iterator3->next(success);
781 CollationElementIterator::primaryOrder(order3)), "The primary orders should be identical");
783 CollationElementIterator::tertiaryOrder(order3)), "The tertiary orders should be different");
785 order1 = iterator1->next(success); order3 = iterator3->next(success);
795 CollationElementIterator::secondaryOrder(order3)), "The secondary orders should not be the same");