Searched refs:firstce (Results 1 – 1 of 1) sorted by relevance
885 uint32_t firstce = strsrch->pattern.CE[0]; in checkExtraMatchAccents() local888 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() local945 while (ce != firstce) { in hasAccentsBeforeMatch()1020 int32_t firstce = strsrch->pattern.CE[0]; in hasAccentsAfterMatch() local1025 while ((ce = getCE(strsrch, ucol_next(coleiter, &status))) != firstce) { in hasAccentsAfterMatch()4580 int32_t firstce = UCOL_NULLORDER; in usearch_handlePreviousExact() local4596 if (firstce == UCOL_NULLORDER || firstce == UCOL_IGNORABLE) { in usearch_handlePreviousExact()4597 firstce = targetce; in usearch_handlePreviousExact()[all …]