Searched defs:xmlIsPubidChar (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/
H A Dchvalid.c322 * xmlIsPubidChar:
331 xmlIsPubidChar(unsigned int ch) { function
H A Delfgcchack.h4849 #undef xmlIsPubidChar macro
4850 extern __typeof (xmlIsPubidChar) xmlIsPubidChar __attribute((alias("xmlIsPubidChar__internal_alias")));
4852 #ifndef xmlIsPubidChar
4853 extern __typeof (xmlIsPubidChar) xmlIsPubidChar__internal_alias __attribute((visibility("hidden")));
4854 #define xmlIsPubidChar xmlIsPubidChar__internal_alias macro

Completed in 456 milliseconds