Lines Matching refs:newCE
694 uint32_t newCE = *(coll->contractionCEs + (UCharOffset - coll->contractionIndex)); in addSpecial() local
696 if(newCE != UCOL_NOT_FOUND) { in addSpecial()
697 …if(isSpecial(CE) && getCETag(CE) == CONTRACTION_TAG && isSpecial(newCE) && getCETag(newCE) == SPEC… in addSpecial()
698 addSpecial(context, buffer, bufLen, newCE, leftIndex, rightIndex, status); in addSpecial()
717 newCE = *(coll->contractionCEs + (UCharOffset - coll->contractionIndex)); in addSpecial()
719 … if(isSpecial(newCE) && (getCETag(newCE) == CONTRACTION_TAG || getCETag(newCE) == SPEC_PROC_TAG)) { in addSpecial()
720 addSpecial(context, buffer, bufLen, newCE, leftIndex, rightIndex, status); in addSpecial()
725 if(expansions && isSpecial(newCE) && getCETag(newCE) == EXPANSION_TAG) { in addSpecial()
737 newCE = *(coll->contractionCEs + (UCharOffset - coll->contractionIndex)); in addSpecial()
739 … if(isSpecial(newCE) && (getCETag(newCE) == CONTRACTION_TAG || getCETag(newCE) == SPEC_PROC_TAG)) { in addSpecial()
740 addSpecial(context, buffer, bufLen, newCE, leftIndex, rightIndex+1, status); in addSpecial()
745 if(expansions && isSpecial(newCE) && getCETag(newCE) == EXPANSION_TAG) { in addSpecial()