Searched defs:xmlUCSIsControlPictures (Results 1 - 4 of 4) sorted by path

/external/chromium_org/third_party/libxml/src/
H A Delfgcchack.h13708 #undef xmlUCSIsControlPictures macro
13709 extern __typeof (xmlUCSIsControlPictures) xmlUCSIsControlPictures __attribute((alias("xmlUCSIsControlPictures__internal_alias")));
13711 #ifndef xmlUCSIsControlPictures
13712 extern __typeof (xmlUCSIsControlPictures) xmlUCSIsControlPictures__internal_alias __attribute((visibility("hidden")));
13713 #define xmlUCSIsControlPictures xmlUCSIsControlPictures__internal_alias macro
H A Dxmlunicode.c70 {"ControlPictures", xmlUCSIsControlPictures},
1358 * xmlUCSIsControlPictures:
1366 xmlUCSIsControlPictures(int code) { function
/external/libxml2/
H A Delfgcchack.h13882 #undef xmlUCSIsControlPictures macro
13883 extern __typeof (xmlUCSIsControlPictures) xmlUCSIsControlPictures __attribute((alias("xmlUCSIsControlPictures__internal_alias")));
13885 #ifndef xmlUCSIsControlPictures
13886 extern __typeof (xmlUCSIsControlPictures) xmlUCSIsControlPictures__internal_alias __attribute((visibility("hidden")));
13887 #define xmlUCSIsControlPictures xmlUCSIsControlPictures__internal_alias macro
H A Dxmlunicode.c70 {"ControlPictures", xmlUCSIsControlPictures},
1358 * xmlUCSIsControlPictures:
1366 xmlUCSIsControlPictures(int code) { function

Completed in 6070 milliseconds