Home
last modified time | relevance | path

Searched refs:utf8_string (Results 1 – 3 of 3) sorted by relevance

/plugin/bibtex/OSBib/
H A DUTF8.php56 function decodeUtf8 ($utf8_string) { argument
59 $ns = strlen ($utf8_string);
61 $ch = $utf8_string [$nn];
74 $ch = $utf8_string [$nn];
90 $ch = $utf8_string [$nn];
95 $ch = $utf8_string [$nn];
111 $ch = $utf8_string [$nn];
116 $ch = $utf8_string [$nn];
121 $ch = $utf8_string [$nn];
/plugin/html2pdf/html2pdf/html2ps/
H A Doutput.png.class.php512 $utf8_string = $converter->to_utf8($text, $font['encoding']);
521 $utf8_string);
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/ext/
H A Dmaxminddb.c412 (char *)entry_data_list->entry_data.utf8_string, in handle_entry_data_list()
463 char *key = estrndup((char *)entry_data_list->entry_data.utf8_string, in handle_map()