Lines Matching refs:ucol_next
2732 ce = ucol_next(iter2, &status);
2734 if ((uint32_t)ucol_next(iter1, &status) != ce) {
2738 ce = ucol_next(iter2, &status);
2743 if (ucol_next(iter1, &status) != UCOL_NULLORDER) {
2788 ce = ucol_next(iter1, &status);
2794 if (ce != (uint32_t)ucol_next(iter2, &status)) {
2798 ce = ucol_next(iter1, &status);
2804 if (ucol_next(iter2, &status) != UCOL_NULLORDER) {
3591 while((CE=ucol_next(it, &status)) != UCOL_NULLORDER) {