Home | History | Annotate | Download | only in intltest

Lines Matching refs:next

76     //    source and dest iterator produce the same next() after assignment.
110 int bixnext = bix->next();
111 int bi2next = bi2->next();
116 if (bi2->next() != 8) {
117 errln(UnicodeString("ERROR: iterator.next() failed after deleting copy."));
269 wordIter1->next(2);
323 pos = wordIter1->next();
325 pos = wordIter1->next();
327 pos = wordIter1->next();
329 pos = wordIter1->next();
340 pos = wordIter1->next();
342 pos = wordIter1->next();
444 // next()
447 i = bi->next();
449 errln("Incorrect value from bi->next() at line %d. Expected 1, got %d", __LINE__, i);
453 i = bi->next();
455 errln("Incorrect value from bi->next() at line %d. Expected DONE, got %d", __LINE__, i);
468 bi->next();
475 bi->next();
554 // next(n)
557 i = bi->next(4);
559 errln("Incorrect value from bi->next() at line %d. Expected 4, got %d", __LINE__, i);
562 i = bi->next(6);
564 errln("Incorrect value from bi->next() at line %d. Expected 10, got %d", __LINE__, i);
568 i = bi->next(11);
570 errln("Incorrect value from bi->next() at line %d. Expected BreakIterator::DONE, got %d", __LINE__, i);
667 for (pos = bi->first(); pos != BreakIterator::DONE; pos = bi->next(), i++) {
721 pos = bi->next();
761 pos = bi->next();
770 pos = bi->next();
779 pos = bi->next();
788 pos = bi->next();
796 pos = bi->next();
805 pos = bi->next();
816 pos = bi->next();
1077 status = U_ZERO_ERROR;// reset for the next test