Searched refs:XML_CHAR_ENCODING_UTF8 (Results 1 – 11 of 11) sorted by relevance
252 ctxt->charset = XML_CHAR_ENCODING_UTF8; in testCharRangeByte1()280 ctxt->charset = XML_CHAR_ENCODING_UTF8; in testCharRangeByte2()361 ctxt->charset = XML_CHAR_ENCODING_UTF8; in testCharRangeByte3()451 ctxt->charset = XML_CHAR_ENCODING_UTF8; in testCharRangeByte4()
441 if (ctxt->charset == XML_CHAR_ENCODING_UTF8) { in xmlNextChar()597 if (ctxt->charset == XML_CHAR_ENCODING_UTF8) { in xmlCurrentChar()751 if ((ctxt == NULL) || (ctxt->charset == XML_CHAR_ENCODING_UTF8)) { in xmlStringCurrentChar()947 ctxt->charset = XML_CHAR_ENCODING_UTF8; in xmlSwitchEncoding()949 case XML_CHAR_ENCODING_UTF8: in xmlSwitchEncoding()951 ctxt->charset = XML_CHAR_ENCODING_UTF8; in xmlSwitchEncoding()1017 ctxt->charset = XML_CHAR_ENCODING_UTF8; in xmlSwitchEncoding()1104 ctxt->charset = XML_CHAR_ENCODING_UTF8; in xmlSwitchEncoding()1294 ctxt->charset = XML_CHAR_ENCODING_UTF8; in xmlSwitchToEncodingInt()1746 ctxt->charset = XML_CHAR_ENCODING_UTF8; in xmlInitParserCtxt()
954 return(XML_CHAR_ENCODING_UTF8); in xmlDetectCharEncoding()974 return(XML_CHAR_ENCODING_UTF8); in xmlDetectCharEncoding()1173 if (!strcmp(upper, "UTF-8")) return(XML_CHAR_ENCODING_UTF8); in xmlParseCharEncoding()1174 if (!strcmp(upper, "UTF8")) return(XML_CHAR_ENCODING_UTF8); in xmlParseCharEncoding()1240 case XML_CHAR_ENCODING_UTF8: in xmlGetCharEncodingName()1516 case XML_CHAR_ENCODING_UTF8: in xmlGetCharEncodingHandler()
1126 } else if (cur->charset != XML_CHAR_ENCODING_UTF8) { in xmlDocContentDumpOutput()1168 if ((enc != XML_CHAR_ENCODING_UTF8) && in xmlDocContentDumpOutput()
1803 if (doc->charset != XML_CHAR_ENCODING_UTF8) { in xmlC14NNewCtx()
7018 if (ctxt->charset != XML_CHAR_ENCODING_UTF8) { in xmlParseReference()14876 ctxt->charset = XML_CHAR_ENCODING_UTF8; in xmlCtxtReset()
1195 cur->charset = XML_CHAR_ENCODING_UTF8; in xmlNewDoc()
695 if (no == 0) return(XML_CHAR_ENCODING_UTF8); in gen_xmlCharEncoding()
61 XML_CHAR_ENCODING_UTF8= 1, /* UTF-8 */ enumerator
53 d XML_CHAR_ENCODING_UTF8... UTF-8
105 XML_CHAR_ENCODING_UTF8); in is_dtd_valid()111 dtd = xmlIOParseDTD(NULL, buffer, XML_CHAR_ENCODING_UTF8); in is_dtd_valid()