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

/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dxmlunicode.h171 XMLPUBFUN int XMLCALL xmlUCSIsCatMn (int code);
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlunicode.c184 {"Mn", xmlUCSIsCatMn},
2847 * xmlUCSIsCatMn:
2855 xmlUCSIsCatMn(int code) { function
H A Delfgcchack.h13248 #undef xmlUCSIsCatMn macro
13249 extern __typeof (xmlUCSIsCatMn) xmlUCSIsCatMn __attribute((alias("xmlUCSIsCatMn__internal_alias")));
13251 #ifndef xmlUCSIsCatMn
13252 extern __typeof (xmlUCSIsCatMn) xmlUCSIsCatMn__internal_alias __attribute((visibility("hidden")));
13253 #define xmlUCSIsCatMn xmlUCSIsCatMn__internal_alias macro
H A Dxmlregexp.c2664 ret = xmlUCSIsCatMn(codepoint);

Completed in 193 milliseconds