Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ducoleitr.cpp247 return UCOL_IGNORABLE; in processCE()
332 int64_t result = UCOL_IGNORABLE; in nextProcessed()
352 } while (result == UCOL_IGNORABLE); in nextProcessed()
385 int64_t result = UCOL_IGNORABLE; in previousProcessed()
422 if (result != UCOL_IGNORABLE) { in previousProcessed()
Dusearch.cpp165 sourcece = UCOL_IGNORABLE; in getCE()
168 } else if (strsrch->strength >= UCOL_QUATERNARY && sourcece == UCOL_IGNORABLE) { in getCE()
635 if (ce == UCOL_IGNORABLE) { in isBreakUnit()
645 && getCE(strsrch, nextce) == UCOL_IGNORABLE) { in isBreakUnit()
876 uint32_t ce = UCOL_IGNORABLE; in checkExtraMatchAccents()
879 if (ce != firstce && ce != UCOL_IGNORABLE) { in checkExtraMatchAccents()
935 if (ce != UCOL_IGNORABLE) { in hasAccentsBeforeMatch()
973 (ce != UCOL_NULLORDER && ce != UCOL_IGNORABLE)) { in hasAccentsBeforeMatch()
1022 == UCOL_IGNORABLE) { in hasAccentsAfterMatch()
1036 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()