Home | History | Annotate | Download | only in cintltst

Lines Matching refs:nextContCE

1085     uint32_t baseCE, baseContCE, nextCE, nextContCE, currCE, currContCE;
1134 baseCE=baseContCE=nextCE=nextContCE=currCE=currContCE=lastCE=lastContCE = UCOL_NOT_FOUND;
1223 nextContCE = baseContCE = currContCE = ucolIndirectBoundaries[tokenIndex].startContCE;
1226 nextContCE = baseContCE = currContCE;
1235 nextContCE = UCOL_NEXT_TOP_CONT;
1237 result = ucol_inv_getNextCE(&src, baseCE & 0xFFFFFF3F, baseContCE, &nextCE, &nextContCE, maxStrength);
1263 if(compareCEs(currCE, currContCE, nextCE, nextContCE) > 0) {
1264 /*if(currCE > nextCE || (currCE == nextCE && currContCE >= nextContCE)) {*/