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

/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dxmlunicode.h163 XMLPUBFUN int XMLCALL xmlUCSIsCatLl (int code);
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlunicode.c176 {"Ll", xmlUCSIsCatLl},
2740 * xmlUCSIsCatLl:
2748 xmlUCSIsCatLl(int code) { function
H A Delfgcchack.h13152 #undef xmlUCSIsCatLl macro
13153 extern __typeof (xmlUCSIsCatLl) xmlUCSIsCatLl __attribute((alias("xmlUCSIsCatLl__internal_alias")));
13155 #ifndef xmlUCSIsCatLl
13156 extern __typeof (xmlUCSIsCatLl) xmlUCSIsCatLl__internal_alias __attribute((visibility("hidden")));
13157 #define xmlUCSIsCatLl xmlUCSIsCatLl__internal_alias macro
H A Dxmlregexp.c2649 ret = xmlUCSIsCatLl(codepoint);

Completed in 107 milliseconds