Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dhtml.c685 static inline void map_to_unicode(unsigned code, const enc_to_uni *table, unsigned *res) in map_to_unicode()
1221 const enc_to_uni *to_uni_table = NULL; in php_escape_html_entities_ex()
1604 const enc_to_uni *to_uni_table = NULL; in PHP_FUNCTION()
H A Dhtml_tables.h92 } enc_to_uni; typedef
162 static const enc_to_uni enc_to_uni_iso88591 = { {
205 static const enc_to_uni enc_to_uni_iso88595 = { {
234 static const enc_to_uni enc_to_uni_iso885915 = { {
263 static const enc_to_uni enc_to_uni_win1252 = { {
306 static const enc_to_uni enc_to_uni_win1251 = { {
349 static const enc_to_uni enc_to_uni_koi8r = { {
392 static const enc_to_uni enc_to_uni_cp866 = { {
463 static const enc_to_uni enc_to_uni_macroman = { {
472 static const enc_to_uni *const enc_to_uni_index[cs_numelems] = {

Completed in 52 milliseconds