Searched refs:xmlUCSIsBopomofo (Results 1 - 5 of 5) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dxmlunicode.h36 XMLPUBFUN int XMLCALL xmlUCSIsBopomofo (int code);
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlunicode.c50 {"Bopomofo", xmlUCSIsBopomofo},
1098 * xmlUCSIsBopomofo:
1106 xmlUCSIsBopomofo(int code) { function
H A Delfgcchack.h12920 #undef xmlUCSIsBopomofo macro
12921 extern __typeof (xmlUCSIsBopomofo) xmlUCSIsBopomofo __attribute((alias("xmlUCSIsBopomofo__internal_alias")));
12923 #ifndef xmlUCSIsBopomofo
12924 extern __typeof (xmlUCSIsBopomofo) xmlUCSIsBopomofo__internal_alias __attribute((visibility("hidden")));
12925 #define xmlUCSIsBopomofo xmlUCSIsBopomofo__internal_alias macro
H A Dtestapi.c37067 ret_val = xmlUCSIsBopomofo(code);
37073 printf("Leak of %d blocks found in xmlUCSIsBopomofo",
[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c34 if (!PyArg_ParseTuple(args, (char *)"i:xmlUCSIsBopomofo", &code))
37 c_retval = xmlUCSIsBopomofo(code);

Completed in 215 milliseconds