Searched defs:xmlUCSIsCatPo (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/
H A Dxmlunicode.c195 {"Po", xmlUCSIsCatPo},
3009 * xmlUCSIsCatPo:
3017 xmlUCSIsCatPo(int code) { function
H A Delfgcchack.h13516 #undef xmlUCSIsCatPo macro
13517 extern __typeof (xmlUCSIsCatPo) xmlUCSIsCatPo __attribute((alias("xmlUCSIsCatPo__internal_alias")));
13519 #ifndef xmlUCSIsCatPo
13520 extern __typeof (xmlUCSIsCatPo) xmlUCSIsCatPo__internal_alias __attribute((visibility("hidden")));
13521 #define xmlUCSIsCatPo xmlUCSIsCatPo__internal_alias macro

Completed in 76 milliseconds