Searched refs:xmlUCSIsCatLt (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dxmlunicode.h166 XMLPUBFUN int XMLCALL xmlUCSIsCatLt (int code);
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlunicode.c179 {"Lt", xmlUCSIsCatLt},
2779 * xmlUCSIsCatLt:
2787 xmlUCSIsCatLt(int code) { function
H A Delfgcchack.h13188 #undef xmlUCSIsCatLt macro
13189 extern __typeof (xmlUCSIsCatLt) xmlUCSIsCatLt __attribute((alias("xmlUCSIsCatLt__internal_alias")));
13191 #ifndef xmlUCSIsCatLt
13192 extern __typeof (xmlUCSIsCatLt) xmlUCSIsCatLt__internal_alias __attribute((visibility("hidden")));
13193 #define xmlUCSIsCatLt xmlUCSIsCatLt__internal_alias macro
H A Dxmlregexp.c2652 ret = xmlUCSIsCatLt(codepoint);

Completed in 105 milliseconds