Home | History | Annotate | Download | only in i18n

Lines Matching refs:nextContCE

168                                             uint32_t *nextCE, uint32_t *nextContCE,
185 *nextContCE = contCE;
188 && (*nextContCE & strengthMask[strength]) == contCE)
191 *nextContCE = (*(CETable+3*(iCE)+1));
288 uint32_t nextCE, nextContCE;
301 nextContCE = SecondCE;
304 && (nextContCE & strengthMask[strength]) == SecondCE)
307 nextContCE = (*(CETable+3*(iCE)+1));
311 lh->nextContCE = nextContCE;
368 t2 = lh->nextContCE&UCOL_REMOVE_CONTINUATION;