Home
last modified time | relevance | path

Searched refs:xmlIsPubidChar (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/
Dchvalid.c331 xmlIsPubidChar(unsigned int ch) { in xmlIsPubidChar() function
Delfgcchack.h4747 #undef xmlIsPubidChar
4748 extern __typeof (xmlIsPubidChar) xmlIsPubidChar __attribute((alias("xmlIsPubidChar__internal_alias"…
4750 #ifndef xmlIsPubidChar
4751 extern __typeof (xmlIsPubidChar) xmlIsPubidChar__internal_alias __attribute((visibility("hidden")));
4752 #define xmlIsPubidChar xmlIsPubidChar__internal_alias macro
/external/libxml2/include/libxml/
Dchvalid.h225 xmlIsPubidChar(unsigned int ch);