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

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlunicode.c97 {"HighSurrogates", xmlUCSIsHighSurrogates},
1709 * xmlUCSIsHighSurrogates:
1717 xmlUCSIsHighSurrogates(int code) { function
H A Delfgcchack.h13928 #undef xmlUCSIsHighSurrogates macro
13929 extern __typeof (xmlUCSIsHighSurrogates) xmlUCSIsHighSurrogates __attribute((alias("xmlUCSIsHighSurrogates__internal_alias")));
13931 #ifndef xmlUCSIsHighSurrogates
13932 extern __typeof (xmlUCSIsHighSurrogates) xmlUCSIsHighSurrogates__internal_alias __attribute((visibility("hidden")));
13933 #define xmlUCSIsHighSurrogates xmlUCSIsHighSurrogates__internal_alias macro

Completed in 73 milliseconds