Home | History | Annotate | Download | only in i18n

Lines Matching refs:ucol_next

308         // status will be checked in ucol_next(..) later and if it is an
309 // error UCOL_NULLORDER the result of ucol_next(..) and 0 will be
331 while ((ce = ucol_next(coleiter, status)) != UCOL_NULLORDER &&
383 // status will be checked in ucol_next(..) later and if it is an
384 // error UCOL_NULLORDER the result of ucol_next(..) and 0 will be
645 int32_t ce = getCE(strsrch, ucol_next(coleiter, &status));
654 int32_t nextce = ucol_next(coleiter, &status);
657 nextce = ucol_next(coleiter, &status);
893 ce = ucol_next(coleiter, status);
941 int32_t ce = getCE(strsrch, ucol_next(coleiter, &status));
949 ce = getCE(strsrch, ucol_next(coleiter, &status));
1025 while ((ce = getCE(strsrch, ucol_next(coleiter, &status))) != firstce) {
1032 if (getCE(strsrch, ucol_next(coleiter, &status))
1043 ce = ucol_next(coleiter, &status);
1204 ucol_next(coleiter, status);
1219 int32_t ce = getCE(strsrch, ucol_next(coleiter, status));
1422 int32_t ce = getCE(strsrch, ucol_next(coleiter, &status));
1847 ucol_next(coleiter, status);
1863 int32_t ce = getCE(strsrch, ucol_next(coleiter, status));
1865 // ucol_next returns UCOL_NULLORDER
1880 ce = getCE(strsrch, ucol_next(coleiter, status));
1884 ce = getCE(strsrch, ucol_next(coleiter, status));
2030 // Since we used ucol_next while previously looking for the potential
2288 int32_t textce = ucol_next(coleiter, status);
2470 // Since we used ucol_next while previously looking for the potential
4590 targetce = ucol_next(coleiter, status);
4618 targetce = ucol_next(coleiter, status);
4734 targetce = ucol_next(coleiter, status);
4760 targetce = ucol_next(coleiter, status);