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

/external/clang/test/SemaTemplate/
H A Daddress-spaces.cpp78 template<typename T> int &order1(__attribute__((address_space(1))) T&);
79 template<typename T> float &order1(T&);
84 int &ir = order1(i1);
85 float &fr = order1(i);
/external/icu4c/test/intltest/
H A Dapicoll.cpp686 int32_t order1, order2, order3; local
694 order1 = iterator1->next(success);
703 doAssert((order1 != order2), "The order result should not be the same");
712 doAssert((order1 == order2), "The order result should be the same");
720 doAssert((CollationElementIterator::primaryOrder(order1) ==
722 doAssert((CollationElementIterator::secondaryOrder(order1) ==
724 doAssert((CollationElementIterator::tertiaryOrder(order1) ==
727 order1 = iterator1->next(success); order3 = iterator3->next(success);
734 doAssert((CollationElementIterator::primaryOrder(order1) ==
736 doAssert((CollationElementIterator::tertiaryOrder(order1) !
[all...]
/external/icu4c/test/cintltst/
H A Dcapitst.c1280 int32_t order1, order2, order3; local
1337 order1 = ucol_next(iterator1, &status);
1343 doAssert((order1 != order2), "The first iterator advance failed");
1355 doAssert((order1 == order2), "The second iterator advance failed should be the same as first one");
1357 doAssert( (ucol_primaryOrder(order1) == ucol_primaryOrder(order3)), "The primary orders should be identical");
1358 doAssert( (ucol_secondaryOrder(order1) == ucol_secondaryOrder(order3)), "The secondary orders should be identical");
1359 doAssert( (ucol_tertiaryOrder(order1) == ucol_tertiaryOrder(order3)), "The tertiary orders should be identical");
1361 order1=ucol_next(iterator1, &status);
1371 doAssert( (ucol_primaryOrder(order1) == ucol_primaryOrder(order3)), "The primary orders should be identical");
1372 doAssert( (ucol_tertiaryOrder(order1) !
[all...]

Completed in 158 milliseconds