Searched refs:xmlUCSIsBlock (Results 1 – 8 of 8) sorted by relevance
155 XMLPUBFUN int XMLCALL xmlUCSIsBlock (int code, const char *block);
681 d xmlUCSIsBlock pr extproc('xmlUCSIsBlock')
2643 xmlUCSIsBlock(int code, const char *block) { in xmlUCSIsBlock() function
1079 xmlUCSIsBlock;
13174 #undef xmlUCSIsBlock13175 extern __typeof (xmlUCSIsBlock) xmlUCSIsBlock __attribute((alias("xmlUCSIsBlock__internal_alias")));13177 #ifndef xmlUCSIsBlock13178 extern __typeof (xmlUCSIsBlock) xmlUCSIsBlock__internal_alias __attribute((visibility("hidden")));13179 #define xmlUCSIsBlock xmlUCSIsBlock__internal_alias macro
2961 ret = xmlUCSIsBlock(codepoint, (const char *) blockName); in xmlRegCheckCharacterRange()
37853 ret_val = xmlUCSIsBlock(code, (const char *)block); in test_xmlUCSIsBlock()
2112 xmlUCSIsBlock