Searched defs:xmlUCSIsSpecials (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Dxmlunicode.c143 {"Specials", xmlUCSIsSpecials},
2309 * xmlUCSIsSpecials:
2317 xmlUCSIsSpecials(int code) { function
H A Delfgcchack.h14584 #undef xmlUCSIsSpecials macro
14585 extern __typeof (xmlUCSIsSpecials) xmlUCSIsSpecials __attribute((alias("xmlUCSIsSpecials__internal_alias")));
14587 #ifndef xmlUCSIsSpecials
14588 extern __typeof (xmlUCSIsSpecials) xmlUCSIsSpecials__internal_alias __attribute((visibility("hidden")));
14589 #define xmlUCSIsSpecials xmlUCSIsSpecials__internal_alias macro
/external/libxml2/
H A Dxmlunicode.c143 {"Specials", xmlUCSIsSpecials},
2309 * xmlUCSIsSpecials:
2317 xmlUCSIsSpecials(int code) { function
H A Delfgcchack.h14758 #undef xmlUCSIsSpecials macro
14759 extern __typeof (xmlUCSIsSpecials) xmlUCSIsSpecials __attribute((alias("xmlUCSIsSpecials__internal_alias")));
14761 #ifndef xmlUCSIsSpecials
14762 extern __typeof (xmlUCSIsSpecials) xmlUCSIsSpecials__internal_alias __attribute((visibility("hidden")));
14763 #define xmlUCSIsSpecials xmlUCSIsSpecials__internal_alias macro

Completed in 341 milliseconds