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

/external/libxml2/include/libxml/
H A Dxmlunicode.h155 XMLPUBFUN int XMLCALL xmlUCSIsBlock (int code, const char *block);
/external/libxml2/
H A Dlibxml2.syms1079 xmlUCSIsBlock;
H A Delfgcchack.h13174 #undef xmlUCSIsBlock macro
13175 extern __typeof (xmlUCSIsBlock) xmlUCSIsBlock __attribute((alias("xmlUCSIsBlock__internal_alias")));
13177 #ifndef xmlUCSIsBlock
13178 extern __typeof (xmlUCSIsBlock) xmlUCSIsBlock__internal_alias __attribute((visibility("hidden")));
13179 #define xmlUCSIsBlock xmlUCSIsBlock__internal_alias macro
H A Dxmlunicode.c2634 * xmlUCSIsBlock:
2643 xmlUCSIsBlock(int code, const char *block) { function
H A Dxmlregexp.c2956 ret = xmlUCSIsBlock(codepoint, (const char *) blockName);
H A Dtestapi.c[all...]

Completed in 225 milliseconds