Lines Matching refs:yy_buffer_end
102 protected $yy_buffer_end; variable in dokuwiki\\plugin\\a2s\\A2S_JLexBase
126 $this->yy_buffer_end = 0;
147 $this->yy_buffer_end -= $this->yy_buffer_start;
168 if ($this->yy_buffer_end > $this->yy_buffer_start &&
169 $this->yy_buffer[$this->yy_buffer_end-1] == "\n")
170 $this->yy_buffer_end--;
171 if ($this->yy_buffer_end > $this->yy_buffer_start &&
172 $this->yy_buffer[$this->yy_buffer_end-1] == "\r")
173 $this->yy_buffer_end--;
202 $this->yy_buffer_end = $this->yy_buffer_index;
207 $this->yy_buffer_index = $this->yy_buffer_end;
208 $this->yy_at_bol = ($this->yy_buffer_end > $this->yy_buffer_start) &&
209 ("\r" == $this->yy_buffer[$this->yy_buffer_end-1] ||
210 "\n" == $this->yy_buffer[$this->yy_buffer_end-1] ||
211 2028 /* unicode LS */ == $this->yy_buffer[$this->yy_buffer_end-1] ||
212 2029 /* unicode PS */ == $this->yy_buffer[$this->yy_buffer_end-1]);
217 $this->yy_buffer_end - $this->yy_buffer_start);
221 return $this->yy_buffer_end - $this->yy_buffer_start;