Lines Matching defs:ce
1080 uint64_t ce;
1104 void add(uint64_t ce, int32_t low, int32_t high);
1147 list[listSize].ce = order;
1190 return pce->ce;
1229 const CEList* ce = NULL;
1306 ce = longPattern->getPatternCEs();
1313 ce->getDynamicClassID();
1320 ce->getStaticClassID();
1327 if(data->minLengthInChars(ce,0) != 3){
1328 errln("Minimal Length in Characters for 'data' with 'ce' was suppose to give 3.");
1811 int32_t ce = ceList.get(offset);
1812 const StringList *strings = collData->getStringList(ce);
1983 // if the low and high offsets of the first CE in
1986 // the first CE of the expansion will have the offset
1997 // If the low and high offsets of the CE after the match
2008 // of the last CE in the match. If it's after character index
2009 // that's after the last CE in the match, use that index
2012 // When the last CE's low index is same with its high index, the CE is likely
2017 // the position and the next character produces CE(s). See ticket#8482.