Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/
H A Dhtml.c580 static inline void map_to_unicode(unsigned code, const enc_to_uni *table, unsigned *res) in map_to_unicode()
1110 const enc_to_uni *to_uni_table = NULL; in php_escape_html_entities_ex()
1474 const enc_to_uni *to_uni_table = NULL; in PHP_FUNCTION()
H A Dhtml_tables.h88 } enc_to_uni; typedef
158 static const enc_to_uni enc_to_uni_iso88591 = { {
201 static const enc_to_uni enc_to_uni_iso88595 = { {
230 static const enc_to_uni enc_to_uni_iso885915 = { {
259 static const enc_to_uni enc_to_uni_win1252 = { {
302 static const enc_to_uni enc_to_uni_win1251 = { {
345 static const enc_to_uni enc_to_uni_koi8r = { {
388 static const enc_to_uni enc_to_uni_cp866 = { {
459 static const enc_to_uni enc_to_uni_macroman = { {
468 static const enc_to_uni *const enc_to_uni_index[cs_numelems] = {

Completed in 56 milliseconds