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

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dchvalid.h223 xmlIsIdeographic(unsigned int ch);
/vbox/src/libs/libxml2-2.6.31/
H A Dchvalid.c307 * xmlIsIdeographic:
316 xmlIsIdeographic(unsigned int ch) { function
H A Delfgcchack.h4683 #undef xmlIsIdeographic macro
4684 extern __typeof (xmlIsIdeographic) xmlIsIdeographic __attribute((alias("xmlIsIdeographic__internal_alias")));
4686 #ifndef xmlIsIdeographic
4687 extern __typeof (xmlIsIdeographic) xmlIsIdeographic__internal_alias __attribute((visibility("hidden")));
4688 #define xmlIsIdeographic xmlIsIdeographic__internal_alias macro
H A Dtestapi.c6833 ret_val = xmlIsIdeographic(ch);
6839 printf("Leak of %d blocks found in xmlIsIdeographic",
[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c2208 if (!PyArg_ParseTuple(args, (char *)"i:xmlIsIdeographic", &ch))
2211 c_retval = xmlIsIdeographic(ch);

Completed in 198 milliseconds