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

/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dxmlunicode.h168 XMLPUBFUN int XMLCALL xmlUCSIsCatM (int code);
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlunicode.c181 {"M", xmlUCSIsCatM},
2805 * xmlUCSIsCatM:
2813 xmlUCSIsCatM(int code) { function
H A Delfgcchack.h13212 #undef xmlUCSIsCatM macro
13213 extern __typeof (xmlUCSIsCatM) xmlUCSIsCatM __attribute((alias("xmlUCSIsCatM__internal_alias")));
13215 #ifndef xmlUCSIsCatM
13216 extern __typeof (xmlUCSIsCatM) xmlUCSIsCatM__internal_alias __attribute((visibility("hidden")));
13217 #define xmlUCSIsCatM xmlUCSIsCatM__internal_alias macro
H A Dxmlregexp.c2661 ret = xmlUCSIsCatM(codepoint);

Completed in 106 milliseconds