Searched defs:xmlDetectCharEncoding (Results 1 - 4 of 4) sorted by last modified time

/external/libxml2/
H A Delfgcchack.h2855 #undef xmlDetectCharEncoding macro
2856 extern __typeof (xmlDetectCharEncoding) xmlDetectCharEncoding __attribute((alias("xmlDetectCharEncoding__internal_alias")));
2858 #ifndef xmlDetectCharEncoding
2859 extern __typeof (xmlDetectCharEncoding) xmlDetectCharEncoding__internal_alias __attribute((visibility("hidden")));
2860 #define xmlDetectCharEncoding xmlDetectCharEncoding__internal_alias macro
H A Dencoding.c912 * xmlDetectCharEncoding:
923 xmlDetectCharEncoding(const unsigned char* in, int len) function
/external/chromium_org/third_party/libxml/src/
H A Delfgcchack.h2783 #undef xmlDetectCharEncoding macro
2784 extern __typeof (xmlDetectCharEncoding) xmlDetectCharEncoding __attribute((alias("xmlDetectCharEncoding__internal_alias")));
2786 #ifndef xmlDetectCharEncoding
2787 extern __typeof (xmlDetectCharEncoding) xmlDetectCharEncoding__internal_alias __attribute((visibility("hidden")));
2788 #define xmlDetectCharEncoding xmlDetectCharEncoding__internal_alias macro
H A Dencoding.c908 * xmlDetectCharEncoding:
919 xmlDetectCharEncoding(const unsigned char* in, int len) function

Completed in 179 milliseconds