Home
last modified time | relevance | path

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

/plugin/a2s/
DASCIIToSVG.php100 protected $yy_buffer_index; variable in dokuwiki\\plugin\\a2s\\A2S_JLexBase
124 $this->yy_buffer_index = 0;
137 if ($this->yy_buffer_index < $this->yy_buffer_read) {
138 if (!isset($this->yy_buffer[$this->yy_buffer_index])) {
141 return ord($this->yy_buffer[$this->yy_buffer_index++]);
150 $this->yy_buffer_index = $j;
158 while ($this->yy_buffer_index >= $this->yy_buffer_read) {
164 return ord($this->yy_buffer[$this->yy_buffer_index++]);
179 for ($i = $this->yy_buffer_start; $i < $this->yy_buffer_index; ++$i) {
194 $this->yychar += $this->yy_buffer_index - $this->yy_buffer_start;
[all …]