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

/external/chromium_org/third_party/libxml/src/
H A Dxmlunicode.c47 {"BasicLatin", xmlUCSIsBasicLatin},
1059 * xmlUCSIsBasicLatin:
1067 xmlUCSIsBasicLatin(int code) { function
H A Delfgcchack.h12976 #undef xmlUCSIsBasicLatin macro
12977 extern __typeof (xmlUCSIsBasicLatin) xmlUCSIsBasicLatin __attribute((alias("xmlUCSIsBasicLatin__internal_alias")));
12979 #ifndef xmlUCSIsBasicLatin
12980 extern __typeof (xmlUCSIsBasicLatin) xmlUCSIsBasicLatin__internal_alias __attribute((visibility("hidden")));
12981 #define xmlUCSIsBasicLatin xmlUCSIsBasicLatin__internal_alias macro
/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 241 milliseconds