Searched refs:order3 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dapicoll.cpp679 int32_t order1, order2, order3; local
706 order3 = iterator3->next(success);
714 CollationElementIterator::primaryOrder(order3)), "The primary orders should be the same");
716 CollationElementIterator::secondaryOrder(order3)), "The secondary orders should be the same");
718 CollationElementIterator::tertiaryOrder(order3)), "The tertiary orders should be the same");
720 order1 = iterator1->next(success); order3 = iterator3->next(success);
728 CollationElementIterator::primaryOrder(order3)), "The primary orders should be identical");
730 CollationElementIterator::tertiaryOrder(order3)), "The tertiary orders should be different");
733 order3 = iterator3->next(success);
737 CollationElementIterator::secondaryOrder(order3)), "Th
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dapicoll.cpp663 int32_t order1, order2, order3; local
690 order3 = iterator3->next(success);
698 CollationElementIterator::primaryOrder(order3)), "The primary orders should be the same");
700 CollationElementIterator::secondaryOrder(order3)), "The secondary orders should be the same");
702 CollationElementIterator::tertiaryOrder(order3)), "The tertiary orders should be the same");
704 order1 = iterator1->next(success); order3 = iterator3->next(success);
712 CollationElementIterator::primaryOrder(order3)), "The primary orders should be identical");
714 CollationElementIterator::tertiaryOrder(order3)), "The tertiary orders should be different");
717 order3 = iterator3->next(success);
721 CollationElementIterator::secondaryOrder(order3)), "Th
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcapitst.c1254 int32_t order1, order2, order3; local
1324 order3 = ucol_next(iterator3, &status);
1332 doAssert( (ucol_primaryOrder(order1) == ucol_primaryOrder(order3)), "The primary orders should be identical");
1333 doAssert( (ucol_secondaryOrder(order1) == ucol_secondaryOrder(order3)), "The secondary orders should be identical");
1334 doAssert( (ucol_tertiaryOrder(order1) == ucol_tertiaryOrder(order3)), "The tertiary orders should be identical");
1341 order3=ucol_next(iterator3, &status);
1346 doAssert( (ucol_primaryOrder(order1) == ucol_primaryOrder(order3)), "The primary orders should be identical");
1347 doAssert( (ucol_tertiaryOrder(order1) != ucol_tertiaryOrder(order3)), "The tertiary orders should be different");
1354 order3=ucol_next(iterator3, &status);
1367 doAssert( ((order1 & UCOL_SECONDARYMASK) != (order3
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcapitst.c1252 int32_t order1, order2, order3; local
1322 order3 = ucol_next(iterator3, &status);
1330 doAssert( (ucol_primaryOrder(order1) == ucol_primaryOrder(order3)), "The primary orders should be identical");
1331 doAssert( (ucol_secondaryOrder(order1) == ucol_secondaryOrder(order3)), "The secondary orders should be identical");
1332 doAssert( (ucol_tertiaryOrder(order1) == ucol_tertiaryOrder(order3)), "The tertiary orders should be identical");
1339 order3=ucol_next(iterator3, &status);
1344 doAssert( (ucol_primaryOrder(order1) == ucol_primaryOrder(order3)), "The primary orders should be identical");
1345 doAssert( (ucol_tertiaryOrder(order1) != ucol_tertiaryOrder(order3)), "The tertiary orders should be different");
1352 order3=ucol_next(iterator3, &status);
1365 doAssert( ((order1 & UCOL_SECONDARYMASK) != (order3
[all...]

Completed in 591 milliseconds