Home
last modified time | relevance | path

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

/PHP-7.0/ext/standard/
H A Dhtml.c190 case cs_big5: in get_next_char()
679 case cs_big5: in map_from_unicode()
895 case cs_big5: in write_octet_sequence()
H A Dhtml_tables.h32 cs_8859_5, cs_cp866, cs_macroman, cs_koi8r, cs_big5, enumerator
37 #define CHARSET_SINGLE_BYTE(cs) ((cs) > cs_utf_8 && (cs) < cs_big5)
38 #define CHARSET_PARTIAL_SUPPORT(cs) ((cs) >= cs_big5)
53 { "BIG5", sizeof("BIG5")-1, cs_big5 },
54 { "950", sizeof("950")-1, cs_big5 },

Completed in 66 milliseconds