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

/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dxmlunicode.h98 XMLPUBFUN int XMLCALL xmlUCSIsLatinExtendedAdditional (int code);
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlunicode.c112 {"LatinExtendedAdditional", xmlUCSIsLatinExtendedAdditional},
1904 * xmlUCSIsLatinExtendedAdditional:
1912 xmlUCSIsLatinExtendedAdditional(int code) { function
H A Delfgcchack.h14064 #undef xmlUCSIsLatinExtendedAdditional macro
14065 extern __typeof (xmlUCSIsLatinExtendedAdditional) xmlUCSIsLatinExtendedAdditional __attribute((alias("xmlUCSIsLatinExtendedAdditional__internal_alias")));
14067 #ifndef xmlUCSIsLatinExtendedAdditional
14068 extern __typeof (xmlUCSIsLatinExtendedAdditional) xmlUCSIsLatinExtendedAdditional__internal_alias __attribute((visibility("hidden")));
14069 #define xmlUCSIsLatinExtendedAdditional xmlUCSIsLatinExtendedAdditional__internal_alias macro

Completed in 182 milliseconds