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

/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dxmlunicode.h123 XMLPUBFUN int XMLCALL xmlUCSIsPrivateUseArea (int code);
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlunicode.c137 {"PrivateUseArea", xmlUCSIsPrivateUseArea},
2231 * xmlUCSIsPrivateUseArea:
2239 xmlUCSIsPrivateUseArea(int code) { function
H A Delfgcchack.h14376 #undef xmlUCSIsPrivateUseArea macro
14377 extern __typeof (xmlUCSIsPrivateUseArea) xmlUCSIsPrivateUseArea __attribute((alias("xmlUCSIsPrivateUseArea__internal_alias")));
14379 #ifndef xmlUCSIsPrivateUseArea
14380 extern __typeof (xmlUCSIsPrivateUseArea) xmlUCSIsPrivateUseArea__internal_alias __attribute((visibility("hidden")));
14381 #define xmlUCSIsPrivateUseArea xmlUCSIsPrivateUseArea__internal_alias macro

Completed in 148 milliseconds