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

/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dxmlunicode.h170 XMLPUBFUN int XMLCALL xmlUCSIsCatMe (int code);
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlunicode.c183 {"Me", xmlUCSIsCatMe},
2831 * xmlUCSIsCatMe:
2839 xmlUCSIsCatMe(int code) { function
H A Delfgcchack.h13236 #undef xmlUCSIsCatMe macro
13237 extern __typeof (xmlUCSIsCatMe) xmlUCSIsCatMe __attribute((alias("xmlUCSIsCatMe__internal_alias")));
13239 #ifndef xmlUCSIsCatMe
13240 extern __typeof (xmlUCSIsCatMe) xmlUCSIsCatMe__internal_alias __attribute((visibility("hidden")));
13241 #define xmlUCSIsCatMe xmlUCSIsCatMe__internal_alias macro
H A Dxmlregexp.c2670 ret = xmlUCSIsCatMe(codepoint);

Completed in 92 milliseconds