Lines Matching refs:ucol_next

322     while ((ce = ucol_next(coleiter, status)) != UCOL_NULLORDER &&  in initializePatternCETable()
634 int32_t ce = getCE(strsrch, ucol_next(coleiter, &status)); in isBreakUnit()
643 int32_t nextce = ucol_next(coleiter, &status); in isBreakUnit()
646 nextce = ucol_next(coleiter, &status); in isBreakUnit()
882 ce = ucol_next(coleiter, status); in checkExtraMatchAccents()
930 int32_t ce = getCE(strsrch, ucol_next(coleiter, &status)); in hasAccentsBeforeMatch()
938 ce = getCE(strsrch, ucol_next(coleiter, &status)); in hasAccentsBeforeMatch()
1014 while ((ce = getCE(strsrch, ucol_next(coleiter, &status))) != firstce) { in hasAccentsAfterMatch()
1021 if (getCE(strsrch, ucol_next(coleiter, &status)) in hasAccentsAfterMatch()
1032 ce = ucol_next(coleiter, &status); in hasAccentsAfterMatch()
1193 ucol_next(coleiter, status); in checkNextExactContractionMatch()
1208 int32_t ce = getCE(strsrch, ucol_next(coleiter, status)); in checkNextExactContractionMatch()
1411 int32_t ce = getCE(strsrch, ucol_next(coleiter, &status)); in checkCollationMatch()
1836 ucol_next(coleiter, status); in checkNextCanonicalContractionMatch()
1852 int32_t ce = getCE(strsrch, ucol_next(coleiter, status)); in checkNextCanonicalContractionMatch()
1869 ce = getCE(strsrch, ucol_next(coleiter, status)); in checkNextCanonicalContractionMatch()
1873 ce = getCE(strsrch, ucol_next(coleiter, status)); in checkNextCanonicalContractionMatch()
2277 int32_t textce = ucol_next(coleiter, status); in doPreviousCanonicalPrefixMatch()
4686 targetce = ucol_next(coleiter, status); in usearch_handlePreviousExact()
4714 targetce = ucol_next(coleiter, status); in usearch_handlePreviousExact()
4834 targetce = ucol_next(coleiter, status); in usearch_handlePreviousCanonical()
4860 targetce = ucol_next(coleiter, status); in usearch_handlePreviousCanonical()