/external/libxml2/ |
D | testHTML.c | 645 chars, res, filename, XML_CHAR_ENCODING_NONE); in parseSAXFile() 675 chars, res, filename, XML_CHAR_ENCODING_NONE); in parseSAXFile() 739 chars, res, filename, XML_CHAR_ENCODING_NONE); in parseAndPrintFile()
|
D | HTMLparser.c | 4748 if ((ctxt->encoding == (const xmlChar *)XML_CHAR_ENCODING_NONE) && in htmlParseDocument() 4760 if (enc != XML_CHAR_ENCODING_NONE) { in htmlParseDocument() 5027 buf = xmlParserInputBufferCreateMem(buffer, size, XML_CHAR_ENCODING_NONE); in htmlCreateMemoryParserCtxt() 6672 ctxt->charset = XML_CHAR_ENCODING_NONE; in htmlCtxtReset() 6902 input = xmlParserInputBufferCreateFd(fd, XML_CHAR_ENCODING_NONE); in htmlReadFd() 6910 stream = xmlNewIOInputStream(ctxt, input, XML_CHAR_ENCODING_NONE); in htmlReadFd() 6946 XML_CHAR_ENCODING_NONE); in htmlReadIO() 6957 stream = xmlNewIOInputStream(ctxt, input, XML_CHAR_ENCODING_NONE); in htmlReadIO() 7065 input = xmlParserInputBufferCreateMem(buffer, size, XML_CHAR_ENCODING_NONE); in htmlCtxtReadMemory() 7070 stream = xmlNewIOInputStream(ctxt, input, XML_CHAR_ENCODING_NONE); in htmlCtxtReadMemory() [all …]
|
D | encoding.c | 935 return(XML_CHAR_ENCODING_NONE); in xmlDetectCharEncoding() 983 return(XML_CHAR_ENCODING_NONE); in xmlDetectCharEncoding() 1157 return(XML_CHAR_ENCODING_NONE); in xmlParseCharEncoding() 1172 if (!strcmp(upper, "")) return(XML_CHAR_ENCODING_NONE); in xmlParseCharEncoding() 1238 case XML_CHAR_ENCODING_NONE: in xmlGetCharEncodingName() 1514 case XML_CHAR_ENCODING_NONE: in xmlGetCharEncodingHandler()
|
D | parser.c | 6931 if (enc != XML_CHAR_ENCODING_NONE) in xmlParseExternalSubset() 7947 if (enc != XML_CHAR_ENCODING_NONE) { in xmlParsePEReference() 10615 if (enc != XML_CHAR_ENCODING_NONE) { in xmlParseDocument() 10802 if (enc != XML_CHAR_ENCODING_NONE) { in xmlParseExtParsedEnt() 11195 if (ctxt->charset == XML_CHAR_ENCODING_NONE) { in xmlParseTryOrFinish() 12341 xmlCharEncoding enc = XML_CHAR_ENCODING_NONE; in xmlCreatePushParserCtxt() 12420 ctxt->charset = XML_CHAR_ENCODING_NONE; in xmlCreatePushParserCtxt() 12433 if (enc != XML_CHAR_ENCODING_NONE) { in xmlCreatePushParserCtxt() 12610 pinput = xmlNewIOInputStream(ctxt, input, XML_CHAR_ENCODING_NONE); in xmlIOParseDTD() 12626 if (enc != XML_CHAR_ENCODING_NONE) { in xmlIOParseDTD() [all …]
|
D | xmlreader.c | 2193 input = xmlParserInputBufferCreateFilename(URI, XML_CHAR_ENCODING_NONE); in xmlNewTextReaderFilename() 5216 xmlCharEncoding enc = XML_CHAR_ENCODING_NONE; in xmlTextReaderSetup() 5443 XML_CHAR_ENCODING_NONE); in xmlReaderForMemory() 5480 input = xmlParserInputBufferCreateFd(fd, XML_CHAR_ENCODING_NONE); in xmlReaderForFd() 5520 XML_CHAR_ENCODING_NONE); in xmlReaderForIO() 5637 XML_CHAR_ENCODING_NONE); in xmlReaderNewFile() 5670 XML_CHAR_ENCODING_NONE); in xmlReaderNewMemory() 5704 input = xmlParserInputBufferCreateFd(fd, XML_CHAR_ENCODING_NONE); in xmlReaderNewFd() 5741 XML_CHAR_ENCODING_NONE); in xmlReaderNewIO()
|
D | testchar.c | 551 XML_CHAR_ENCODING_NONE); in testCharRanges()
|
D | parserInternals.c | 945 case XML_CHAR_ENCODING_NONE: in xmlSwitchEncoding() 1413 if (enc != XML_CHAR_ENCODING_NONE) { in xmlNewIOInputStream() 1536 buf = xmlParserInputBufferCreateFilename(filename, XML_CHAR_ENCODING_NONE); in xmlNewInputFromFile()
|
D | xmllint.c | 1644 buf = xmlParserInputBufferCreateFilename(filename, XML_CHAR_ENCODING_NONE); in testSAX() 1690 inputStream = xmlNewIOInputStream(ctxt, buf, XML_CHAR_ENCODING_NONE); in testSAX() 2203 chars, res, filename, XML_CHAR_ENCODING_NONE); in parseAndPrintFile()
|
D | SAX2.c | 1076 if ((ctxt->charset != XML_CHAR_ENCODING_NONE) && (ctxt->myDoc != NULL) && in xmlSAX2EndDocument() 1077 (ctxt->myDoc->charset == XML_CHAR_ENCODING_NONE)) { in xmlSAX2EndDocument()
|
D | xmlsave.c | 1166 (enc != XML_CHAR_ENCODING_NONE) && in xmlDocContentDumpOutput()
|
D | catalog.c | 910 buf = xmlParserInputBufferCreateFilename(filename, XML_CHAR_ENCODING_NONE); in xmlParseCatalogFile()
|
D | runtest.c | 1891 XML_CHAR_ENCODING_NONE); in pushParseTest()
|
D | testapi.c | 480 if (no == 0) return(xmlParserInputBufferCreateFilename("missing.xml", XML_CHAR_ENCODING_NONE)); in gen_xmlParserInputBufferPtr() 481 if (no == 1) return(xmlParserInputBufferCreateFilename("<foo/>", XML_CHAR_ENCODING_NONE)); in gen_xmlParserInputBufferPtr() 482 if (no == 2) return(xmlParserInputBufferCreateFilename("test/ent2", XML_CHAR_ENCODING_NONE)); in gen_xmlParserInputBufferPtr() 483 …urn(xmlParserInputBufferCreateFilename("test/valid/REC-xml-19980210.xml", XML_CHAR_ENCODING_NONE)); in gen_xmlParserInputBufferPtr() 484 …n(xmlParserInputBufferCreateFilename("test/valid/dtds/xhtml1-strict.dtd", XML_CHAR_ENCODING_NONE)); in gen_xmlParserInputBufferPtr() 485 if (no == 5) return(xmlParserInputBufferCreateFilename(REMOTE1GOOD, XML_CHAR_ENCODING_NONE)); in gen_xmlParserInputBufferPtr() 486 if (no == 6) return(xmlParserInputBufferCreateFilename(REMOTE1BAD, XML_CHAR_ENCODING_NONE)); in gen_xmlParserInputBufferPtr() 696 if (no == 1) return(XML_CHAR_ENCODING_NONE); in gen_xmlCharEncoding()
|
D | xmlschemas.c | 28961 XML_CHAR_ENCODING_NONE); in xmlSchemaValidateFile() 28964 ret = xmlSchemaValidateStream(ctxt, input, XML_CHAR_ENCODING_NONE, in xmlSchemaValidateFile()
|
/external/libxml2/include/libxml/ |
D | encoding.h | 60 XML_CHAR_ENCODING_NONE= 0, /* No char encoding detected */ enumerator
|
/external/curl/docs/examples/ |
D | htmltitle.cpp | 245 XML_CHAR_ENCODING_NONE); in parseHtml()
|
/external/libxml2/os400/libxmlrpg/ |
D | encoding.rpgle | 51 d XML_CHAR_ENCODING_NONE... No encoding detected
|
/external/libxml2/python/ |
D | libxml.c | 682 xmlCharEncoding enc = XML_CHAR_ENCODING_NONE; in libxml_xmlCreateInputBuffer() 734 buf = xmlAllocParserInputBuffer(XML_CHAR_ENCODING_NONE); in pythonExternalEntityLoader() 740 XML_CHAR_ENCODING_NONE); in pythonExternalEntityLoader() 1509 XML_CHAR_ENCODING_NONE); in libxml_htmlCreatePushParser()
|