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

/external/libxml2/
H A Dxmlunicode.c47 {"BasicLatin", xmlUCSIsBasicLatin},
1059 * xmlUCSIsBasicLatin:
1067 xmlUCSIsBasicLatin(int code) { function
H A Delfgcchack.h13150 #undef xmlUCSIsBasicLatin macro
13151 extern __typeof (xmlUCSIsBasicLatin) xmlUCSIsBasicLatin __attribute((alias("xmlUCSIsBasicLatin__internal_alias")));
13153 #ifndef xmlUCSIsBasicLatin
13154 extern __typeof (xmlUCSIsBasicLatin) xmlUCSIsBasicLatin__internal_alias __attribute((visibility("hidden")));
13155 #define xmlUCSIsBasicLatin xmlUCSIsBasicLatin__internal_alias macro

Completed in 118 milliseconds