Home
last modified time | relevance | path

Searched refs:xsltLocale (Results 1 – 5 of 5) sorted by relevance

/external/libxslt/libxslt/
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);
Dxsltlocale.c48 xsltLocale lcid;
56 static xsltLocale
63 return((xsltLocale)0); in xslt_locale_WINAPI()
78 xsltLocale
81 xsltLocale locale; in xsltNewLocale()
149 xsltLocale locale = (xsltLocale)0; in xsltNewLocale()
175 if (locale != (xsltLocale)0) goto end; in xsltNewLocale()
338 xsltFreeLocale(xsltLocale locale) { in xsltFreeLocale()
355 xsltStrxfrm(xsltLocale locale, const xmlChar *string) in xsltStrxfrm()
418 xsltLocaleStrcmp(xsltLocale locale, const xsltLocaleChar *str1, const xsltLocaleChar *str2) { in xsltLocaleStrcmp()
DxsltInternals.h1049 xsltLocale locale; /* sort */
1382 xsltLocale locale; /* sort */
Dxsltutils.c1042 if (comp->locale != (xsltLocale)0) { in xsltComputeSortResult()
1200 } else if(comp->locale != (xsltLocale)0) { in xsltDefaultSortFunction()
1259 } else if(comp->locale != (xsltLocale)0) { in xsltDefaultSortFunction()
Dpreproc.c394 if (item->locale != (xsltLocale)0) in xsltFreeStylePreComp()
492 if (comp->locale != (xsltLocale)0) in xsltFreeStylePreComp()
739 comp->locale = (xsltLocale)0; in xsltSortComp()