Searched refs:XML_CHAR_ENCODING_8859_1 (Results 1 – 4 of 4) sorted by relevance
70 XML_CHAR_ENCODING_8859_1= 10,/* ISO-8859-1 ISO Latin 1 */ enumerator
596 ctxt->charset = XML_CHAR_ENCODING_8859_1; in xmlNextChar()762 ctxt->charset = XML_CHAR_ENCODING_8859_1; in xmlCurrentChar()1029 case XML_CHAR_ENCODING_8859_1: in xmlSwitchEncoding()1089 case XML_CHAR_ENCODING_8859_1: in xmlSwitchEncoding()
1183 if (!strcmp(upper, "ISO-8859-1")) return(XML_CHAR_ENCODING_8859_1); in xmlParseCharEncoding()1184 if (!strcmp(upper, "ISO-LATIN-1")) return(XML_CHAR_ENCODING_8859_1); in xmlParseCharEncoding()1185 if (!strcmp(upper, "ISO LATIN 1")) return(XML_CHAR_ENCODING_8859_1); in xmlParseCharEncoding()1245 case XML_CHAR_ENCODING_8859_1: in xmlGetCharEncodingName()1552 case XML_CHAR_ENCODING_8859_1: in xmlGetCharEncodingHandler()
515 xmlSwitchEncoding(ctxt, XML_CHAR_ENCODING_8859_1); in htmlCurrentChar()556 ctxt->charset = XML_CHAR_ENCODING_8859_1; in htmlCurrentChar()