Home
last modified time | relevance | path

Searched refs:xmlUCSIsCatLo (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/libxml/src/
Dxmlunicode.c178 {"Lo", xmlUCSIsCatLo},
2774 xmlUCSIsCatLo(int code) { in xmlUCSIsCatLo() function
Delfgcchack.h13312 #undef xmlUCSIsCatLo
13313 extern __typeof (xmlUCSIsCatLo) xmlUCSIsCatLo __attribute((alias("xmlUCSIsCatLo__internal_alias")));
13315 #ifndef xmlUCSIsCatLo
13316 extern __typeof (xmlUCSIsCatLo) xmlUCSIsCatLo__internal_alias __attribute((visibility("hidden")));
13317 #define xmlUCSIsCatLo xmlUCSIsCatLo__internal_alias macro
Dxmlregexp.c2848 ret = xmlUCSIsCatLo(codepoint); in xmlRegCheckCharacterRange()
Dtestapi.c38207 ret_val = xmlUCSIsCatLo(code); in test_xmlUCSIsCatLo()
/external/libxml2/
Dxmlunicode.c178 {"Lo", xmlUCSIsCatLo},
2774 xmlUCSIsCatLo(int code) { in xmlUCSIsCatLo() function
Delfgcchack.h13312 #undef xmlUCSIsCatLo
13313 extern __typeof (xmlUCSIsCatLo) xmlUCSIsCatLo __attribute((alias("xmlUCSIsCatLo__internal_alias")));
13315 #ifndef xmlUCSIsCatLo
13316 extern __typeof (xmlUCSIsCatLo) xmlUCSIsCatLo__internal_alias __attribute((visibility("hidden")));
13317 #define xmlUCSIsCatLo xmlUCSIsCatLo__internal_alias macro
Dxmlregexp.c2848 ret = xmlUCSIsCatLo(codepoint); in xmlRegCheckCharacterRange()
/external/libxml2/include/libxml/
Dxmlunicode.h165 XMLPUBFUN int XMLCALL xmlUCSIsCatLo (int code);
/external/chromium_org/third_party/libxml/src/include/libxml/
Dxmlunicode.h165 XMLPUBFUN int XMLCALL xmlUCSIsCatLo (int code);
/external/chromium_org/third_party/libxml/src/win32/
Dlibxml2.def.src2170 xmlUCSIsCatLo