Home
last modified time | relevance | path

Searched refs:_vcount (Results 1 – 1 of 1) sorted by last modified time

/dokuwiki/vendor/simplepie/simplepie/idn/
H A Didna_convert.class.php81 var $_vcount = 21; variable in idna_convert
83 var $_ncount = 588; // _vcount * _tcount
84 var $_scount = 11172; // _lcount * _tcount * _vcount
96 $this->slast = $this->_sbase + $this->_lcount * $this->_vcount * $this->_tcount;
688 if (0 <= $lindex && $lindex < $this->_lcount && 0 <= $vindex && $vindex < $this->_vcount) {
690 $last = (int) $this->_sbase + ($lindex * $this->_vcount + $vindex) * $this->_tcount;