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

/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dxmlunicode.h155 XMLPUBFUN int XMLCALL xmlUCSIsBlock (int code, const char *block);
/haiku-fatelf/src/tools/docbook/libxml2/
H A Delfgcchack.h12864 #undef xmlUCSIsBlock macro
12865 extern __typeof (xmlUCSIsBlock) xmlUCSIsBlock __attribute((alias("xmlUCSIsBlock__internal_alias")));
12867 #ifndef xmlUCSIsBlock
12868 extern __typeof (xmlUCSIsBlock) xmlUCSIsBlock__internal_alias __attribute((visibility("hidden")));
12869 #define xmlUCSIsBlock xmlUCSIsBlock__internal_alias macro
H A Dxmlunicode.c2634 * xmlUCSIsBlock:
2643 xmlUCSIsBlock(int code, const char *block) { function
H A Dxmlregexp.c2753 ret = xmlUCSIsBlock(codepoint, (const char *) blockName);

Completed in 214 milliseconds