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

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dxmlunicode.h182 XMLPUBFUN int XMLCALL xmlUCSIsCatPo (int code);
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlunicode.c195 {"Po", xmlUCSIsCatPo},
3009 * xmlUCSIsCatPo:
3017 xmlUCSIsCatPo(int code) { function
H A Delfgcchack.h13412 #undef xmlUCSIsCatPo macro
13413 extern __typeof (xmlUCSIsCatPo) xmlUCSIsCatPo __attribute((alias("xmlUCSIsCatPo__internal_alias")));
13415 #ifndef xmlUCSIsCatPo
13416 extern __typeof (xmlUCSIsCatPo) xmlUCSIsCatPo__internal_alias __attribute((visibility("hidden")));
13417 #define xmlUCSIsCatPo xmlUCSIsCatPo__internal_alias macro
H A Dxmlregexp.c2836 ret = xmlUCSIsCatPo(codepoint);
H A Dtestapi.c[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c10642 if (!PyArg_ParseTuple(args, (char *)"i:xmlUCSIsCatPo", &code))
10645 c_retval = xmlUCSIsCatPo(code);

Completed in 1213 milliseconds