Searched defs:xmlUCSIsLatinExtendedA (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Dxmlunicode.c110 {"LatinExtended-A", xmlUCSIsLatinExtendedA},
1878 * xmlUCSIsLatinExtendedA:
1886 xmlUCSIsLatinExtendedA(int code) { function
H A Delfgcchack.h14188 #undef xmlUCSIsLatinExtendedA macro
14189 extern __typeof (xmlUCSIsLatinExtendedA) xmlUCSIsLatinExtendedA __attribute((alias("xmlUCSIsLatinExtendedA__internal_alias")));
14191 #ifndef xmlUCSIsLatinExtendedA
14192 extern __typeof (xmlUCSIsLatinExtendedA) xmlUCSIsLatinExtendedA__internal_alias __attribute((visibility("hidden")));
14193 #define xmlUCSIsLatinExtendedA xmlUCSIsLatinExtendedA__internal_alias macro
/external/libxml2/
H A Dxmlunicode.c110 {"LatinExtended-A", xmlUCSIsLatinExtendedA},
1878 * xmlUCSIsLatinExtendedA:
1886 xmlUCSIsLatinExtendedA(int code) { function
H A Delfgcchack.h14362 #undef xmlUCSIsLatinExtendedA macro
14363 extern __typeof (xmlUCSIsLatinExtendedA) xmlUCSIsLatinExtendedA __attribute((alias("xmlUCSIsLatinExtendedA__internal_alias")));
14365 #ifndef xmlUCSIsLatinExtendedA
14366 extern __typeof (xmlUCSIsLatinExtendedA) xmlUCSIsLatinExtendedA__internal_alias __attribute((visibility("hidden")));
14367 #define xmlUCSIsLatinExtendedA xmlUCSIsLatinExtendedA__internal_alias macro

Completed in 214 milliseconds