Lines Matching full:firstce
874 uint32_t firstce = strsrch->pattern.ces[0];
877 while (U_SUCCESS(*status) && ce != firstce && ce != (uint32_t)UCOL_NULLORDER) {
879 if (ce != firstce
927 int32_t firstce = strsrch->pattern.ces[0];
934 while (ce != firstce) {
1009 int32_t firstce = strsrch->pattern.ces[0];
1014 while ((ce = getCE(strsrch, ucol_next(coleiter, &status))) != firstce) {
4676 int32_t firstce = UCOL_NULLORDER;
4692 if (firstce == UCOL_NULLORDER || firstce == UCOL_IGNORABLE) {
4693 firstce = targetce;
4710 //targetce = firstce;
4713 firstce = targetce;
4729 targetce = firstce;
4826 int32_t firstce = UCOL_NULLORDER;
4840 if (firstce == UCOL_NULLORDER || firstce == UCOL_IGNORABLE) {
4841 firstce = targetce;
4857 targetce = firstce;