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

/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dxmlunicode.h176 XMLPUBFUN int XMLCALL xmlUCSIsCatP (int code);
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlunicode.c189 {"P", xmlUCSIsCatP},
2917 * xmlUCSIsCatP:
2925 xmlUCSIsCatP(int code) { function
H A Delfgcchack.h13308 #undef xmlUCSIsCatP macro
13309 extern __typeof (xmlUCSIsCatP) xmlUCSIsCatP __attribute((alias("xmlUCSIsCatP__internal_alias")));
13311 #ifndef xmlUCSIsCatP
13312 extern __typeof (xmlUCSIsCatP) xmlUCSIsCatP__internal_alias __attribute((visibility("hidden")));
13313 #define xmlUCSIsCatP xmlUCSIsCatP__internal_alias macro
H A Dxmlregexp.c2636 ret = xmlUCSIsCatP(codepoint);
2685 ret = xmlUCSIsCatP(codepoint);

Completed in 196 milliseconds