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

  /external/libxslt/libxslt/
xsltlocale.h 27 typedef xmlChar xsltLocaleChar;
35 typedef wchar_t xsltLocaleChar;
48 typedef xmlChar xsltLocaleChar;
54 xsltLocaleChar *xsltStrxfrm(xsltLocale locale, const xmlChar *string);
55 int xsltLocaleStrcmp(xsltLocale locale, const xsltLocaleChar *str1, const xsltLocaleChar *str2);
xsltlocale.c 354 xsltLocaleChar *
361 xsltLocaleChar *xstr;
365 xstr = (xsltLocaleChar *) xmlMalloc(xstrlen);
381 xstr = (xsltLocaleChar*) xmlMalloc(xstrlen * sizeof(xsltLocaleChar));
418 xsltLocaleStrcmp(xsltLocale locale, const xsltLocaleChar *str1, const xsltLocaleChar *str2) {
xsltutils.c 1203 (xsltLocaleChar *) results[j]->stringval,
1204 (xsltLocaleChar *) results[j + incr]->stringval);
    [all...]

Completed in 356 milliseconds