HomeSort by relevance Sort by last modified time
    Searched refs:xsltLocale (Results 1 - 5 of 5) sorted by null

  /external/libxslt/libxslt/
xsltlocale.h 23 typedef __locale_t xsltLocale;
25 typedef locale_t xsltLocale;
34 typedef LCID xsltLocale;
47 typedef void *xsltLocale;
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);
xsltlocale.c 2 * xsltlocale.c: locale handling
19 #include "xsltlocale.h"
47 /*note typedef LCID xsltLocale !*/
48 xsltLocale lcid;
56 static xsltLocale
63 return((xsltLocale)0);
78 xsltLocale
81 xsltLocale locale;
149 xsltLocale locale = (xsltLocale)0
    [all...]
xsltInternals.h 24 #include "xsltlocale.h"
1049 xsltLocale locale; /* sort */
    [all...]
preproc.c 394 if (item->locale != (xsltLocale)0)
492 if (comp->locale != (xsltLocale)0)
739 comp->locale = (xsltLocale)0;
    [all...]
xsltutils.c 1042 if (comp->locale != (xsltLocale)0) {
1200 } else if(comp->locale != (xsltLocale)0) {
    [all...]

Completed in 96 milliseconds