Lines Matching full:conts
3071 /*UChar *conts = (UChar *)((uint8_t *)coll->image + coll->image->UCAConsts+sizeof(UCAConstants));*/
3072 UChar *conts = (UChar *)((uint8_t *)coll->image + coll->image->contractionUCACombos);
3073 while(*conts != 0) {
3074 if((*(conts+2) == 0) || (*(conts+1)==0)) { /* contracts or pre-context contractions */
3075 varTop1 = ucol_setVariableTop(coll, conts, -1, &status);
3077 varTop1 = ucol_setVariableTop(coll, conts, 3, &status);
3081 *conts, *(conts+1), *(conts+2));
3084 conts+=3;