Lines Matching refs:order1
1274 int32_t order1, order2, order3;
1331 order1 = ucol_next(iterator1, &status);
1337 doAssert((order1 != order2), "The first iterator advance failed");
1349 doAssert((order1 == order2), "The second iterator advance failed should be the same as first one");
1351 doAssert( (ucol_primaryOrder(order1) == ucol_primaryOrder(order3)), "The primary orders should be identical");
1352 doAssert( (ucol_secondaryOrder(order1) == ucol_secondaryOrder(order3)), "The secondary orders should be identical");
1353 doAssert( (ucol_tertiaryOrder(order1) == ucol_tertiaryOrder(order3)), "The tertiary orders should be identical");
1355 order1=ucol_next(iterator1, &status);
1365 doAssert( (ucol_primaryOrder(order1) == ucol_primaryOrder(order3)), "The primary orders should be identical");
1366 doAssert( (ucol_tertiaryOrder(order1) != ucol_tertiaryOrder(order3)), "The tertiary orders should be different");
1368 order1=ucol_next(iterator1, &status);
1386 doAssert( ((order1 & UCOL_SECONDARYMASK) != (order3 & UCOL_SECONDARYMASK)), "The secondary orders should be different");
1388 doAssert( (order1 != UCOL_NULLORDER), "Unexpected end of iterator reached");