Searched refs:XML_CHAR_ENCODING_NONE (Results 1 – 11 of 11) sorted by relevance
/external/libxml2/include/libxml/ |
D | encoding.h | 60 XML_CHAR_ENCODING_NONE= 0, /* No char encoding detected */ enumerator
|
/external/libxml2/ |
D | encoding.c | 922 return(XML_CHAR_ENCODING_NONE); in xmlDetectCharEncoding() 970 return(XML_CHAR_ENCODING_NONE); in xmlDetectCharEncoding() 1144 return(XML_CHAR_ENCODING_NONE); in xmlParseCharEncoding() 1159 if (!strcmp(upper, "")) return(XML_CHAR_ENCODING_NONE); in xmlParseCharEncoding() 1225 case XML_CHAR_ENCODING_NONE: in xmlGetCharEncodingName() 1501 case XML_CHAR_ENCODING_NONE: in xmlGetCharEncodingHandler()
|
D | HTMLparser.c | 4594 if ((ctxt->encoding == (const xmlChar *)XML_CHAR_ENCODING_NONE) && in htmlParseDocument() 4606 if (enc != XML_CHAR_ENCODING_NONE) { in htmlParseDocument() 4872 buf = xmlParserInputBufferCreateMem(buffer, size, XML_CHAR_ENCODING_NONE); in htmlCreateMemoryParserCtxt() 6470 ctxt->charset = XML_CHAR_ENCODING_NONE; in htmlCtxtReset() 6695 input = xmlParserInputBufferCreateFd(fd, XML_CHAR_ENCODING_NONE); in htmlReadFd() 6703 stream = xmlNewIOInputStream(ctxt, input, XML_CHAR_ENCODING_NONE); in htmlReadFd() 6739 XML_CHAR_ENCODING_NONE); in htmlReadIO() 6747 stream = xmlNewIOInputStream(ctxt, input, XML_CHAR_ENCODING_NONE); in htmlReadIO() 6852 input = xmlParserInputBufferCreateMem(buffer, size, XML_CHAR_ENCODING_NONE); in htmlCtxtReadMemory() 6857 stream = xmlNewIOInputStream(ctxt, input, XML_CHAR_ENCODING_NONE); in htmlCtxtReadMemory() [all …]
|
D | parser.c | 2568 if (enc != XML_CHAR_ENCODING_NONE) { in xmlParserHandlePEReference() 6761 if (enc != XML_CHAR_ENCODING_NONE) in xmlParseExternalSubset() 10269 if (enc != XML_CHAR_ENCODING_NONE) { in xmlParseDocument() 10444 if (enc != XML_CHAR_ENCODING_NONE) { in xmlParseExtParsedEnt() 10839 if (ctxt->charset == XML_CHAR_ENCODING_NONE) { in xmlParseTryOrFinish() 11840 xmlCharEncoding enc = XML_CHAR_ENCODING_NONE; in xmlCreatePushParserCtxt() 11923 ctxt->charset = XML_CHAR_ENCODING_NONE; in xmlCreatePushParserCtxt() 11939 if (enc != XML_CHAR_ENCODING_NONE) { in xmlCreatePushParserCtxt() 12078 pinput = xmlNewIOInputStream(ctxt, input, XML_CHAR_ENCODING_NONE); in xmlIOParseDTD() 12094 if (enc != XML_CHAR_ENCODING_NONE) { in xmlIOParseDTD() [all …]
|
D | xmlreader.c | 2156 input = xmlParserInputBufferCreateFilename(URI, XML_CHAR_ENCODING_NONE); in xmlNewTextReaderFilename() 5026 xmlCharEncoding enc = XML_CHAR_ENCODING_NONE; in xmlTextReaderSetup() 5256 XML_CHAR_ENCODING_NONE); in xmlReaderForMemory() 5293 input = xmlParserInputBufferCreateFd(fd, XML_CHAR_ENCODING_NONE); in xmlReaderForFd() 5333 XML_CHAR_ENCODING_NONE); in xmlReaderForIO() 5447 XML_CHAR_ENCODING_NONE); in xmlReaderNewFile() 5480 XML_CHAR_ENCODING_NONE); in xmlReaderNewMemory() 5514 input = xmlParserInputBufferCreateFd(fd, XML_CHAR_ENCODING_NONE); in xmlReaderNewFd() 5551 XML_CHAR_ENCODING_NONE); in xmlReaderNewIO()
|
D | parserInternals.c | 981 case XML_CHAR_ENCODING_NONE: in xmlSwitchEncoding() 1428 if (enc != XML_CHAR_ENCODING_NONE) { in xmlNewIOInputStream() 1549 buf = xmlParserInputBufferCreateFilename(filename, XML_CHAR_ENCODING_NONE); in xmlNewInputFromFile()
|
D | xmllint.c | 1656 buf = xmlParserInputBufferCreateFilename(filename, XML_CHAR_ENCODING_NONE); in testSAX() 1701 inputStream = xmlNewIOInputStream(ctxt, buf, XML_CHAR_ENCODING_NONE); in testSAX() 2202 chars, res, filename, XML_CHAR_ENCODING_NONE); in parseAndPrintFile()
|
D | SAX2.c | 1045 if ((ctxt->charset != XML_CHAR_ENCODING_NONE) && (ctxt->myDoc != NULL) && in xmlSAX2EndDocument() 1046 (ctxt->myDoc->charset == XML_CHAR_ENCODING_NONE)) { in xmlSAX2EndDocument()
|
D | xmlsave.c | 1074 (enc != XML_CHAR_ENCODING_NONE) && in xmlDocContentDumpOutput()
|
D | catalog.c | 901 buf = xmlParserInputBufferCreateFilename(filename, XML_CHAR_ENCODING_NONE); in xmlParseCatalogFile()
|
D | xmlschemas.c | 28745 XML_CHAR_ENCODING_NONE); in xmlSchemaValidateFile() 28748 ret = xmlSchemaValidateStream(ctxt, input, XML_CHAR_ENCODING_NONE, in xmlSchemaValidateFile()
|