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

/external/libxslt/libxslt/
H A Dxsltlocale.h23 typedef __locale_t xsltLocale; typedef
25 typedef locale_t xsltLocale; typedef
34 typedef LCID xsltLocale; typedef
47 typedef void *xsltLocale; typedef
52 xsltLocale xsltNewLocale(const xmlChar *langName);
53 void xsltFreeLocale(xsltLocale locale);
54 xsltLocaleChar *xsltStrxfrm(xsltLocale locale, const xmlChar *string);
55 int xsltLocaleStrcmp(xsltLocale locale, const xsltLocaleChar *str1, const xsltLocaleChar *str2);

Completed in 115 milliseconds