Home
last modified time | relevance | path

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

/web-bugs/src/Horde/Text/Diff/Engine/
H A DNative.php220 protected function _lcsPos($ypos) argument
223 if ($end == 0 || $ypos > $this->seq[$end]) {
224 $this->seq[++$this->lcs] = $ypos;
225 $this->in_seq[$ypos] = 1;
232 if ($ypos > $this->seq[$mid]) {
239 assert($ypos != $this->seq[$end]);
242 $this->seq[$end] = $ypos;
243 $this->in_seq[$ypos] = 1;

Completed in 6 milliseconds