Searched refs:XML_ERR_UNSUPPORTED_ENCODING (Results 1 – 4 of 4) sorted by relevance
/external/libxml2/ |
D | parserInternals.c | 1060 __xmlErrEncoding(ctxt, XML_ERR_UNSUPPORTED_ENCODING, in xmlSwitchEncoding() 1065 __xmlErrEncoding(ctxt, XML_ERR_UNSUPPORTED_ENCODING, in xmlSwitchEncoding() 1070 __xmlErrEncoding(ctxt, XML_ERR_UNSUPPORTED_ENCODING, in xmlSwitchEncoding() 1075 __xmlErrEncoding(ctxt, XML_ERR_UNSUPPORTED_ENCODING, in xmlSwitchEncoding() 1080 __xmlErrEncoding(ctxt, XML_ERR_UNSUPPORTED_ENCODING, in xmlSwitchEncoding() 1085 __xmlErrEncoding(ctxt, XML_ERR_UNSUPPORTED_ENCODING, in xmlSwitchEncoding() 1113 __xmlErrEncoding(ctxt, XML_ERR_UNSUPPORTED_ENCODING, in xmlSwitchEncoding() 1118 __xmlErrEncoding(ctxt, XML_ERR_UNSUPPORTED_ENCODING, in xmlSwitchEncoding() 1123 __xmlErrEncoding(ctxt, XML_ERR_UNSUPPORTED_ENCODING, in xmlSwitchEncoding()
|
D | parser.c | 6708 if (ctxt->errNo == XML_ERR_UNSUPPORTED_ENCODING) { in xmlParseTextDecl() 6767 if (ctxt->errNo == XML_ERR_UNSUPPORTED_ENCODING) { in xmlParseExternalSubset() 7715 XML_ERR_UNSUPPORTED_ENCODING) { in xmlParsePEReference() 9989 xmlFatalErrMsgStr(ctxt, XML_ERR_UNSUPPORTED_ENCODING, in xmlParseEncodingDecl() 10156 if (ctxt->errNo == XML_ERR_UNSUPPORTED_ENCODING) { in xmlParseXMLDecl() 10294 if (ctxt->errNo == XML_ERR_UNSUPPORTED_ENCODING) { in xmlParseDocument() 10464 if (ctxt->errNo == XML_ERR_UNSUPPORTED_ENCODING) { in xmlParseExtParsedEnt() 10902 if (ctxt->errNo == XML_ERR_UNSUPPORTED_ENCODING) { in xmlParseTryOrFinish() 13073 return(XML_ERR_UNSUPPORTED_ENCODING); in xmlParseInNodeContext() 14449 xmlFatalErrMsgStr(ctxt, XML_ERR_UNSUPPORTED_ENCODING, in xmlCtxtResetPush()
|
D | HTMLparser.c | 3504 htmlParseErr(ctxt, XML_ERR_UNSUPPORTED_ENCODING, in htmlCheckEncoding() 4928 if (ctxt->errNo == XML_ERR_UNSUPPORTED_ENCODING) { in htmlCreateDocParserCtxt() 4929 htmlParseErr(ctxt, XML_ERR_UNSUPPORTED_ENCODING, in htmlCreateDocParserCtxt() 4941 htmlParseErr(ctxt, XML_ERR_UNSUPPORTED_ENCODING, in htmlCreateDocParserCtxt()
|
/external/libxml2/include/libxml/ |
D | xmlerror.h | 130 XML_ERR_UNSUPPORTED_ENCODING, /* 32 */ enumerator
|