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

/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dxmlunicode.h172 XMLPUBFUN int XMLCALL xmlUCSIsCatN (int code);
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlunicode.c185 {"N", xmlUCSIsCatN},
2860 * xmlUCSIsCatN:
2868 xmlUCSIsCatN(int code) { function
H A Delfgcchack.h13260 #undef xmlUCSIsCatN macro
13261 extern __typeof (xmlUCSIsCatN) xmlUCSIsCatN __attribute((alias("xmlUCSIsCatN__internal_alias")));
13263 #ifndef xmlUCSIsCatN
13264 extern __typeof (xmlUCSIsCatN) xmlUCSIsCatN__internal_alias __attribute((visibility("hidden")));
13265 #define xmlUCSIsCatN xmlUCSIsCatN__internal_alias macro
H A Dxmlregexp.c2673 ret = xmlUCSIsCatN(codepoint);

Completed in 213 milliseconds