• Home
  • Raw
  • Download

Lines Matching refs:ucol_next

324     while ((ce = ucol_next(coleiter, status)) != UCOL_NULLORDER &&  in initializePatternCETable()
636 int32_t ce = getCE(strsrch, ucol_next(coleiter, &status)); in isBreakUnit()
645 int32_t nextce = ucol_next(coleiter, &status); in isBreakUnit()
648 nextce = ucol_next(coleiter, &status); in isBreakUnit()
884 ce = ucol_next(coleiter, status); in checkExtraMatchAccents()
932 int32_t ce = getCE(strsrch, ucol_next(coleiter, &status)); in hasAccentsBeforeMatch()
940 ce = getCE(strsrch, ucol_next(coleiter, &status)); in hasAccentsBeforeMatch()
1016 while ((ce = getCE(strsrch, ucol_next(coleiter, &status))) != firstce) { in hasAccentsAfterMatch()
1023 if (getCE(strsrch, ucol_next(coleiter, &status)) in hasAccentsAfterMatch()
1034 ce = ucol_next(coleiter, &status); in hasAccentsAfterMatch()
1195 ucol_next(coleiter, status); in checkNextExactContractionMatch()
1210 int32_t ce = getCE(strsrch, ucol_next(coleiter, status)); in checkNextExactContractionMatch()
1413 int32_t ce = getCE(strsrch, ucol_next(coleiter, &status)); in checkCollationMatch()
1838 ucol_next(coleiter, status); in checkNextCanonicalContractionMatch()
1854 int32_t ce = getCE(strsrch, ucol_next(coleiter, status)); in checkNextCanonicalContractionMatch()
1871 ce = getCE(strsrch, ucol_next(coleiter, status)); in checkNextCanonicalContractionMatch()
1875 ce = getCE(strsrch, ucol_next(coleiter, status)); in checkNextCanonicalContractionMatch()
2279 int32_t textce = ucol_next(coleiter, status); in doPreviousCanonicalPrefixMatch()
4694 targetce = ucol_next(coleiter, status); in usearch_handlePreviousExact()
4722 targetce = ucol_next(coleiter, status); in usearch_handlePreviousExact()
4842 targetce = ucol_next(coleiter, status); in usearch_handlePreviousCanonical()
4868 targetce = ucol_next(coleiter, status); in usearch_handlePreviousCanonical()