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

/external/libxml2/
H A Dxmlunicode.c182 {"Mc", xmlUCSIsCatMc},
2818 * xmlUCSIsCatMc:
2826 xmlUCSIsCatMc(int code) { function
H A Delfgcchack.h13360 #undef xmlUCSIsCatMc macro
13361 extern __typeof (xmlUCSIsCatMc) xmlUCSIsCatMc __attribute((alias("xmlUCSIsCatMc__internal_alias")));
13363 #ifndef xmlUCSIsCatMc
13364 extern __typeof (xmlUCSIsCatMc) xmlUCSIsCatMc__internal_alias __attribute((visibility("hidden")));
13365 #define xmlUCSIsCatMc xmlUCSIsCatMc__internal_alias macro

Completed in 91 milliseconds