Searched refs:xmlUCSIsBasicLatin (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dxmlunicode.h33 XMLPUBFUN int XMLCALL xmlUCSIsBasicLatin (int code);
/external/libxml2/include/libxml/
H A Dxmlunicode.h33 XMLPUBFUN int XMLCALL xmlUCSIsBasicLatin (int code);
/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
H A Dtestapi.c37241 ret_val = xmlUCSIsBasicLatin(code);
37247 printf("Leak of %d blocks found in xmlUCSIsBasicLatin",
[all...]
/external/libxml2/
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

Completed in 218 milliseconds