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

/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dxmlunicode.h162 XMLPUBFUN int XMLCALL xmlUCSIsCatL (int code);
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlunicode.c175 {"L", xmlUCSIsCatL},
2727 * xmlUCSIsCatL:
2735 xmlUCSIsCatL(int code) { function
H A Delfgcchack.h13140 #undef xmlUCSIsCatL macro
13141 extern __typeof (xmlUCSIsCatL) xmlUCSIsCatL __attribute((alias("xmlUCSIsCatL__internal_alias")));
13143 #ifndef xmlUCSIsCatL
13144 extern __typeof (xmlUCSIsCatL) xmlUCSIsCatL__internal_alias __attribute((visibility("hidden")));
13145 #define xmlUCSIsCatL xmlUCSIsCatL__internal_alias macro
H A Dxmlregexp.c2643 ret = xmlUCSIsCatL(codepoint);

Completed in 490 milliseconds