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

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlunicode.c113 {"LetterlikeSymbols", xmlUCSIsLetterlikeSymbols},
1917 * xmlUCSIsLetterlikeSymbols:
1925 xmlUCSIsLetterlikeSymbols(int code) { function
H A Delfgcchack.h14120 #undef xmlUCSIsLetterlikeSymbols macro
14121 extern __typeof (xmlUCSIsLetterlikeSymbols) xmlUCSIsLetterlikeSymbols __attribute((alias("xmlUCSIsLetterlikeSymbols__internal_alias")));
14123 #ifndef xmlUCSIsLetterlikeSymbols
14124 extern __typeof (xmlUCSIsLetterlikeSymbols) xmlUCSIsLetterlikeSymbols__internal_alias __attribute((visibility("hidden")));
14125 #define xmlUCSIsLetterlikeSymbols xmlUCSIsLetterlikeSymbols__internal_alias macro

Completed in 74 milliseconds