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

/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dxmlunicode.h165 XMLPUBFUN int XMLCALL xmlUCSIsCatLo (int code);
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlunicode.c178 {"Lo", xmlUCSIsCatLo},
2766 * xmlUCSIsCatLo:
2774 xmlUCSIsCatLo(int code) { function
H A Delfgcchack.h13176 #undef xmlUCSIsCatLo macro
13177 extern __typeof (xmlUCSIsCatLo) xmlUCSIsCatLo __attribute((alias("xmlUCSIsCatLo__internal_alias")));
13179 #ifndef xmlUCSIsCatLo
13180 extern __typeof (xmlUCSIsCatLo) xmlUCSIsCatLo__internal_alias __attribute((visibility("hidden")));
13181 #define xmlUCSIsCatLo xmlUCSIsCatLo__internal_alias macro
H A Dxmlregexp.c2658 ret = xmlUCSIsCatLo(codepoint);

Completed in 196 milliseconds