Lines Matching full:firstce
870 uint32_t firstce = strsrch->pattern.ces[0];
873 while (U_SUCCESS(*status) && ce != firstce && ce != (uint32_t)UCOL_NULLORDER) {
875 if (ce != firstce && ce != UCOL_IGNORABLE) {
923 int32_t firstce = strsrch->pattern.ces[0];
930 while (ce != firstce) {
1005 int32_t firstce = strsrch->pattern.ces[0];
1010 while ((ce = getCE(strsrch, ucol_next(coleiter, &status))) != firstce) {
4585 int32_t firstce = UCOL_NULLORDER;
4601 if (firstce == UCOL_NULLORDER || firstce == UCOL_IGNORABLE) {
4602 firstce = targetce;
4619 //targetce = firstce;
4622 firstce = targetce;
4638 targetce = firstce;
4735 int32_t firstce = UCOL_NULLORDER;
4749 if (firstce == UCOL_NULLORDER || firstce == UCOL_IGNORABLE) {
4750 firstce = targetce;
4766 targetce = firstce;