Searched refs:consumed (Results 1 – 2 of 2) sorted by relevance
32 public $consumed = ''; variable in SimplePie_Decode_HTML_Entities65 $this->consumed = '';79 $this->consumed .= $this->data[$this->position];97 $this->consumed .= $data;113 $this->consumed = substr($this->consumed, 0, -1);174 $consumed_length = strlen($this->consumed);553 $consumed = (string) substr($this->consumed, 1);554 if (isset($entities[$consumed])) {555 $match = $consumed;560 …ubstr_replace($this->data, $entities[$match], $this->position - strlen($consumed) - 1, strlen($mat…[all …]
182 $consumed = inflate_get_read_len($ctx) - $readBefore;183 $leftover = substr($chunk, $consumed);