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

/external/chromium_org/third_party/libxml/src/
H A Dxmlunicode.c49 {"BlockElements", xmlUCSIsBlockElements},
1085 * xmlUCSIsBlockElements:
1093 xmlUCSIsBlockElements(int code) { function
H A Delfgcchack.h13012 #undef xmlUCSIsBlockElements macro
13013 extern __typeof (xmlUCSIsBlockElements) xmlUCSIsBlockElements __attribute((alias("xmlUCSIsBlockElements__internal_alias")));
13015 #ifndef xmlUCSIsBlockElements
13016 extern __typeof (xmlUCSIsBlockElements) xmlUCSIsBlockElements__internal_alias __attribute((visibility("hidden")));
13017 #define xmlUCSIsBlockElements xmlUCSIsBlockElements__internal_alias macro
/external/libxml2/
H A Dxmlunicode.c49 {"BlockElements", xmlUCSIsBlockElements},
1085 * xmlUCSIsBlockElements:
1093 xmlUCSIsBlockElements(int code) { function
H A Delfgcchack.h13186 #undef xmlUCSIsBlockElements macro
13187 extern __typeof (xmlUCSIsBlockElements) xmlUCSIsBlockElements __attribute((alias("xmlUCSIsBlockElements__internal_alias")));
13189 #ifndef xmlUCSIsBlockElements
13190 extern __typeof (xmlUCSIsBlockElements) xmlUCSIsBlockElements__internal_alias __attribute((visibility("hidden")));
13191 #define xmlUCSIsBlockElements xmlUCSIsBlockElements__internal_alias macro

Completed in 3265 milliseconds