Home
last modified time | relevance | path

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

/dokuwiki/vendor/simplepie/simplepie/idn/
H A Didna_convert.class.php497 $encoded .= $this->_encode_digit(intval($t + (($q - $t) % ($this->_base - $t)))); //v0.4.5 Changed from ceil() to intval()
500 $encoded .= $this->_encode_digit($q);
531 function _encode_digit($d) function in idna_convert