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

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dxmlunicode.h155 XMLPUBFUN int XMLCALL xmlUCSIsBlock (int code, const char *block);
/vbox/src/libs/libxml2-2.6.31/
H A Delfgcchack.h12896 #undef xmlUCSIsBlock macro
12897 extern __typeof (xmlUCSIsBlock) xmlUCSIsBlock __attribute((alias("xmlUCSIsBlock__internal_alias")));
12899 #ifndef xmlUCSIsBlock
12900 extern __typeof (xmlUCSIsBlock) xmlUCSIsBlock__internal_alias __attribute((visibility("hidden")));
12901 #define xmlUCSIsBlock xmlUCSIsBlock__internal_alias macro
H A Dxmlunicode.c2634 * xmlUCSIsBlock:
2643 xmlUCSIsBlock(int code, const char *block) { function
H A Dxmlregexp.c2883 ret = xmlUCSIsBlock(codepoint, (const char *) blockName);
H A Dtestapi.c36996 ret_val = xmlUCSIsBlock(code, (const char *)block);
37003 printf("Leak of %d blocks found in xmlUCSIsBlock",
[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c2002 if (!PyArg_ParseTuple(args, (char *)"iz:xmlUCSIsBlock", &code, &block))
2005 c_retval = xmlUCSIsBlock(code, block);

Completed in 396 milliseconds