Home | History | Annotate | Download | only in i18n

Lines Matching refs:nextContCE

174                                             uint32_t *nextCE, uint32_t *nextContCE,
191 *nextContCE = contCE;
194 && (*nextContCE & strengthMask[strength]) == contCE)
197 *nextContCE = (*(CETable+3*(iCE)+1));
294 uint32_t nextCE, nextContCE;
307 nextContCE = SecondCE;
310 && (nextContCE & strengthMask[strength]) == SecondCE)
313 nextContCE = (*(CETable+3*(iCE)+1));
317 lh->nextContCE = nextContCE;
374 t2 = lh->nextContCE&UCOL_REMOVE_CONTINUATION;