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

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

Issue 2865973002: Check in the libxslt roll script. (Closed)
Patch Set: Consistent quotes. Created 3 years, 7 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
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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 xsltStrxfrm (xsltLocale locale, 58 xsltStrxfrm (xsltLocale locale,
59 const xmlChar *string); 59 const xmlChar *string);
60 XSLTPUBFUN int XSLTCALL 60 XSLTPUBFUN int XSLTCALL
61 xsltLocaleStrcmp (xsltLocale locale, 61 xsltLocaleStrcmp (xsltLocale locale,
62 const xsltLocaleChar *str1, 62 const xsltLocaleChar *str1,
63 const xsltLocaleChar *str2); 63 const xsltLocaleChar *str2);
64 XSLTPUBFUN void XSLTCALL 64 XSLTPUBFUN void XSLTCALL
65 xsltFreeLocales (void); 65 xsltFreeLocales (void);
66 66
67 #endif /* __XML_XSLTLOCALE_H__ */ 67 #endif /* __XML_XSLTLOCALE_H__ */
OLDNEW
« no previous file with comments | « third_party/libxslt/src/libxslt/xsltexports.h ('k') | third_party/libxslt/src/libxslt/xsltlocale.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698