Lines Matching refs:ucol_next
91 while (ucol_next(pitr, &status) != UCOL_NULLORDER && in TestBug672()
167 while (ucol_next(pitr, &status) != UCOL_NULLORDER && in TestBug672Normalize()
591 if (U_FAILURE(status) || ucol_next(iter, &status) != UCOL_NULLORDER) { in TestOffset()
648 while (ucol_next(iter, &status) != UCOL_NULLORDER && in TestOffset()
734 c = ucol_next(iter2, &status); in TestSetText()
748 c = ucol_next(iter2, &status); in TestSetText()
919 c1 = ucol_next(i1, &status); in assertEqual()
920 c2 = ucol_next(i2, &status); in assertEqual()
996 ucol_next(testiter, &status); in TestSmallBuffer()
997 ucol_next(testiter, &status); in TestSmallBuffer()
1085 ce = ucol_next(resultiter, &status); in TestDiscontiguos()
1091 if (ce != ucol_next(iter, &status) || in TestDiscontiguos()
1096 ce = ucol_next(resultiter, &status); in TestDiscontiguos()
1203 element = ucol_next(uce, &status); in TestSearchCollatorElements()