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

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dxmlunicode.h175 XMLPUBFUN int XMLCALL xmlUCSIsCatNo (int code);
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlunicode.c188 {"No", xmlUCSIsCatNo},
2904 * xmlUCSIsCatNo:
2912 xmlUCSIsCatNo(int code) { function
H A Delfgcchack.h13328 #undef xmlUCSIsCatNo macro
13329 extern __typeof (xmlUCSIsCatNo) xmlUCSIsCatNo __attribute((alias("xmlUCSIsCatNo__internal_alias")));
13331 #ifndef xmlUCSIsCatNo
13332 extern __typeof (xmlUCSIsCatNo) xmlUCSIsCatNo__internal_alias __attribute((visibility("hidden")));
13333 #define xmlUCSIsCatNo xmlUCSIsCatNo__internal_alias macro
H A Dxmlregexp.c2812 ret = xmlUCSIsCatNo(codepoint);
H A Dtestapi.c[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c2105 if (!PyArg_ParseTuple(args, (char *)"i:xmlUCSIsCatNo", &code))
2108 c_retval = xmlUCSIsCatNo(code);

Completed in 443 milliseconds