Home
last modified time | relevance | path

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

/dokuwiki/vendor/simplepie/simplepie/idn/
H A Didna_convert.class.php80 var $_lcount = 19; variable in idna_convert
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) {