Searched refs:leftrep (Results 1 – 1 of 1) sorted by relevance
423 int leftrep = 0; in hyphenate() local439 leftrep++; in hyphenate()442 leftrep++; in hyphenate()444 hit = hit && (hyphens[i]&1) && ((i + leftrep - pos[i]) < Leading); in hyphenate()445 hit = hit && ((i + leftrep - pos[i]) >= (minLead-1) ); in hyphenate()446 …hit && ((n - i - 1 + sal::static_int_cast< sal_sSize >(strlen(rep[i])) - leftrep - 1) >= minTrail); in hyphenate()454 nHyphenationPosAltHyph = i + leftrep - pos[i]; in hyphenate()
Completed in 15 milliseconds