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.h14020 #undef xmlUCSIsHighPrivateUseSurrogates macro
14021 extern __typeof (xmlUCSIsHighPrivateUseSurrogates) xmlUCSIsHighPrivateUseSurrogates __attribute((alias("xmlUCSIsHighPrivateUseSurrogates__internal_alias")));
14023 #ifndef xmlUCSIsHighPrivateUseSurrogates
14024 extern __typeof (xmlUCSIsHighPrivateUseSurrogates) xmlUCSIsHighPrivateUseSurrogates__internal_alias __attribute((visibility("hidden")));
14025 #define xmlUCSIsHighPrivateUseSurrogates xmlUCSIsHighPrivateUseSurrogates__internal_alias macro

Completed in 90 milliseconds