Home | History | Annotate | Download | only in i18n

Lines Matching defs:conts

1209         UChar *conts = (UChar *)((uint8_t *)src->UCA->image + src->UCA->image->contractionUCACombos);
1217 while(*conts != 0) {
1221 while(contractionLength > 0 && conts[contractionLength - 1] == 0) {
1226 U16_NEXT(conts, firstLength, contractionLength, first);
1231 if(uprv_cnttab_isTailored(t->contractions, tailoredCE, conts+firstLength, status) == TRUE) {
1235 if (!needToAdd && isPrefix(tailoredCE) && *(conts+1)==0) {
1239 elm.uchars[0] = *conts;
1242 elm.prefixChars[0] = *(conts+2);
1247 if ((prefixEnt==NULL) || *(prefixEnt->prefix)!=*(conts+2)) {
1256 if (*(conts+1) != 0) { // contractions
1261 u_memcpy(el.uchars, conts, contractionLength);
1272 el.uchars[0] = *conts;
1275 el.prefixChars[0] = *(conts+2);
1309 conts+=maxUCAContractionLength;