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

Side by Side Diff: source/data/misc/numberingSystems.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/metadata.txt ('k') | source/data/misc/plurals.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) 2013 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>/numberingSystems.xml 6 // * Source File: <path>/numberingSystems.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 numberingSystems:table(nofallback){ 9 numberingSystems:table(nofallback){
10 numberingSystems{ 10 numberingSystems{
11 arab{ 11 arab{
12 algorithmic:int{0} 12 algorithmic:int{0}
13 desc{"٠١٢٣٤٥٦٧٨٩"} 13 desc{"٠١٢٣٤٥٦٧٨٩"}
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 gujr{ 76 gujr{
77 algorithmic:int{0} 77 algorithmic:int{0}
78 desc{"૦૧૨૩૪૫૬૭૮૯"} 78 desc{"૦૧૨૩૪૫૬૭૮૯"}
79 radix:int{10} 79 radix:int{10}
80 } 80 }
81 guru{ 81 guru{
82 algorithmic:int{0} 82 algorithmic:int{0}
83 desc{"੦੧੨੩੪੫੬੭੮੯"} 83 desc{"੦੧੨੩੪੫੬੭੮੯"}
84 radix:int{10} 84 radix:int{10}
85 } 85 }
86 hanidays{
87 algorithmic:int{1}
88 desc{"zh/SpelloutRules/%spellout-numbering-days"}
89 radix:int{10}
90 }
86 hanidec{ 91 hanidec{
87 algorithmic:int{0} 92 algorithmic:int{0}
88 desc{"〇一二三四五六七八九"} 93 desc{"〇一二三四五六七八九"}
89 radix:int{10} 94 radix:int{10}
90 } 95 }
91 hans{ 96 hans{
92 algorithmic:int{1} 97 algorithmic:int{1}
93 desc{"zh/SpelloutRules/%spellout-cardinal"} 98 desc{"zh/SpelloutRules/%spellout-cardinal"}
94 radix:int{10} 99 radix:int{10}
95 } 100 }
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 desc{"༠༡༢༣༤༥༦༧༨༩"} 268 desc{"༠༡༢༣༤༥༦༧༨༩"}
264 radix:int{10} 269 radix:int{10}
265 } 270 }
266 vaii{ 271 vaii{
267 algorithmic:int{0} 272 algorithmic:int{0}
268 desc{"꘠꘡꘢꘣꘤꘥꘦꘧꘨꘩"} 273 desc{"꘠꘡꘢꘣꘤꘥꘦꘧꘨꘩"}
269 radix:int{10} 274 radix:int{10}
270 } 275 }
271 } 276 }
272 } 277 }
OLDNEW
« no previous file with comments | « source/data/misc/metadata.txt ('k') | source/data/misc/plurals.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698