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

/external/libxml2/
H A Dxmlunicode.c137 {"PrivateUseArea", xmlUCSIsPrivateUseArea},
2231 * xmlUCSIsPrivateUseArea:
2239 xmlUCSIsPrivateUseArea(int code) { function
H A Delfgcchack.h14686 #undef xmlUCSIsPrivateUseArea macro
14687 extern __typeof (xmlUCSIsPrivateUseArea) xmlUCSIsPrivateUseArea __attribute((alias("xmlUCSIsPrivateUseArea__internal_alias")));
14689 #ifndef xmlUCSIsPrivateUseArea
14690 extern __typeof (xmlUCSIsPrivateUseArea) xmlUCSIsPrivateUseArea__internal_alias __attribute((visibility("hidden")));
14691 #define xmlUCSIsPrivateUseArea xmlUCSIsPrivateUseArea__internal_alias macro

Completed in 126 milliseconds