Lines Matching refs:ucol_next
88 while (ucol_next(pitr, &status) != UCOL_NULLORDER && in TestBug672()
164 while (ucol_next(pitr, &status) != UCOL_NULLORDER && in TestBug672Normalize()
588 if (U_FAILURE(status) || ucol_next(iter, &status) != UCOL_NULLORDER) { in TestOffset()
645 while (ucol_next(iter, &status) != UCOL_NULLORDER && in TestOffset()
731 c = ucol_next(iter2, &status); in TestSetText()
745 c = ucol_next(iter2, &status); in TestSetText()
916 c1 = ucol_next(i1, &status); in assertEqual()
917 c2 = ucol_next(i2, &status); in assertEqual()
993 ucol_next(testiter, &status); in TestSmallBuffer()
994 ucol_next(testiter, &status); in TestSmallBuffer()
1082 ce = ucol_next(resultiter, &status); in TestDiscontiguos()
1088 if (ce != (uint32_t)ucol_next(iter, &status) || in TestDiscontiguos()
1093 ce = ucol_next(resultiter, &status); in TestDiscontiguos()
1200 element = ucol_next(uce, &status); in TestSearchCollatorElements()