Searched refs:utf32_utf8 (Results 1 – 3 of 3) sorted by relevance
115 static int utf32_utf8(char *buf, int k) in utf32_utf8() function205 i = utf32_utf8(buf_uni, entry->cp_uni); in to_cp932_visitor()244 len = utf32_utf8(buf_uni, entry->cp_uni); in from_cp932_visitor()278 i = utf32_utf8(buf_uni, entry->cp_uni); in to_cp50220_visitor()332 i = utf32_utf8(buf_uni, entry->cp_uni); in to_cp50222_visitor()
5 function utf32_utf8($k) {47 $str = utf32_utf8($i);
5 function utf32_utf8($k) {30 $str = utf32_utf8($i);107 $str = utf32_utf8($i[0]);108 $str .= utf32_utf8($i[1]);
Completed in 8 milliseconds