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

/vbox/src/libs/libxml2-2.6.31/vms/
H A Dconfig.vms190 #define xmlUCSIsCJKCompatibilityIdeographs xmlUCSIsCJKCompatibilit2nodmc5$
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dxmlunicode.h44 XMLPUBFUN int XMLCALL xmlUCSIsCJKCompatibilityIdeographs (int code);
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlunicode.c58 {"CJKCompatibilityIdeographs", xmlUCSIsCJKCompatibilityIdeographs},
1202 * xmlUCSIsCJKCompatibilityIdeographs:
1210 xmlUCSIsCJKCompatibilityIdeographs(int code) { function
H A Delfgcchack.h13016 #undef xmlUCSIsCJKCompatibilityIdeographs macro
13017 extern __typeof (xmlUCSIsCJKCompatibilityIdeographs) xmlUCSIsCJKCompatibilityIdeographs __attribute((alias("xmlUCSIsCJKCompatibilityIdeographs__internal_alias")));
13019 #ifndef xmlUCSIsCJKCompatibilityIdeographs
13020 extern __typeof (xmlUCSIsCJKCompatibilityIdeographs) xmlUCSIsCJKCompatibilityIdeographs__internal_alias __attribute((visibility("hidden")));
13021 #define xmlUCSIsCJKCompatibilityIdeographs xmlUCSIsCJKCompatibilityIdeographs__internal_alias macro
H A Dtestapi.c37339 ret_val = xmlUCSIsCJKCompatibilityIdeographs(code);
37345 printf("Leak of %d blocks found in xmlUCSIsCJKCompatibilityIdeographs",
[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c11232 if (!PyArg_ParseTuple(args, (char *)"i:xmlUCSIsCJKCompatibilityIdeographs", &code))
11235 c_retval = xmlUCSIsCJKCompatibilityIdeographs(code);

Completed in 2822 milliseconds