Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dhtml.c1221 const enc_to_uni *to_uni_table = NULL; in php_escape_html_entities_ex() local
1237 to_uni_table = enc_to_uni_index[charset]; in php_escape_html_entities_ex()
1311 if (to_uni_table != NULL) { in php_escape_html_entities_ex()
1315 map_to_unicode(this_char, to_uni_table, &this_char); in php_escape_html_entities_ex()
1340 } else if (to_uni_table) { in php_escape_html_entities_ex()
1342 map_to_unicode(this_char, to_uni_table, &this_char); in php_escape_html_entities_ex()
1604 const enc_to_uni *to_uni_table = NULL; in PHP_FUNCTION() local
1626 to_uni_table = enc_to_uni_index[charset]; in PHP_FUNCTION()
1676 map_to_unicode(i, to_uni_table, &uni_cp); in PHP_FUNCTION()

Completed in 7 milliseconds