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

Side by Side Diff: icu52/patches/pandroid.h.patch

Issue 224943002: icu local change part1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/
Patch Set: fix typos in uconfig.h and putil.patch Created 6 years, 8 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 --- a/public/common/unicode/pandroid.h
2 +++ b/public/common/unicode/pandroid.h
3 @@ -272,7 +272,7 @@
4 /*===========================================================================*/
5
6 #ifndef U_HAVE_NL_LANGINFO_CODESET
7 -#define U_HAVE_NL_LANGINFO_CODESET 1
8 +#define U_HAVE_NL_LANGINFO_CODESET 0
9 #endif
10
11 #ifndef U_NL_LANGINFO_CODESET
12 @@ -283,7 +283,7 @@
13 #define U_TZSET tzset
14 #endif
15 #if 1
16 -#define U_TIMEZONE __timezone
17 +#define U_TIMEZONE timezone
18 #endif
19 #if 1
20 #define U_TZNAME tzname
21 @@ -331,7 +331,7 @@
22 # ifdef __cplusplus
23 # define U_INLINE inline
24 # else
25 -# define U_INLINE __inline__
26 +# define U_INLINE inline
27 # endif
28 #endif
29
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698