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

/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dxmlunicode.h33 XMLPUBFUN int XMLCALL xmlUCSIsBasicLatin (int code);
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlunicode.c47 {"BasicLatin", xmlUCSIsBasicLatin},
1059 * xmlUCSIsBasicLatin:
1067 xmlUCSIsBasicLatin(int code) { function
H A Delfgcchack.h12840 #undef xmlUCSIsBasicLatin macro
12841 extern __typeof (xmlUCSIsBasicLatin) xmlUCSIsBasicLatin __attribute((alias("xmlUCSIsBasicLatin__internal_alias")));
12843 #ifndef xmlUCSIsBasicLatin
12844 extern __typeof (xmlUCSIsBasicLatin) xmlUCSIsBasicLatin__internal_alias __attribute((visibility("hidden")));
12845 #define xmlUCSIsBasicLatin xmlUCSIsBasicLatin__internal_alias macro

Completed in 130 milliseconds