Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A Dfulltext.php501 $utf8_len = PhpString::strlen($str);
507 $post = min($len - $utf8_idx - $utf8_len, 100);
528 $end = $utf8_idx + $utf8_len + $post; // now set it to the end of this context
541 $utf8_offset = $utf8_idx + $utf8_len;
542 $offset = $idx + strlen(PhpString::substr($text, $utf8_idx, $utf8_len));