Searched refs:XML_CHAR_ENCODING_8859_1 (Results 1 – 6 of 6) sorted by relevance
70 XML_CHAR_ENCODING_8859_1= 10,/* ISO-8859-1 ISO Latin 1 */ enumerator
567 ctxt->charset = XML_CHAR_ENCODING_8859_1; in xmlNextChar()733 ctxt->charset = XML_CHAR_ENCODING_8859_1; in xmlCurrentChar()995 case XML_CHAR_ENCODING_8859_1: in xmlSwitchEncoding()1055 case XML_CHAR_ENCODING_8859_1: in xmlSwitchEncoding()
1187 if (!strcmp(upper, "ISO-8859-1")) return(XML_CHAR_ENCODING_8859_1); in xmlParseCharEncoding()1188 if (!strcmp(upper, "ISO-LATIN-1")) return(XML_CHAR_ENCODING_8859_1); in xmlParseCharEncoding()1189 if (!strcmp(upper, "ISO LATIN 1")) return(XML_CHAR_ENCODING_8859_1); in xmlParseCharEncoding()1249 case XML_CHAR_ENCODING_8859_1: in xmlGetCharEncodingName()1558 case XML_CHAR_ENCODING_8859_1: in xmlGetCharEncodingHandler()
518 xmlSwitchEncoding(ctxt, XML_CHAR_ENCODING_8859_1); in htmlCurrentChar()559 ctxt->charset = XML_CHAR_ENCODING_8859_1; in htmlCurrentChar()
697 if (no == 2) return(XML_CHAR_ENCODING_8859_1); in gen_xmlCharEncoding()
69 d XML_CHAR_ENCODING_8859_1... ISO-8859-1 ISOLatin1