Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dhtml.c182 case cs_big5: in get_next_char()
561 case cs_big5: in map_from_unicode()
777 case cs_big5: in write_octet_sequence()
H A Dhtml_tables.h28 cs_8859_5, cs_cp866, cs_macroman, cs_koi8r, cs_big5, enumerator
33 #define CHARSET_SINGLE_BYTE(cs) ((cs) > cs_utf_8 && (cs) < cs_big5)
34 #define CHARSET_PARTIAL_SUPPORT(cs) ((cs) >= cs_big5)
49 { "BIG5", sizeof("BIG5")-1, cs_big5 },
50 { "950", sizeof("950")-1, cs_big5 },

Completed in 48 milliseconds