Home | History | Annotate | Download | only in i18n

Lines Matching refs:nextCE

168                                             uint32_t *nextCE, uint32_t *nextContCE,
177 *nextCE = UCOL_NOT_FOUND;
184 *nextCE = CE;
187 while((*nextCE & strengthMask[strength]) == CE
190 *nextCE = (*(CETable+3*(++iCE)));
288 uint32_t nextCE, nextContCE;
300 nextCE = CE;
303 while((nextCE & strengthMask[strength]) == CE
306 nextCE = (*(CETable+3*(++iCE)));
310 lh->nextCE = nextCE;
359 } else if(lh->indirect == TRUE && lh->nextCE != 0) {
367 t1 = lh->nextCE;
1093 largest level difference, and the gap G between baseCE and nextCE at that
1094 level. The relation * between the last item and nextCE is the same as the
1096 o Example: baseCE < a << b <<< q << c < d < e * nextCE(X,1)
1101 o Example: baseCE << b <<< q << c * nextCE(X,2)