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

/external/libxml2/
H A Dxmlunicode.c146 {"SupplementalArrows-B", xmlUCSIsSupplementalArrowsB},
2348 * xmlUCSIsSupplementalArrowsB:
2356 xmlUCSIsSupplementalArrowsB(int code) { function
H A Delfgcchack.h14620 #undef xmlUCSIsSupplementalArrowsB macro
14621 extern __typeof (xmlUCSIsSupplementalArrowsB) xmlUCSIsSupplementalArrowsB __attribute((alias("xmlUCSIsSupplementalArrowsB__internal_alias")));
14623 #ifndef xmlUCSIsSupplementalArrowsB
14624 extern __typeof (xmlUCSIsSupplementalArrowsB) xmlUCSIsSupplementalArrowsB__internal_alias __attribute((visibility("hidden")));
14625 #define xmlUCSIsSupplementalArrowsB xmlUCSIsSupplementalArrowsB__internal_alias macro

Completed in 7642 milliseconds