Lines Matching defs:dataCE
358 int64_t dataCE = ((int64_t)primary << 32) | (start << 8) | step;
359 if(isCompressiblePrimary(primary)) { dataCE |= 0x80; }
360 int32_t index = addCE(dataCE, errorCode);
399 int64_t dataCE = fromBase ? base->ces[i] : ce64s.elementAti(i);
400 uint32_t p = Collation::getThreeBytePrimaryForOffsetData(c, dataCE);