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

  /external/libxslt/libxslt/
xsltlocale.h 54 xsltLocaleChar *xsltStrxfrm(xsltLocale locale, const xmlChar *string);
xsltlocale.c 345 * xsltStrxfrm:
355 xsltStrxfrm(xsltLocale locale, const xmlChar *string)
368 "xsltStrxfrm : out of memory error\n");
378 xsltTransformError(NULL, NULL, NULL, "xsltStrxfrm : MultiByteToWideChar check failed\n");
383 xsltTransformError(NULL, NULL, NULL, "xsltStrxfrm : out of memory\n");
388 xsltTransformError(NULL, NULL, NULL, "xsltStrxfrm : MultiByteToWideChar failed\n");
396 xsltTransformError(NULL, NULL, NULL, "xsltStrxfrm : strxfrm failed\n");
408 * @str1: a string transformed with xsltStrxfrm
409 * @str2: a string transformed with xsltStrxfrm
411 * Compares two strings transformed with xsltStrxfrm
    [all...]
xsltutils.c 1044 res->stringval = (xmlChar *) xsltStrxfrm(comp->locale, str);
    [all...]

Completed in 40 milliseconds