Home | History | Annotate | Download | only in i18n

Lines Matching refs:ucol_next

306         // status will be checked in ucol_next(..) later and if it is an
307 // error UCOL_NULLORDER the result of ucol_next(..) and 0 will be
325 while ((ce = ucol_next(coleiter, status)) != UCOL_NULLORDER &&
377 // status will be checked in ucol_next(..) later and if it is an
378 // error UCOL_NULLORDER the result of ucol_next(..) and 0 will be
635 int32_t ce = getCE(strsrch, ucol_next(coleiter, &status));
644 int32_t nextce = ucol_next(coleiter, &status);
647 nextce = ucol_next(coleiter, &status);
883 ce = ucol_next(coleiter, status);
931 int32_t ce = getCE(strsrch, ucol_next(coleiter, &status));
939 ce = getCE(strsrch, ucol_next(coleiter, &status));
1015 while ((ce = getCE(strsrch, ucol_next(coleiter, &status))) != firstce) {
1022 if (getCE(strsrch, ucol_next(coleiter, &status))
1033 ce = ucol_next(coleiter, &status);
1228 ucol_next(coleiter, status);
1243 int32_t ce = getCE(strsrch, ucol_next(coleiter, status));
1446 int32_t ce = getCE(strsrch, ucol_next(coleiter, &status));
1871 ucol_next(coleiter, status);
1887 int32_t ce = getCE(strsrch, ucol_next(coleiter, status));
1889 // ucol_next returns UCOL_NULLORDER
1904 ce = getCE(strsrch, ucol_next(coleiter, status));
1908 ce = getCE(strsrch, ucol_next(coleiter, status));
2054 // Since we used ucol_next while previously looking for the potential
2312 int32_t textce = ucol_next(coleiter, status);
2494 // Since we used ucol_next while previously looking for the potential
4411 targetce = ucol_next(coleiter, status);
4438 targetce = ucol_next(coleiter, status);
4529 targetce = ucol_next(coleiter, status);
4554 targetce = ucol_next(coleiter, status);