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

Side by Side Diff: third_party/icu38/source/common/wintz.c

Issue 149352: Fix typo in Europe/Warsaw time zone name.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/
Patch Set: Created 11 years, 5 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
« no previous file with comments | « no previous file | no next file » | 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 ******************************************************************************** 2 ********************************************************************************
3 * Copyright (C) 2005-2007, International Business Machines 3 * Copyright (C) 2005-2007, International Business Machines
4 * Corporation and others. All Rights Reserved. 4 * Corporation and others. All Rights Reserved.
5 ******************************************************************************** 5 ********************************************************************************
6 * 6 *
7 * File WINTZ.CPP 7 * File WINTZ.CPP
8 * 8 *
9 ******************************************************************************** 9 ********************************************************************************
10 */ 10 */
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 239
240 {"Atlantic/Cape_Verde", "Cape Verde"}, /* S (GMT-01:00) Cape Verde Is. */ 240 {"Atlantic/Cape_Verde", "Cape Verde"}, /* S (GMT-01:00) Cape Verde Is. */
241 {"Atlantic/Azores", "Azores"}, /* D (GMT-01:00) Azores */ 241 {"Atlantic/Azores", "Azores"}, /* D (GMT-01:00) Azores */
242 242
243 {"Africa/Casablanca", "Greenwich"}, /* S (GMT) Casablanca, Monrovia */ 243 {"Africa/Casablanca", "Greenwich"}, /* S (GMT) Casablanca, Monrovia */
244 {"Europe/London", "GMT"}, /* D (GMT) Greenwich Mean Time : Dublin, Ed inburgh, Lisbon, London */ 244 {"Europe/London", "GMT"}, /* D (GMT) Greenwich Mean Time : Dublin, Ed inburgh, Lisbon, London */
245 245
246 {"Africa/Lagos", "W. Central Africa"}, /* S (GMT+01:00) West Central Africa */ 246 {"Africa/Lagos", "W. Central Africa"}, /* S (GMT+01:00) West Central Africa */
247 {"Europe/Berlin", "W. Europe"}, /* D (GMT+01:00) Amsterdam, Berlin, B ern, Rome, Stockholm, Vienna */ 247 {"Europe/Berlin", "W. Europe"}, /* D (GMT+01:00) Amsterdam, Berlin, B ern, Rome, Stockholm, Vienna */
248 {"Europe/Paris", "Romance"}, /* D (GMT+01:00) Brussels, Copenhagen, Madrid, Paris */ 248 {"Europe/Paris", "Romance"}, /* D (GMT+01:00) Brussels, Copenhagen, Madrid, Paris */
249 {"Eurpoe/Warsaw", "Central European"}, /* D (GMT+01:00) Sarajevo, Sko pje, Warsaw, Zagreb */ 249 {"Europe/Warsaw", "Central European"}, /* D (GMT+01:00) Sarajevo, Sko pje, Warsaw, Zagreb */
250 {"Europe/Sarajevo", "Central European"}, /* D (GMT+01:00) Sarajevo, Sko pje, Warsaw, Zagreb */ 250 {"Europe/Sarajevo", "Central European"}, /* D (GMT+01:00) Sarajevo, Sko pje, Warsaw, Zagreb */
251 {"Europe/Prague", "Central Europe"}, /* D (GMT+01:00) Belgrade, Brati slava, Budapest, Ljubljana, Prague */ 251 {"Europe/Prague", "Central Europe"}, /* D (GMT+01:00) Belgrade, Brati slava, Budapest, Ljubljana, Prague */
252 {"Europe/Belgrade", "Central Europe"}, /* D (GMT+01:00) Belgrade, Brati slava, Budapest, Ljubljana, Prague */ 252 {"Europe/Belgrade", "Central Europe"}, /* D (GMT+01:00) Belgrade, Brati slava, Budapest, Ljubljana, Prague */
253 253
254 {"Africa/Johannesburg", "South Africa"}, /* S (GMT+02:00) Harare, Pretoria */ 254 {"Africa/Johannesburg", "South Africa"}, /* S (GMT+02:00) Harare, Pretoria */
255 {"Asia/Jerusalem", "Israel"}, /* S (GMT+02:00) Jerusalem */ 255 {"Asia/Jerusalem", "Israel"}, /* S (GMT+02:00) Jerusalem */
256 {"Europe/Istanbul", "GTB"}, /* D (GMT+02:00) Athens, Istanbul, Minsk */ 256 {"Europe/Istanbul", "GTB"}, /* D (GMT+02:00) Athens, Istanbul, Minsk */
257 {"Europe/Helsinki", "FLE"}, /* D (GMT+02:00) Helsinki, Kyiv, Riga, Sofi a, Tallinn, Vilnius */ 257 {"Europe/Helsinki", "FLE"}, /* D (GMT+02:00) Helsinki, Kyiv, Riga, Sofi a, Tallinn, Vilnius */
258 {"Africa/Cairo", "Egypt"}, /* D (GMT+02:00) Cairo */ 258 {"Africa/Cairo", "Egypt"}, /* D (GMT+02:00) Cairo */
259 {"Europe/Minsk", "E. Europe"}, /* D (GMT+02:00) Bucharest */ 259 {"Europe/Minsk", "E. Europe"}, /* D (GMT+02:00) Bucharest */
(...skipping 419 matching lines...) Expand 10 before | Expand all | Expand 10 after
679 } 679 }
680 } else { 680 } else {
681 RegCloseKey(hkey); /* should never get here */ 681 RegCloseKey(hkey); /* should never get here */
682 } 682 }
683 } 683 }
684 684
685 return ZONE_MAP[firstMatch].icuid; 685 return ZONE_MAP[firstMatch].icuid;
686 } 686 }
687 687
688 #endif /* #ifdef U_WINDOWS */ 688 #endif /* #ifdef U_WINDOWS */
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698