Home | History | Annotate | Download | only in cintltst

Lines Matching refs:conts

3125     UChar *conts = (UChar *)((uint8_t *)coll->image + coll->image->contractionUCACombos);
3127 while(*conts != 0) {
3133 while(contractionLength > 0 && conts[contractionLength - 1] == 0) {
3136 if(*(conts+1)==0) { /* pre-context */
3137 varTop1 = ucol_setVariableTop(coll, conts, 1, &status);
3139 varTop1 = ucol_setVariableTop(coll, conts, contractionLength, &status);
3146 *conts, *(conts+1), *(conts+2));
3149 *conts, *(conts+1), *(conts+2), u_errorName(status));
3153 conts+=maxUCAContractionLength;