Searched refs:xmlUCSIsCatLu (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dxmlunicode.h167 XMLPUBFUN int XMLCALL xmlUCSIsCatLu (int code);
/external/libxml2/include/libxml/
H A Dxmlunicode.h167 XMLPUBFUN int XMLCALL xmlUCSIsCatLu (int code);
/external/chromium_org/third_party/libxml/src/
H A Dxmlunicode.c180 {"Lu", xmlUCSIsCatLu},
2792 * xmlUCSIsCatLu:
2800 xmlUCSIsCatLu(int code) { function
H A Delfgcchack.h13336 #undef xmlUCSIsCatLu macro
13337 extern __typeof (xmlUCSIsCatLu) xmlUCSIsCatLu __attribute((alias("xmlUCSIsCatLu__internal_alias")));
13339 #ifndef xmlUCSIsCatLu
13340 extern __typeof (xmlUCSIsCatLu) xmlUCSIsCatLu__internal_alias __attribute((visibility("hidden")));
13341 #define xmlUCSIsCatLu xmlUCSIsCatLu__internal_alias macro
H A Dxmlregexp.c2836 ret = xmlUCSIsCatLu(codepoint);
H A Dtestapi.c[all...]
/external/libxml2/
H A Dxmlunicode.c180 {"Lu", xmlUCSIsCatLu},
2792 * xmlUCSIsCatLu:
2800 xmlUCSIsCatLu(int code) { function
H A Delfgcchack.h13510 #undef xmlUCSIsCatLu macro
13511 extern __typeof (xmlUCSIsCatLu) xmlUCSIsCatLu __attribute((alias("xmlUCSIsCatLu__internal_alias")));
13513 #ifndef xmlUCSIsCatLu
13514 extern __typeof (xmlUCSIsCatLu) xmlUCSIsCatLu__internal_alias __attribute((visibility("hidden")));
13515 #define xmlUCSIsCatLu xmlUCSIsCatLu__internal_alias macro
H A Dxmlregexp.c2844 ret = xmlUCSIsCatLu(codepoint);

Completed in 353 milliseconds