Home
last modified time | relevance | path

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

/dokuwiki/vendor/simplepie/simplepie/idn/
H A Didna_convert.class.php647 $sindex = (int) $char - $this->_sbase;
648 if ($sindex < 0 || $sindex >= $this->_scount) {
652 $result[] = (int) $this->_lbase + $sindex / $this->_ncount;
653 $result[] = (int) $this->_vbase + ($sindex % $this->_ncount) / $this->_tcount;
654 $T = intval($this->_tbase + $sindex % $this->_tcount);
675 $sindex = $last - $this->_sbase;
680 if (0 <= $sindex && $sindex < $this->_scount && ($sindex
[all...]