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

  /external/libxml2/include/libxml/
encoding.h 70 XML_CHAR_ENCODING_8859_1= 10,/* ISO-8859-1 ISO Latin 1 */
  /external/libxml2/
parserInternals.c 596 ctxt->charset = XML_CHAR_ENCODING_8859_1;
762 ctxt->charset = XML_CHAR_ENCODING_8859_1;
1029 case XML_CHAR_ENCODING_8859_1:
1089 case XML_CHAR_ENCODING_8859_1:
    [all...]
encoding.c 1183 if (!strcmp(upper, "ISO-8859-1")) return(XML_CHAR_ENCODING_8859_1);
1184 if (!strcmp(upper, "ISO-LATIN-1")) return(XML_CHAR_ENCODING_8859_1);
1185 if (!strcmp(upper, "ISO LATIN 1")) return(XML_CHAR_ENCODING_8859_1);
    [all...]
HTMLparser.c 515 xmlSwitchEncoding(ctxt, XML_CHAR_ENCODING_8859_1);
556 ctxt->charset = XML_CHAR_ENCODING_8859_1;
    [all...]

Completed in 49 milliseconds