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

/external/libxml2/
H A Dxmlunicode.c93 {"HangulSyllables", xmlUCSIsHangulSyllables},
1657 * xmlUCSIsHangulSyllables:
1665 xmlUCSIsHangulSyllables(int code) { function
H A Delfgcchack.h14158 #undef xmlUCSIsHangulSyllables macro
14159 extern __typeof (xmlUCSIsHangulSyllables) xmlUCSIsHangulSyllables __attribute((alias("xmlUCSIsHangulSyllables__internal_alias")));
14161 #ifndef xmlUCSIsHangulSyllables
14162 extern __typeof (xmlUCSIsHangulSyllables) xmlUCSIsHangulSyllables__internal_alias __attribute((visibility("hidden")));
14163 #define xmlUCSIsHangulSyllables xmlUCSIsHangulSyllables__internal_alias macro

Completed in 133 milliseconds