Lines Matching refs:UCOL_NULLORDER
91 while (ucol_next(pitr, &status) != UCOL_NULLORDER &&
167 while (ucol_next(pitr, &status) != UCOL_NULLORDER &&
586 if (U_FAILURE(status) || ucol_previous(iter, &status) != UCOL_NULLORDER) {
591 if (U_FAILURE(status) || ucol_next(iter, &status) != UCOL_NULLORDER) {
648 while (ucol_next(iter, &status) != UCOL_NULLORDER &&
671 while (ucol_previous(iter, &status) != UCOL_NULLORDER &&
737 while ( ++i < 10 && (c != UCOL_NULLORDER))
770 if (ucol_next(iter2, &status) != UCOL_NULLORDER) {
771 log_err("iter2 with null text expected to return UCOL_NULLORDER\n");
818 ucol_previous(iter, &status) != UCOL_NULLORDER) {
934 while (c1 != UCOL_NULLORDER);
1314 while((ces[preContextCeLen] = ucol_next(iter, &status)) != (uint32_t)UCOL_NULLORDER) {
1441 while (ce != UCOL_NULLORDER) {
1490 if (ucol_previous(iter, &status) == UCOL_NULLORDER ||
1542 if (ce == UCOL_NULLORDER) {