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

Side by Side Diff: source/data/misc/timezoneTypes.txt

Issue 845603002: Update ICU to 54.1 step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: remove unusued directories Created 5 years, 11 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 | « source/data/misc/supplementalData.txt ('k') | source/data/misc/windowsZones.txt » ('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 // * 2 // *
3 // * Copyright (C) 2014 International Business Machines 3 // * Copyright (C) 2014 International Business Machines
4 // * Corporation and others. All Rights Reserved. 4 // * Corporation and others. All Rights Reserved.
5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter 5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
6 // * Source File: <path>/common/bcp47/timezone.xml 6 // * Source File: <path>/common/bcp47/timezone.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 timezoneTypes:table(nofallback){ 9 timezoneTypes:table(nofallback){
10 bcpTypeAlias{
11 tz{
12 aqams{"nzakl"}
13 cnckg{"cnsha"}
14 cnhrb{"cnsha"}
15 cnkhg{"cnurc"}
16 usnavajo{"usden"}
17 }
18 }
10 typeAlias{ 19 typeAlias{
11 timezone{ 20 timezone{
12 "Africa:Asmara"{"Africa/Asmera"} 21 "Africa:Asmara"{"Africa/Asmera"}
13 "Africa:Timbuktu"{"Africa/Bamako"} 22 "Africa:Timbuktu"{"Africa/Bamako"}
14 "America:Argentina:Buenos_Aires"{"America/Buenos_Aires"} 23 "America:Argentina:Buenos_Aires"{"America/Buenos_Aires"}
15 "America:Argentina:Catamarca"{"America/Catamarca"} 24 "America:Argentina:Catamarca"{"America/Catamarca"}
16 "America:Argentina:ComodRivadavia"{"America/Catamarca"} 25 "America:Argentina:ComodRivadavia"{"America/Catamarca"}
17 "America:Argentina:Cordoba"{"America/Cordoba"} 26 "America:Argentina:Cordoba"{"America/Cordoba"}
18 "America:Argentina:Jujuy"{"America/Jujuy"} 27 "America:Argentina:Jujuy"{"America/Jujuy"}
19 "America:Argentina:Mendoza"{"America/Mendoza"} 28 "America:Argentina:Mendoza"{"America/Mendoza"}
(...skipping 567 matching lines...) Expand 10 before | Expand all | Expand 10 after
587 "Pacific:Truk"{"fmtkk"} 596 "Pacific:Truk"{"fmtkk"}
588 "Pacific:Wake"{"umawk"} 597 "Pacific:Wake"{"umawk"}
589 "Pacific:Wallis"{"wfmau"} 598 "Pacific:Wallis"{"wfmau"}
590 CST6CDT{"cst6cdt"} 599 CST6CDT{"cst6cdt"}
591 EST5EDT{"est5edt"} 600 EST5EDT{"est5edt"}
592 MST7MDT{"mst7mdt"} 601 MST7MDT{"mst7mdt"}
593 PST8PDT{"pst8pdt"} 602 PST8PDT{"pst8pdt"}
594 } 603 }
595 } 604 }
596 } 605 }
OLDNEW
« no previous file with comments | « source/data/misc/supplementalData.txt ('k') | source/data/misc/windowsZones.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698