Home
last modified time | relevance | path

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

/dokuwiki/vendor/simplepie/simplepie/idn/
H A Didna_convert.class.php327 $inp_len = sizeof($decoded);
329 $encoded = $this->_encode(array_slice($decoded, $last_begin, (($inp_len)-$last_begin)));
333 $output .= $this->_ucs4_to_utf8(array_slice($decoded, $last_begin, (($inp_len)-$last_begin)));
667 $inp_len = count($input);
668 if (!$inp_len) return array();
673 for ($i = 1; $i < $inp_len; ++$i) {
753 $inp_len = count($input);
756 if (count($np_target) != $inp_len) continue;
792 $inp_len = strlen($input);
795 for ($k = 0; $k < $inp_len;
[all...]