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

/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dxmlunicode.h179 XMLPUBFUN int XMLCALL xmlUCSIsCatPe (int code);
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlunicode.c192 {"Pe", xmlUCSIsCatPe},
2963 * xmlUCSIsCatPe:
2971 xmlUCSIsCatPe(int code) { function
H A Delfgcchack.h13344 #undef xmlUCSIsCatPe macro
13345 extern __typeof (xmlUCSIsCatPe) xmlUCSIsCatPe __attribute((alias("xmlUCSIsCatPe__internal_alias")));
13347 #ifndef xmlUCSIsCatPe
13348 extern __typeof (xmlUCSIsCatPe) xmlUCSIsCatPe__internal_alias __attribute((visibility("hidden")));
13349 #define xmlUCSIsCatPe xmlUCSIsCatPe__internal_alias macro
H A Dxmlregexp.c2697 ret = xmlUCSIsCatPe(codepoint);

Completed in 198 milliseconds