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

/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dxmlunicode.h97 XMLPUBFUN int XMLCALL xmlUCSIsLatinExtendedB (int code);
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlunicode.c111 {"LatinExtended-B", xmlUCSIsLatinExtendedB},
1891 * xmlUCSIsLatinExtendedB:
1899 xmlUCSIsLatinExtendedB(int code) { function
H A Delfgcchack.h14076 #undef xmlUCSIsLatinExtendedB macro
14077 extern __typeof (xmlUCSIsLatinExtendedB) xmlUCSIsLatinExtendedB __attribute((alias("xmlUCSIsLatinExtendedB__internal_alias")));
14079 #ifndef xmlUCSIsLatinExtendedB
14080 extern __typeof (xmlUCSIsLatinExtendedB) xmlUCSIsLatinExtendedB__internal_alias __attribute((visibility("hidden")));
14081 #define xmlUCSIsLatinExtendedB xmlUCSIsLatinExtendedB__internal_alias macro

Completed in 147 milliseconds