Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dusearch.cpp885 uint32_t firstce = strsrch->pattern.CE[0]; in checkExtraMatchAccents() local
888 while (U_SUCCESS(*status) && ce != firstce && ce != (uint32_t)UCOL_NULLORDER) { in checkExtraMatchAccents()
890 if (ce != firstce && ce != UCOL_IGNORABLE) { in checkExtraMatchAccents()
938 int32_t firstce = strsrch->pattern.CE[0]; in hasAccentsBeforeMatch() local
945 while (ce != firstce) { in hasAccentsBeforeMatch()
1020 int32_t firstce = strsrch->pattern.CE[0]; in hasAccentsAfterMatch() local
1025 while ((ce = getCE(strsrch, ucol_next(coleiter, &status))) != firstce) { in hasAccentsAfterMatch()
4580 int32_t firstce = UCOL_NULLORDER; in usearch_handlePreviousExact() local
4596 if (firstce == UCOL_NULLORDER || firstce == UCOL_IGNORABLE) { in usearch_handlePreviousExact()
4597 firstce = targetce; in usearch_handlePreviousExact()
[all …]