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

/external/libxml2/
H A Dxmlunicode.c96 {"HighPrivateUseSurrogates", xmlUCSIsHighPrivateUseSurrogates},
1696 * xmlUCSIsHighPrivateUseSurrogates:
1704 xmlUCSIsHighPrivateUseSurrogates(int code) { function
H A Delfgcchack.h14194 #undef xmlUCSIsHighPrivateUseSurrogates macro
14195 extern __typeof (xmlUCSIsHighPrivateUseSurrogates) xmlUCSIsHighPrivateUseSurrogates __attribute((alias("xmlUCSIsHighPrivateUseSurrogates__internal_alias")));
14197 #ifndef xmlUCSIsHighPrivateUseSurrogates
14198 extern __typeof (xmlUCSIsHighPrivateUseSurrogates) xmlUCSIsHighPrivateUseSurrogates__internal_alias __attribute((visibility("hidden")));
14199 #define xmlUCSIsHighPrivateUseSurrogates xmlUCSIsHighPrivateUseSurrogates__internal_alias macro

Completed in 107 milliseconds