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

/external/libxml2/
H A Dxmlunicode.c78 {"EnclosedAlphanumerics", xmlUCSIsEnclosedAlphanumerics},
1462 * xmlUCSIsEnclosedAlphanumerics:
1470 xmlUCSIsEnclosedAlphanumerics(int code) { function
H A Delfgcchack.h13978 #undef xmlUCSIsEnclosedAlphanumerics macro
13979 extern __typeof (xmlUCSIsEnclosedAlphanumerics) xmlUCSIsEnclosedAlphanumerics __attribute((alias("xmlUCSIsEnclosedAlphanumerics__internal_alias")));
13981 #ifndef xmlUCSIsEnclosedAlphanumerics
13982 extern __typeof (xmlUCSIsEnclosedAlphanumerics) xmlUCSIsEnclosedAlphanumerics__internal_alias __attribute((visibility("hidden")));
13983 #define xmlUCSIsEnclosedAlphanumerics xmlUCSIsEnclosedAlphanumerics__internal_alias macro

Completed in 155 milliseconds