Lines Matching full:disjoint
6012 Disjoint, Same: Boolean;6046 // throw exception unless disjoint or identical6047 Disjoint := (PrevROp.LastIndex < ROp.Index) or (PrevROp.Index > ROp.LastIndex);6049 if (not Disjoint) and (not Same) then