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

/external/chromium/third_party/icu/source/test/intltest/
H A Dapicoll.cpp684 int32_t order1, order2, order3; local
692 order1 = iterator1->next(success);
701 doAssert((order1 != order2), "The order result should not be the same");
710 doAssert((order1 == order2), "The order result should be the same");
718 doAssert((CollationElementIterator::primaryOrder(order1) ==
720 doAssert((CollationElementIterator::secondaryOrder(order1) ==
722 doAssert((CollationElementIterator::tertiaryOrder(order1) ==
725 order1 = iterator1->next(success); order3 = iterator3->next(success);
732 doAssert((CollationElementIterator::primaryOrder(order1) ==
734 doAssert((CollationElementIterator::tertiaryOrder(order1) !
[all...]
/external/icu4c/test/intltest/
H A Dapicoll.cpp684 int32_t order1, order2, order3; local
692 order1 = iterator1->next(success);
701 doAssert((order1 != order2), "The order result should not be the same");
710 doAssert((order1 == order2), "The order result should be the same");
718 doAssert((CollationElementIterator::primaryOrder(order1) ==
720 doAssert((CollationElementIterator::secondaryOrder(order1) ==
722 doAssert((CollationElementIterator::tertiaryOrder(order1) ==
725 order1 = iterator1->next(success); order3 = iterator3->next(success);
732 doAssert((CollationElementIterator::primaryOrder(order1) ==
734 doAssert((CollationElementIterator::tertiaryOrder(order1) !
[all...]
/external/chromium/third_party/icu/source/test/cintltst/
H A Dcapitst.c1232 int32_t order1, order2, order3; local
1289 order1 = ucol_next(iterator1, &status);
1295 doAssert((order1 != order2), "The first iterator advance failed");
1307 doAssert((order1 == order2), "The second iterator advance failed should be the same as first one");
1309 doAssert( (ucol_primaryOrder(order1) == ucol_primaryOrder(order3)), "The primary orders should be identical");
1310 doAssert( (ucol_secondaryOrder(order1) == ucol_secondaryOrder(order3)), "The secondary orders should be identical");
1311 doAssert( (ucol_tertiaryOrder(order1) == ucol_tertiaryOrder(order3)), "The tertiary orders should be identical");
1313 order1=ucol_next(iterator1, &status);
1323 doAssert( (ucol_primaryOrder(order1) == ucol_primaryOrder(order3)), "The primary orders should be identical");
1324 doAssert( (ucol_tertiaryOrder(order1) !
[all...]
/external/icu4c/test/cintltst/
H A Dcapitst.c1210 int32_t order1, order2, order3; local
1267 order1 = ucol_next(iterator1, &status);
1273 doAssert((order1 != order2), "The first iterator advance failed");
1285 doAssert((order1 == order2), "The second iterator advance failed should be the same as first one");
1287 doAssert( (ucol_primaryOrder(order1) == ucol_primaryOrder(order3)), "The primary orders should be identical");
1288 doAssert( (ucol_secondaryOrder(order1) == ucol_secondaryOrder(order3)), "The secondary orders should be identical");
1289 doAssert( (ucol_tertiaryOrder(order1) == ucol_tertiaryOrder(order3)), "The tertiary orders should be identical");
1291 order1=ucol_next(iterator1, &status);
1301 doAssert( (ucol_primaryOrder(order1) == ucol_primaryOrder(order3)), "The primary orders should be identical");
1302 doAssert( (ucol_tertiaryOrder(order1) !
[all...]

Completed in 1236 milliseconds