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

/external/chromium_org/third_party/libxml/src/
H A Dxmlunicode.c97 {"HighSurrogates", xmlUCSIsHighSurrogates},
1709 * xmlUCSIsHighSurrogates:
1717 xmlUCSIsHighSurrogates(int code) { function
H A Delfgcchack.h14032 #undef xmlUCSIsHighSurrogates macro
14033 extern __typeof (xmlUCSIsHighSurrogates) xmlUCSIsHighSurrogates __attribute((alias("xmlUCSIsHighSurrogates__internal_alias")));
14035 #ifndef xmlUCSIsHighSurrogates
14036 extern __typeof (xmlUCSIsHighSurrogates) xmlUCSIsHighSurrogates__internal_alias __attribute((visibility("hidden")));
14037 #define xmlUCSIsHighSurrogates xmlUCSIsHighSurrogates__internal_alias macro
/external/libxml2/
H A Dxmlunicode.c97 {"HighSurrogates", xmlUCSIsHighSurrogates},
1709 * xmlUCSIsHighSurrogates:
1717 xmlUCSIsHighSurrogates(int code) { function
H A Delfgcchack.h14032 #undef xmlUCSIsHighSurrogates macro
14033 extern __typeof (xmlUCSIsHighSurrogates) xmlUCSIsHighSurrogates __attribute((alias("xmlUCSIsHighSurrogates__internal_alias")));
14035 #ifndef xmlUCSIsHighSurrogates
14036 extern __typeof (xmlUCSIsHighSurrogates) xmlUCSIsHighSurrogates__internal_alias __attribute((visibility("hidden")));
14037 #define xmlUCSIsHighSurrogates xmlUCSIsHighSurrogates__internal_alias macro

Completed in 192 milliseconds