Home
last modified time | relevance | path

Searched refs:xmlUCSIsLao (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/
Dxmlunicode.c108 {"Lao", xmlUCSIsLao},
1860 xmlUCSIsLao(int code) { in xmlUCSIsLao() function
Delfgcchack.h14164 #undef xmlUCSIsLao
14165 extern __typeof (xmlUCSIsLao) xmlUCSIsLao __attribute((alias("xmlUCSIsLao__internal_alias")));
14167 #ifndef xmlUCSIsLao
14168 extern __typeof (xmlUCSIsLao) xmlUCSIsLao__internal_alias __attribute((visibility("hidden")));
14169 #define xmlUCSIsLao xmlUCSIsLao__internal_alias macro
/external/libxml2/include/libxml/
Dxmlunicode.h94 XMLPUBFUN int XMLCALL xmlUCSIsLao (int code);