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

/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dxmlunicode.h129 XMLPUBFUN int XMLCALL xmlUCSIsSpecials (int code);
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlunicode.c143 {"Specials", xmlUCSIsSpecials},
2309 * xmlUCSIsSpecials:
2317 xmlUCSIsSpecials(int code) { function
H A Delfgcchack.h14448 #undef xmlUCSIsSpecials macro
14449 extern __typeof (xmlUCSIsSpecials) xmlUCSIsSpecials __attribute((alias("xmlUCSIsSpecials__internal_alias")));
14451 #ifndef xmlUCSIsSpecials
14452 extern __typeof (xmlUCSIsSpecials) xmlUCSIsSpecials__internal_alias __attribute((visibility("hidden")));
14453 #define xmlUCSIsSpecials xmlUCSIsSpecials__internal_alias macro

Completed in 158 milliseconds