Lines Matching refs:_offset
35 private $_offset = 0;
57 $this->_offset = $offset;
62 return $this->_offset;
67 $this->_offset = $this->_delegate($target, $newStatus);
70 if ($this->_offset < strlen($this->_buffer)) {
76 $this->_offset,
80 return $this->_offset;
89 if (($token = $this->_status->getToken($this->_buffer, $this->_offset)) &&
91 $this->_offset += $token->length;
108 return $scanner->scan($target, $this->_buffer, $this->_offset);