Home | History | Annotate | Download | only in intltest

Lines Matching refs:next

45  * Test for CollationElementIterator previous and next for the whole set of
184 if (U_FAILURE(status) || iter->next(status) != UCOL_NULLORDER) {
234 int32_t c = iter2->next(status);
241 errln("iter2->next() returned an error.");
246 c = iter2->next(status);
277 || iter1->next(status) != (int32_t)UCOL_NULLORDER) {
283 || iter1->next(status) != (int32_t)UCOL_NULLORDER) {
349 int32_t e0 = i->next(status); // save the first collation element
353 errln("call to i->next() failed. err=%s", u_errorName(status));
365 i->next(status); // but only use up half of it
369 errln("call to i->next() failed. err=%s", u_errorName(status));
381 int32_t e = i->next(status); // and get this one again
385 errln("call to i->next() failed. err=%s", u_errorName(status));
439 iter4->next(status);
443 iter5.next(status);
447 iter4->next(status);
451 iter5.next(status);
459 iter4->next(status);
463 iter5.next(status);
467 iter4->next(status);
471 iter5.next(status);
524 if (iter1->next(status) != (int32_t)UCOL_NULLORDER) {
527 if (iter2->next(status) != (int32_t)UCOL_NULLORDER) {
582 * returned by calls to next on the specified iterator
589 while ((order = iter.next(status)) != CollationElementIterator::NULLORDER)
606 c1 = i1.next(status);
607 c2 = i2.next(status);