Lines Matching refs:UCOL_IGNORABLE
161 sourcece = UCOL_IGNORABLE; in getCE()
164 } else if (strsrch->strength >= UCOL_QUATERNARY && sourcece == UCOL_IGNORABLE) { in getCE()
631 if (ce == UCOL_IGNORABLE) { in isBreakUnit()
641 && getCE(strsrch, nextce) == UCOL_IGNORABLE) { in isBreakUnit()
872 uint32_t ce = UCOL_IGNORABLE; in checkExtraMatchAccents()
875 if (ce != firstce && ce != UCOL_IGNORABLE) { in checkExtraMatchAccents()
931 if (ce != UCOL_IGNORABLE) { in hasAccentsBeforeMatch()
969 (ce != UCOL_NULLORDER && ce != UCOL_IGNORABLE)) { in hasAccentsBeforeMatch()
1018 == UCOL_IGNORABLE) { in hasAccentsAfterMatch()
1032 if (ce != UCOL_NULLORDER && ce != UCOL_IGNORABLE) { in hasAccentsAfterMatch()
1035 if (ce != UCOL_NULLORDER && ce != UCOL_IGNORABLE) { in hasAccentsAfterMatch()
1205 if (ce == UCOL_IGNORABLE) { in checkNextExactContractionMatch()
1408 if (ce == UCOL_IGNORABLE) { in checkCollationMatch()
1631 if (textce != UCOL_IGNORABLE && textce != ce[ceindex]) { in doNextCanonicalSuffixMatch()
1851 if (ce == UCOL_IGNORABLE) { in checkNextCanonicalContractionMatch()
2048 if (ce == UCOL_IGNORABLE) { in checkPreviousExactContractionMatch()
2295 if (textce != UCOL_IGNORABLE && textce != ce[ceindex]) { in doPreviousCanonicalPrefixMatch()
2488 if (ce == UCOL_IGNORABLE) { in checkPreviousCanonicalContractionMatch()
4366 if (targetce == UCOL_IGNORABLE && inNormBuf(coleiter)) { in usearch_handleNextExact()
4371 if (lastce == UCOL_NULLORDER || lastce == UCOL_IGNORABLE) { in usearch_handleNextExact()
4396 if (targetce == UCOL_IGNORABLE) { in usearch_handleNextExact()
4482 if (lastce == UCOL_NULLORDER || lastce == UCOL_IGNORABLE) { in usearch_handleNextCanonical()
4504 if (targetce == UCOL_IGNORABLE) { in usearch_handleNextCanonical()
4601 if (firstce == UCOL_NULLORDER || firstce == UCOL_IGNORABLE) { in usearch_handlePreviousExact()
4604 if (targetce == UCOL_IGNORABLE && strsrch->strength != UCOL_PRIMARY) { in usearch_handlePreviousExact()
4629 if (targetce == UCOL_IGNORABLE) { in usearch_handlePreviousExact()
4749 if (firstce == UCOL_NULLORDER || firstce == UCOL_IGNORABLE) { in usearch_handlePreviousCanonical()
4775 if (targetce == UCOL_IGNORABLE) { in usearch_handlePreviousCanonical()