Searched refs:xsltLocale (Results 1 – 5 of 5) sorted by relevance
23 typedef __locale_t xsltLocale; typedef25 typedef locale_t xsltLocale; typedef34 typedef LCID xsltLocale; typedef47 typedef void *xsltLocale; typedef52 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);
48 xsltLocale lcid;56 static xsltLocale63 return((xsltLocale)0); in xslt_locale_WINAPI()78 xsltLocale81 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()
1049 xsltLocale locale; /* sort */1382 xsltLocale locale; /* sort */
1042 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()
394 if (item->locale != (xsltLocale)0) in xsltFreeStylePreComp()492 if (comp->locale != (xsltLocale)0) in xsltFreeStylePreComp()739 comp->locale = (xsltLocale)0; in xsltSortComp()