Home | History | Annotate | Download | only in cintltst

Lines Matching refs:nextContCE

1076     uint32_t baseCE, baseContCE, nextCE, nextContCE, currCE, currContCE;
1120 baseCE=baseContCE=nextCE=nextContCE=currCE=currContCE=lastCE=lastContCE = UCOL_NOT_FOUND;
1207 nextContCE = baseContCE = currContCE = ucolIndirectBoundaries[index].startContCE;
1210 nextContCE = baseContCE = currContCE;
1219 nextContCE = UCOL_NEXT_TOP_CONT;
1221 result = ucol_inv_getNextCE(&src, baseCE & 0xFFFFFF3F, baseContCE, &nextCE, &nextContCE, maxStrength);
1247 if(compareCEs(currCE, currContCE, nextCE, nextContCE) > 0) {
1248 /*if(currCE > nextCE || (currCE == nextCE && currContCE >= nextContCE)) {*/