Home
last modified time | relevance | path

Searched full:utf8_correctidx (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/inc/
H A Dutf8.php278 if (!function_exists('utf8_correctIdx')) {
280 function utf8_correctIdx($str, $i, $next = false)
279 function utf8_correctIdx($str, $i, $next = false) global() function
/plugin/asiansearch/
H A Daction.php202 $offset = utf8_correctIdx($text,$offset);
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dutf8.php1035 if(!function_exists('utf8_correctIdx')){
1049 function utf8_correctIdx(&$str,$i,$next=false) { function