Home | History | Annotate | Download | only in cintltst

Lines Matching defs:conts

3077     /*UChar *conts = (UChar *)((uint8_t *)coll->image + coll->image->UCAConsts+sizeof(UCAConstants));*/
3078 UChar *conts = (UChar *)((uint8_t *)coll->image + coll->image->contractionUCACombos);
3079 while(*conts != 0) {
3080 if((*(conts+2) == 0) || (*(conts+1)==0)) { /* contracts or pre-context contractions */
3081 varTop1 = ucol_setVariableTop(coll, conts, -1, &status);
3083 varTop1 = ucol_setVariableTop(coll, conts, 3, &status);
3087 *conts, *(conts+1), *(conts+2));
3090 conts+=3;