Home | History | Annotate | Download | only in i18n

Lines Matching refs:newCE

738     uint32_t newCE = *(coll->contractionCEs + (UCharOffset - coll->contractionIndex));
740 if(newCE != UCOL_NOT_FOUND) {
741 if(isSpecial(CE) && getCETag(CE) == CONTRACTION_TAG && isSpecial(newCE) && getCETag(newCE) == SPEC_PROC_TAG && addPrefixes) {
742 addSpecial(context, buffer, bufLen, newCE, leftIndex, rightIndex, status);
761 newCE = *(coll->contractionCEs + (UCharOffset - coll->contractionIndex));
763 if(isSpecial(newCE) && (getCETag(newCE) == CONTRACTION_TAG || getCETag(newCE) == SPEC_PROC_TAG)) {
764 addSpecial(context, buffer, bufLen, newCE, leftIndex, rightIndex, status);
769 if(expansions && isSpecial(newCE) && getCETag(newCE) == EXPANSION_TAG) {
781 newCE = *(coll->contractionCEs + (UCharOffset - coll->contractionIndex));
783 if(isSpecial(newCE) && (getCETag(newCE) == CONTRACTION_TAG || getCETag(newCE) == SPEC_PROC_TAG)) {
784 addSpecial(context, buffer, bufLen, newCE, leftIndex, rightIndex+1, status);
789 if(expansions && isSpecial(newCE) && getCETag(newCE) == EXPANSION_TAG) {