Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ducoleitr.cpp249 return UCOL_IGNORABLE; in processCE()
334 int64_t result = UCOL_IGNORABLE; in nextProcessed()
354 } while (result == UCOL_IGNORABLE); in nextProcessed()
387 int64_t result = UCOL_IGNORABLE; in previousProcessed()
424 if (result != UCOL_IGNORABLE) { in previousProcessed()
Dusearch.cpp167 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()
[all …]
Dusrchimp.h34 #define UCOL_IGNORABLE 0 macro
/external/icu/libicu/cts_headers/
Dusrchimp.h34 #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.cpp403 if (order != UCOL_IGNORABLE) { in OrderList()