Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dencoding.h207 xmlDetectCharEncoding (const unsigned char *in,
/external/libxml2/os400/libxmlrpg/
Dencoding.rpgle233 d xmlDetectCharEncoding...
234 d pr extproc('xmlDetectCharEncoding')
/external/libxml2/
Dparser.c6930 enc = xmlDetectCharEncoding(start, 4); in xmlParseExternalSubset()
7946 enc = xmlDetectCharEncoding(start, 4); in xmlParsePEReference()
10614 enc = xmlDetectCharEncoding(&start[0], 4); in xmlParseDocument()
10801 enc = xmlDetectCharEncoding(start, 4); in xmlParseExtParsedEnt()
11216 enc = xmlDetectCharEncoding(start, 4); in xmlParseTryOrFinish()
12347 enc = xmlDetectCharEncoding((const xmlChar *) chunk, size); in xmlCreatePushParserCtxt()
12656 enc = xmlDetectCharEncoding(start, 4); in xmlIOParseDTD()
12765 enc = xmlDetectCharEncoding(ctxt->input->cur, 4); in xmlSAXParseDTD()
12940 enc = xmlDetectCharEncoding(start, 4); in xmlParseCtxtExternalEntity()
13168 enc = xmlDetectCharEncoding(start, 4); in xmlParseExternalEntityPrivate()
[all …]
Dlibxml2.syms1235 xmlDetectCharEncoding;
Dencoding.c932 xmlDetectCharEncoding(const unsigned char* in, int len) in xmlDetectCharEncoding() function
Delfgcchack.h2855 #undef xmlDetectCharEncoding
2856 extern __typeof (xmlDetectCharEncoding) xmlDetectCharEncoding __attribute((alias("xmlDetectCharEnco…
2858 #ifndef xmlDetectCharEncoding
2859 extern __typeof (xmlDetectCharEncoding) xmlDetectCharEncoding__internal_alias __attribute((visibili…
2860 #define xmlDetectCharEncoding xmlDetectCharEncoding__internal_alias macro
DSAX2.c461 enc = xmlDetectCharEncoding(ctxt->input->cur, 4); in xmlSAX2ExternalSubset()
Dtestapi.c8947 ret_val = xmlDetectCharEncoding((const unsigned char *)in, len); in test_xmlDetectCharEncoding()
/external/libxml2/win32/
Dlibxml2.def.src769 xmlDetectCharEncoding
/external/ImageMagick/coders/
Dsvg.c2754 (void) xmlSwitchEncoding(parser,xmlDetectCharEncoding(parser->input->cur,4)); in SVGExternalSubset()
Dmsl.c7671 (void) xmlSwitchEncoding(parser,xmlDetectCharEncoding(parser->input->cur,4)); in MSLExternalSubset()