Home
last modified time | relevance | path

Searched refs:xmlDetectCharEncoding (Results 1 – 12 of 12) 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.c7006 enc = xmlDetectCharEncoding(start, 4); in xmlParseExternalSubset()
8025 enc = xmlDetectCharEncoding(start, 4); in xmlParsePEReference()
10724 enc = xmlDetectCharEncoding(&start[0], 4); in xmlParseDocument()
10911 enc = xmlDetectCharEncoding(start, 4); in xmlParseExtParsedEnt()
11326 enc = xmlDetectCharEncoding(start, 4); in xmlParseTryOrFinish()
12449 enc = xmlDetectCharEncoding((const xmlChar *) chunk, size); in xmlCreatePushParserCtxt()
12756 enc = xmlDetectCharEncoding(start, 4); in xmlIOParseDTD()
12865 enc = xmlDetectCharEncoding(ctxt->input->cur, 4); in xmlSAXParseDTD()
13082 enc = xmlDetectCharEncoding(start, 4); in xmlParseExternalEntityPrivate()
14910 enc = xmlDetectCharEncoding((const xmlChar *) chunk, size); in xmlCtxtResetPush()
Dlibxml2.syms1235 xmlDetectCharEncoding;
Dencoding.c942 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()
DHTMLparser.c4916 enc = xmlDetectCharEncoding(&start[0], 4); in htmlParseDocument()
Dtestapi.c8947 ret_val = xmlDetectCharEncoding((const unsigned char *)in, len); in test_xmlDetectCharEncoding()
/external/libxml2/win32/
Dlibxml2.def.src769 xmlDetectCharEncoding
/external/ImageMagick/coders/
Dsvg.c3442 (void) xmlSwitchEncoding(parser,xmlDetectCharEncoding(parser->input->cur,4)); in SVGExternalSubset()
Dmsl.c7720 (void) xmlSwitchEncoding(parser,xmlDetectCharEncoding(parser->input->cur,4)); in MSLExternalSubset()