Lines Matching refs:baseContCE
1086 uint32_t baseCE, baseContCE, nextCE, nextContCE, currCE, currContCE;
1135 baseCE=baseContCE=nextCE=nextContCE=currCE=currContCE=lastCE=lastContCE = UCOL_NOT_FOUND;
1224 nextContCE = baseContCE = currContCE = ucolIndirectBoundaries[tokenIndex].startContCE;
1227 nextContCE = baseContCE = currContCE;
1238 result = ucol_inv_getNextCE(&src, baseCE & 0xFFFFFF3F, baseContCE, &nextCE, &nextContCE, maxStrength);
1255 if(baseCE != currCE || baseContCE != currContCE) {