Home
last modified time | relevance | path

Searched refs:UCOL_IGNORABLE (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/i18n/
Ducoleitr.cpp237 return UCOL_IGNORABLE; in processCE()
322 int64_t result = UCOL_IGNORABLE; in nextProcessed()
342 } while (result == UCOL_IGNORABLE); in nextProcessed()
375 int64_t result = UCOL_IGNORABLE; in previousProcessed()
412 if (result != UCOL_IGNORABLE) { in previousProcessed()
Dusearch.cpp161 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()
[all …]
Dusrchimp.h32 #define UCOL_IGNORABLE 0 macro
/external/icu/icu4c/source/test/intltest/
Dcolldata.cpp82 order = UCOL_IGNORABLE; in CEList()
86 if (order == UCOL_IGNORABLE) { in CEList()
Dssearch.cpp394 if (order != UCOL_IGNORABLE) { in OrderList()