HomeSort by relevance Sort by last modified time
    Searched refs:CHARSET_MAX (Results 1 - 4 of 4) sorted by null

  /external/expat/xmlwf/
xmlmime.h 7 #define CHARSET_MAX 41
11 charset gets the charset to use. It must be at least CHARSET_MAX chars
ct.c 1 #define CHARSET_MAX 41
115 if (s == charset + CHARSET_MAX - 1) {
124 if (next - p > CHARSET_MAX - 1)
143 char buf[CHARSET_MAX];
xmlmime.c 121 if (s == charset + CHARSET_MAX - 1) {
130 if (next - p > CHARSET_MAX - 1)
154 char buf[CHARSET_MAX];
xmlwin32url.cxx 158 char charset[CHARSET_MAX];
162 XML_Char wcharset[CHARSET_MAX];

Completed in 276 milliseconds