Home
last modified time | relevance | path

Searched refs:_decode (Results 1 – 1 of 1) sorted by path

/dokuwiki/vendor/simplepie/simplepie/idn/
H A Didna_convert.class.php194 $conv = $this->_decode($v);
202 $conv = $this->_decode($v);
218 $conv = $this->_decode($v);
233 $conv = $this->_decode($v);
239 $return = $this->_decode($input);
360 function _decode($encoded) function in idna_convert