Searched defs:xmlUCSIsLatin1Supplement (Results 1 - 4 of 4) sorted by path

/external/chromium_org/third_party/libxml/src/
H A Delfgcchack.h14176 #undef xmlUCSIsLatin1Supplement macro
14177 extern __typeof (xmlUCSIsLatin1Supplement) xmlUCSIsLatin1Supplement __attribute((alias("xmlUCSIsLatin1Supplement__internal_alias")));
14179 #ifndef xmlUCSIsLatin1Supplement
14180 extern __typeof (xmlUCSIsLatin1Supplement) xmlUCSIsLatin1Supplement__internal_alias __attribute((visibility("hidden")));
14181 #define xmlUCSIsLatin1Supplement xmlUCSIsLatin1Supplement__internal_alias macro
H A Dxmlunicode.c109 {"Latin-1Supplement", xmlUCSIsLatin1Supplement},
1865 * xmlUCSIsLatin1Supplement:
1873 xmlUCSIsLatin1Supplement(int code) { function
/external/libxml2/
H A Delfgcchack.h14350 #undef xmlUCSIsLatin1Supplement macro
14351 extern __typeof (xmlUCSIsLatin1Supplement) xmlUCSIsLatin1Supplement __attribute((alias("xmlUCSIsLatin1Supplement__internal_alias")));
14353 #ifndef xmlUCSIsLatin1Supplement
14354 extern __typeof (xmlUCSIsLatin1Supplement) xmlUCSIsLatin1Supplement__internal_alias __attribute((visibility("hidden")));
14355 #define xmlUCSIsLatin1Supplement xmlUCSIsLatin1Supplement__internal_alias macro
H A Dxmlunicode.c109 {"Latin-1Supplement", xmlUCSIsLatin1Supplement},
1865 * xmlUCSIsLatin1Supplement:
1873 xmlUCSIsLatin1Supplement(int code) { function

Completed in 397 milliseconds