Home
last modified time | relevance | path

Searched refs:xmlUCSIsBlock (Results 1 – 8 of 8) sorted by relevance

/external/libxml2/include/libxml/
Dxmlunicode.h155 XMLPUBFUN int XMLCALL xmlUCSIsBlock (int code, const char *block);
/external/libxml2/os400/libxmlrpg/
Dxmlunicode.rpgle681 d xmlUCSIsBlock pr extproc('xmlUCSIsBlock')
/external/libxml2/
Dxmlunicode.c2643 xmlUCSIsBlock(int code, const char *block) { in xmlUCSIsBlock() function
Dlibxml2.syms1079 xmlUCSIsBlock;
Delfgcchack.h13174 #undef xmlUCSIsBlock
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
Dxmlregexp.c2961 ret = xmlUCSIsBlock(codepoint, (const char *) blockName); in xmlRegCheckCharacterRange()
Dtestapi.c37853 ret_val = xmlUCSIsBlock(code, (const char *)block); in test_xmlUCSIsBlock()
/external/libxml2/win32/
Dlibxml2.def.src2112 xmlUCSIsBlock