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

/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dxmlunicode.h184 XMLPUBFUN int XMLCALL xmlUCSIsCatS (int code);
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlunicode.c197 {"S", xmlUCSIsCatS},
3035 * xmlUCSIsCatS:
3043 xmlUCSIsCatS(int code) { function
H A Delfgcchack.h13404 #undef xmlUCSIsCatS macro
13405 extern __typeof (xmlUCSIsCatS) xmlUCSIsCatS __attribute((alias("xmlUCSIsCatS__internal_alias")));
13407 #ifndef xmlUCSIsCatS
13408 extern __typeof (xmlUCSIsCatS) xmlUCSIsCatS__internal_alias __attribute((visibility("hidden")));
13409 #define xmlUCSIsCatS xmlUCSIsCatS__internal_alias macro
H A Dxmlregexp.c2721 ret = xmlUCSIsCatS(codepoint);

Completed in 101 milliseconds