Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(286)

Side by Side Diff: third_party/libxslt/libxslt/xsltlocale.h

Issue 1193533007: Upgrade to libxml 2.9.2 and libxslt 1.1.28 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: no iconv Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/libxslt/libxslt/xsltconfig.h ('k') | third_party/libxslt/libxslt/xsltlocale.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Summary: Locale handling 2 * Summary: Locale handling
3 * Description: Interfaces for locale handling. Needed for language dependent 3 * Description: Interfaces for locale handling. Needed for language dependent
4 * sorting. 4 * sorting.
5 * 5 *
6 * Copy: See Copyright for the status of this software. 6 * Copy: See Copyright for the status of this software.
7 * 7 *
8 * Author: Nick Wellnhofer 8 * Author: Nick Wellnhofer
9 */ 9 */
10 10
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 46
47 typedef void *xsltLocale; 47 typedef void *xsltLocale;
48 typedef xmlChar xsltLocaleChar; 48 typedef xmlChar xsltLocaleChar;
49 49
50 #endif 50 #endif
51 51
52 xsltLocale xsltNewLocale(const xmlChar *langName); 52 xsltLocale xsltNewLocale(const xmlChar *langName);
53 void xsltFreeLocale(xsltLocale locale); 53 void xsltFreeLocale(xsltLocale locale);
54 xsltLocaleChar *xsltStrxfrm(xsltLocale locale, const xmlChar *string); 54 xsltLocaleChar *xsltStrxfrm(xsltLocale locale, const xmlChar *string);
55 int xsltLocaleStrcmp(xsltLocale locale, const xsltLocaleChar *str1, const xsltLo caleChar *str2); 55 int xsltLocaleStrcmp(xsltLocale locale, const xsltLocaleChar *str1, const xsltLo caleChar *str2);
56 void xsltFreeLocales(void);
56 57
57 #endif /* __XML_XSLTLOCALE_H__ */ 58 #endif /* __XML_XSLTLOCALE_H__ */
OLDNEW
« no previous file with comments | « third_party/libxslt/libxslt/xsltconfig.h ('k') | third_party/libxslt/libxslt/xsltlocale.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698