Home
last modified time | relevance | path

Searched refs:XML_CHAR_ENCODING_8859_1 (Results 1 – 6 of 6) sorted by relevance

/external/libxml2/include/libxml/
Dencoding.h70 XML_CHAR_ENCODING_8859_1= 10,/* ISO-8859-1 ISO Latin 1 */ enumerator
/external/libxml2/
DparserInternals.c561 ctxt->charset = XML_CHAR_ENCODING_8859_1; in xmlNextChar()
725 ctxt->charset = XML_CHAR_ENCODING_8859_1; in xmlCurrentChar()
988 case XML_CHAR_ENCODING_8859_1: in xmlSwitchEncoding()
1048 case XML_CHAR_ENCODING_8859_1: in xmlSwitchEncoding()
Dencoding.c1206 if (!strcmp(upper, "ISO-8859-1")) return(XML_CHAR_ENCODING_8859_1); in xmlParseCharEncoding()
1207 if (!strcmp(upper, "ISO-LATIN-1")) return(XML_CHAR_ENCODING_8859_1); in xmlParseCharEncoding()
1208 if (!strcmp(upper, "ISO LATIN 1")) return(XML_CHAR_ENCODING_8859_1); in xmlParseCharEncoding()
1268 case XML_CHAR_ENCODING_8859_1: in xmlGetCharEncodingName()
1586 case XML_CHAR_ENCODING_8859_1: in xmlGetCharEncodingHandler()
DHTMLparser.c453 xmlSwitchEncoding(ctxt, XML_CHAR_ENCODING_8859_1); in htmlCurrentChar()
587 xmlSwitchEncoding(ctxt, XML_CHAR_ENCODING_8859_1); in htmlCurrentChar()
Dtestapi.c697 if (no == 2) return(XML_CHAR_ENCODING_8859_1); in gen_xmlCharEncoding()
/external/libxml2/os400/libxmlrpg/
Dencoding.rpgle71 d XML_CHAR_ENCODING_8859_1... ISO-8859-1 ISOLatin1