Searched defs:xmlUCSIsLatinExtendedAdditional (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/
H A Dxmlunicode.c112 {"LatinExtendedAdditional", xmlUCSIsLatinExtendedAdditional},
1904 * xmlUCSIsLatinExtendedAdditional:
1912 xmlUCSIsLatinExtendedAdditional(int code) { function
H A Delfgcchack.h14200 #undef xmlUCSIsLatinExtendedAdditional macro
14201 extern __typeof (xmlUCSIsLatinExtendedAdditional) xmlUCSIsLatinExtendedAdditional __attribute((alias("xmlUCSIsLatinExtendedAdditional__internal_alias")));
14203 #ifndef xmlUCSIsLatinExtendedAdditional
14204 extern __typeof (xmlUCSIsLatinExtendedAdditional) xmlUCSIsLatinExtendedAdditional__internal_alias __attribute((visibility("hidden")));
14205 #define xmlUCSIsLatinExtendedAdditional xmlUCSIsLatinExtendedAdditional__internal_alias macro

Completed in 46 milliseconds