Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A Dutf8.php282 dbg_deprecated(Clean::class . '::correctIdx()');
283 return Clean::correctIdx($str, $i, $next);
H A Dfulltext.php543 $offset = Clean::correctIdx($text, $offset);
/dokuwiki/inc/Utf8/
H A DClean.php187 public static function correctIdx($str, $i, $next = false) function in dokuwiki\\Utf8\\Clean