Searched refs:minLead (Results 1 – 1 of 1) sorted by relevance
/aoo42x/main/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/ |
H A D | hyphenimp.cxx | 293 sal_Int16 minLead = rHelper.GetMinLeading(); in hyphenate() local 393 &rep, &pos, &cut, minLead, minTrail, in hyphenate() 394 … Max(dict->clhmin, Max(dict->clhmin, 2) + Max(0, minLead - Max(dict->lhmin, 2))), in hyphenate() 428 hit = hit && (i >= (minLead-1) ); in hyphenate() 445 hit = hit && ((i + leftrep - pos[i]) >= (minLead-1) ); in hyphenate() 558 sal_Int16 minLead = rHelper.GetMinLeading(); in createPossibleHyphens() local 653 &rep, &pos, &cut, minLead, minTrail, in createPossibleHyphens() 654 Max(dict->clhmin, Max(dict->clhmin, 2) + Max(0, minLead - Max(dict->lhmin, 2))), in createPossibleHyphens()
|
Completed in 25 milliseconds