Home
last modified time | relevance | path

Searched refs:XML_CHAR_ENCODING_NONE (Results 1 – 11 of 11) sorted by relevance

/external/libxml2/include/libxml/
Dencoding.h60 XML_CHAR_ENCODING_NONE= 0, /* No char encoding detected */ enumerator
/external/libxml2/
Dencoding.c922 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()
DHTMLparser.c4594 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 …]
Dparser.c2568 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 …]
Dxmlreader.c2156 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()
DparserInternals.c981 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()
Dxmllint.c1656 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()
DSAX2.c1045 if ((ctxt->charset != XML_CHAR_ENCODING_NONE) && (ctxt->myDoc != NULL) && in xmlSAX2EndDocument()
1046 (ctxt->myDoc->charset == XML_CHAR_ENCODING_NONE)) { in xmlSAX2EndDocument()
Dxmlsave.c1074 (enc != XML_CHAR_ENCODING_NONE) && in xmlDocContentDumpOutput()
Dcatalog.c901 buf = xmlParserInputBufferCreateFilename(filename, XML_CHAR_ENCODING_NONE); in xmlParseCatalogFile()
Dxmlschemas.c28745 XML_CHAR_ENCODING_NONE); in xmlSchemaValidateFile()
28748 ret = xmlSchemaValidateStream(ctxt, input, XML_CHAR_ENCODING_NONE, in xmlSchemaValidateFile()