Searched refs:xmlUCSIsCatMc (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dxmlunicode.h169 XMLPUBFUN int XMLCALL xmlUCSIsCatMc (int code);
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlunicode.c182 {"Mc", xmlUCSIsCatMc},
2818 * xmlUCSIsCatMc:
2826 xmlUCSIsCatMc(int code) { function
H A Delfgcchack.h13224 #undef xmlUCSIsCatMc macro
13225 extern __typeof (xmlUCSIsCatMc) xmlUCSIsCatMc __attribute((alias("xmlUCSIsCatMc__internal_alias")));
13227 #ifndef xmlUCSIsCatMc
13228 extern __typeof (xmlUCSIsCatMc) xmlUCSIsCatMc__internal_alias __attribute((visibility("hidden")));
13229 #define xmlUCSIsCatMc xmlUCSIsCatMc__internal_alias macro
H A Dxmlregexp.c2667 ret = xmlUCSIsCatMc(codepoint);

Completed in 84 milliseconds