Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/tool/
H A Dreftokenhelper.cxx336 static bool overlaps(T nMin1, T nMax1, T nMin2, T nMax2, T& rNewMin, T& rNewMax) in overlaps() argument
339 bool bDisjoint2 = (nMin2 > nMax1) && (nMin2 - nMax1 > 1); in overlaps()
344 T nMin = nMin1 < nMin2 ? nMin1 : nMin2; in overlaps()

Completed in 15 milliseconds