• Home
  • Raw
  • Download

Lines Matching refs:getCE

149 inline int32_t getCE(const UStringSearch *strsrch, uint32_t sourcece)  in getCE()  function
326 uint32_t newce = getCE(strsrch, ce); in initializePatternCETable()
636 int32_t ce = getCE(strsrch, ucol_next(coleiter, &status)); in isBreakUnit()
647 && getCE(strsrch, nextce) == UCOL_IGNORABLE) { in isBreakUnit()
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()
1039 ce = getCE(strsrch, ce); in hasAccentsAfterMatch()
1210 int32_t ce = getCE(strsrch, ucol_next(coleiter, status)); in checkNextExactContractionMatch()
1413 int32_t ce = getCE(strsrch, ucol_next(coleiter, &status)); in checkCollationMatch()
1636 textce = getCE(strsrch, textce); in doNextCanonicalSuffixMatch()
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()
2051 int32_t ce = getCE(strsrch, ucol_previous(coleiter, status)); in checkPreviousExactContractionMatch()
2300 textce = getCE(strsrch, textce); in doPreviousCanonicalPrefixMatch()
2491 int32_t ce = getCE(strsrch, ucol_previous(coleiter, status)); in checkPreviousCanonicalContractionMatch()
2509 ce = getCE(strsrch, ucol_previous(coleiter, status)); in checkPreviousCanonicalContractionMatch()
2513 ce = getCE(strsrch, ucol_previous(coleiter, status)); in checkPreviousCanonicalContractionMatch()
4458 targetce = getCE(strsrch, targetce); in usearch_handleNextExact()
4488 targetce = getCE(strsrch, targetce); in usearch_handleNextExact()
4574 targetce = getCE(strsrch, targetce); in usearch_handleNextCanonical()
4596 targetce = getCE(strsrch, targetce); in usearch_handleNextCanonical()
4693 targetce = getCE(strsrch, targetce); in usearch_handlePreviousExact()
4721 targetce = getCE(strsrch, targetce); in usearch_handlePreviousExact()
4841 targetce = getCE(strsrch, targetce); in usearch_handlePreviousCanonical()
4867 targetce = getCE(strsrch, targetce); in usearch_handlePreviousCanonical()