Searched refs:xmlUCSIsHighSurrogates (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dxmlunicode.h83 XMLPUBFUN int XMLCALL xmlUCSIsHighSurrogates (int code);
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlunicode.c97 {"HighSurrogates", xmlUCSIsHighSurrogates},
1709 * xmlUCSIsHighSurrogates:
1717 xmlUCSIsHighSurrogates(int code) { function
H A Delfgcchack.h13896 #undef xmlUCSIsHighSurrogates macro
13897 extern __typeof (xmlUCSIsHighSurrogates) xmlUCSIsHighSurrogates __attribute((alias("xmlUCSIsHighSurrogates__internal_alias")));
13899 #ifndef xmlUCSIsHighSurrogates
13900 extern __typeof (xmlUCSIsHighSurrogates) xmlUCSIsHighSurrogates__internal_alias __attribute((visibility("hidden")));
13901 #define xmlUCSIsHighSurrogates xmlUCSIsHighSurrogates__internal_alias macro

Completed in 122 milliseconds