Lines Matching refs:UCOL_IGNORABLE

167                 sourcece = UCOL_IGNORABLE;  in getCE()
170 } else if (strsrch->strength >= UCOL_QUATERNARY && sourcece == UCOL_IGNORABLE) { in getCE()
637 if (ce == UCOL_IGNORABLE) { in isBreakUnit()
647 && getCE(strsrch, nextce) == UCOL_IGNORABLE) { in isBreakUnit()
878 uint32_t ce = UCOL_IGNORABLE; in checkExtraMatchAccents()
881 if (ce != firstce && ce != UCOL_IGNORABLE) { in checkExtraMatchAccents()
937 if (ce != UCOL_IGNORABLE) { in hasAccentsBeforeMatch()
975 (ce != UCOL_NULLORDER && ce != UCOL_IGNORABLE)) { in hasAccentsBeforeMatch()
1024 == UCOL_IGNORABLE) { in hasAccentsAfterMatch()
1038 if (ce != UCOL_NULLORDER && ce != UCOL_IGNORABLE) { in hasAccentsAfterMatch()
1041 if (ce != UCOL_NULLORDER && ce != UCOL_IGNORABLE) { in hasAccentsAfterMatch()
1211 if (ce == UCOL_IGNORABLE) { in checkNextExactContractionMatch()
1414 if (ce == UCOL_IGNORABLE) { in checkCollationMatch()
1637 if (textce != UCOL_IGNORABLE && textce != ce[ceindex]) { in doNextCanonicalSuffixMatch()
1857 if (ce == UCOL_IGNORABLE) { in checkNextCanonicalContractionMatch()
2054 if (ce == UCOL_IGNORABLE) { in checkPreviousExactContractionMatch()
2301 if (textce != UCOL_IGNORABLE && textce != ce[ceindex]) { in doPreviousCanonicalPrefixMatch()
2494 if (ce == UCOL_IGNORABLE) { in checkPreviousCanonicalContractionMatch()
4459 if (targetce == UCOL_IGNORABLE && inNormBuf(coleiter)) { in usearch_handleNextExact()
4464 if (lastce == UCOL_NULLORDER || lastce == UCOL_IGNORABLE) { in usearch_handleNextExact()
4489 if (targetce == UCOL_IGNORABLE) { in usearch_handleNextExact()
4575 if (lastce == UCOL_NULLORDER || lastce == UCOL_IGNORABLE) { in usearch_handleNextCanonical()
4597 if (targetce == UCOL_IGNORABLE) { in usearch_handleNextCanonical()
4694 if (firstce == UCOL_NULLORDER || firstce == UCOL_IGNORABLE) { in usearch_handlePreviousExact()
4697 if (targetce == UCOL_IGNORABLE && strsrch->strength != UCOL_PRIMARY) { in usearch_handlePreviousExact()
4722 if (targetce == UCOL_IGNORABLE) { in usearch_handlePreviousExact()
4842 if (firstce == UCOL_NULLORDER || firstce == UCOL_IGNORABLE) { in usearch_handlePreviousCanonical()
4868 if (targetce == UCOL_IGNORABLE) { in usearch_handlePreviousCanonical()