Home | History | Annotate | Download | only in i18n

Lines Matching refs:firstce

875             uint32_t            firstce   = strsrch->pattern.CE[0];
878 while (U_SUCCESS(*status) && ce != firstce && ce != (uint32_t)UCOL_NULLORDER) {
880 if (ce != firstce && ce != UCOL_IGNORABLE) {
928 int32_t firstce = strsrch->pattern.CE[0];
935 while (ce != firstce) {
1010 int32_t firstce = strsrch->pattern.CE[0];
1015 while ((ce = getCE(strsrch, ucol_next(coleiter, &status))) != firstce) {
4401 int32_t firstce = UCOL_NULLORDER;
4417 if (firstce == UCOL_NULLORDER || firstce == UCOL_IGNORABLE) {
4418 firstce = targetce;
4434 //targetce = firstce;
4437 firstce = targetce;
4452 targetce = firstce;
4521 int32_t firstce = UCOL_NULLORDER;
4535 if (firstce == UCOL_NULLORDER || firstce == UCOL_IGNORABLE) {
4536 firstce = targetce;
4551 targetce = firstce;