Searched refs:RACI (Results 1 – 5 of 5) sorted by relevance
/external/libcxx/test/std/containers/sequences/deque/deque.special/ |
D | copy_backward.pass.cpp | 52 typedef random_access_iterator<CI> RACI; in testN() typedef 63 assert(std::copy_backward(RACI(c1.cbegin()), RACI(c1.cend()), c2.end()) == c2.begin()); in testN() 65 assert(std::copy_backward(RACI(c2.cbegin()), RACI(c2.cend()), c1.end()) == c1.begin()); in testN()
|
D | move.pass.cpp | 52 typedef random_access_iterator<CI> RACI; in testN() typedef 63 assert(std::move(RACI(c1.cbegin()), RACI(c1.cend()), c2.begin()) == c2.end()); in testN() 65 assert(std::move(RACI(c2.cbegin()), RACI(c2.cend()), c1.begin()) == c1.end()); in testN()
|
D | move_backward.pass.cpp | 52 typedef random_access_iterator<CI> RACI; in testN() typedef 63 assert(std::move_backward(RACI(c1.cbegin()), RACI(c1.cend()), c2.end()) == c2.begin()); in testN() 65 assert(std::move_backward(RACI(c2.cbegin()), RACI(c2.cend()), c1.end()) == c1.begin()); in testN()
|
D | copy.pass.cpp | 52 typedef random_access_iterator<CI> RACI; in testN() typedef 64 assert(std::copy(RACI(c1.cbegin()), RACI(c1.cend()), c2.begin()) == c2.end()); in testN()
|
/external/icu/icu4j/perf-tests/data/collation/ |
D | TestNames_SerbianSH.txt | 45822 RACIĆ ČEDOMIR 45823 RACIĆ BRANKO 45824 RACIĆ DUŠAN 45825 RACIĆ MILAN 45826 RACIĆ MILENKO 45827 RACIĆ MILICA 45828 RACIĆ MILICA 45829 RACIĆ MILORAD 45830 RACIĆ MIRJANA 45831 RACIĆ NEDELJKO [all …]
|