Home
last modified time | relevance | path

Searched refs:leftrep (Results 1 – 1 of 1) sorted by relevance

/aoo41x/main/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/
H A Dhyphenimp.cxx423 int leftrep = 0; in hyphenate() local
439 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 10 milliseconds