Home
last modified time | relevance | path

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

/plugin/freechat/phpfreechat/lib/utf8/
H A Dutf8_substr.php21 $byte_start = @utf8_char2byte_pos($str,$start);
33 $byte_end = @utf8_char2byte_pos($str,$len);
H A Dutf8_char2byte_pos.php14 function utf8_char2byte_pos($str,$pos) { function