Lines Matching refs:firstce
885 uint32_t firstce = strsrch->pattern.CE[0];
888 while (U_SUCCESS(*status) && ce != firstce && ce != (uint32_t)UCOL_NULLORDER) {
890 if (ce != firstce && ce != UCOL_IGNORABLE) {
938 int32_t firstce = strsrch->pattern.CE[0];
945 while (ce != firstce) {
1020 int32_t firstce = strsrch->pattern.CE[0];
1025 while ((ce = getCE(strsrch, ucol_next(coleiter, &status))) != firstce) {
4535 int32_t firstce = UCOL_NULLORDER;
4551 if (firstce == UCOL_NULLORDER || firstce == UCOL_IGNORABLE) {
4552 firstce = targetce;
4569 //targetce = firstce;
4572 firstce = targetce;
4588 targetce = firstce;
4657 int32_t firstce = UCOL_NULLORDER;
4671 if (firstce == UCOL_NULLORDER || firstce == UCOL_IGNORABLE) {
4672 firstce = targetce;
4688 targetce = firstce;