Searched refs:xmlUCSIsHangulSyllables (Results 1 - 5 of 5) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dxmlunicode.h79 XMLPUBFUN int XMLCALL xmlUCSIsHangulSyllables (int code);
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlunicode.c93 {"HangulSyllables", xmlUCSIsHangulSyllables},
1657 * xmlUCSIsHangulSyllables:
1665 xmlUCSIsHangulSyllables(int code) { function
H A Delfgcchack.h13880 #undef xmlUCSIsHangulSyllables macro
13881 extern __typeof (xmlUCSIsHangulSyllables) xmlUCSIsHangulSyllables __attribute((alias("xmlUCSIsHangulSyllables__internal_alias")));
13883 #ifndef xmlUCSIsHangulSyllables
13884 extern __typeof (xmlUCSIsHangulSyllables) xmlUCSIsHangulSyllables__internal_alias __attribute((visibility("hidden")));
13885 #define xmlUCSIsHangulSyllables xmlUCSIsHangulSyllables__internal_alias macro
H A Dtestapi.c[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c2793 if (!PyArg_ParseTuple(args, (char *)"i:xmlUCSIsHangulSyllables", &code))
2796 c_retval = xmlUCSIsHangulSyllables(code);

Completed in 281 milliseconds