Lines Matching refs:rep
378 char ** rep = NULL; // replacements of discretionary hyphenation in hyphenate() local
393 &rep, &pos, &cut, minLead, minTrail, in hyphenate()
401 if (rep) in hyphenate()
405 if (rep[j]) free(rep[j]); in hyphenate()
407 free(rep); in hyphenate()
425 if (!rep || !rep[i] || (i >= n)) in hyphenate()
434 for (char * c = rep[i]; *c && (*c != '='); c++) in hyphenate()
446 …hit = hit && ((n - i - 1 + sal::static_int_cast< sal_sSize >(strlen(rep[i])) - leftrep - 1) >= min… in hyphenate()
451 if (rep && (i < n) && rep[i]) in hyphenate()
465 if (rep && rep[nHyphenationPos]) in hyphenate()
468 char * s = rep[nHyphenationPos]; in hyphenate()
475 OUString repHyphlow(rep[nHyphenationPos], strlen(rep[nHyphenationPos]), eEnc); in hyphenate()
516 if (rep) in hyphenate()
520 if (rep[j]) free(rep[j]); in hyphenate()
522 free(rep); in hyphenate()
637 char ** rep = NULL; // replacements of discretionary hyphenation in createPossibleHyphens() local
653 &rep, &pos, &cut, minLead, minTrail, in createPossibleHyphens()
661 if (rep) in createPossibleHyphens()
665 if (rep[j]) free(rep[j]); in createPossibleHyphens()
667 free(rep); in createPossibleHyphens()
686 if (hyphens[i]&1 && (!rep || !rep[i])) in createPossibleHyphens()
700 if (hyphens[i]&1 && (!rep || !rep[i])) in createPossibleHyphens()
718 if (rep) in createPossibleHyphens()
722 if (rep[j]) free(rep[j]); in createPossibleHyphens()
724 free(rep); in createPossibleHyphens()