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

Side by Side Diff: source/data/rbnf/hi.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/rbnf/he.txt ('k') | source/data/rbnf/hr.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>/common/rbnf/hi.xml 6 // * Source File: <path>/common/rbnf/hi.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 /** 9 /**
10 * ICU <specials> source: <path>/xml/rbnf/hi.xml 10 * ICU <specials> source: <path>/xml/rbnf/hi.xml
11 */ 11 */
12 hi{ 12 hi{
13 RBNFRules{ 13 RBNFRules{
14 OrdinalRules{ 14 OrdinalRules{
15 "%digits-ordinal-masculine:",
16 "-x: \u2212>>;",
17 "0: 0;",
18 "1: =#,##,##0=\u0932\u093E;",
19 "2: =#,##,##0=\u0930\u093E;",
20 "4: =#,##,##0=\u0925\u093E;",
21 "5: =#,##,##0=\u0935\u093E\u0901;",
22 "6: =#,##,##0=\u091F\u093E;",
23 "7: =#,##,##0=\u0935\u093E\u0901;",
24 "%digits-ordinal-feminine:",
25 "-x: \u2212>>;",
26 "0: 0;",
27 "1: =#,##,##0=\u0932\u0940;",
28 "2: =#,##,##0=\u0930\u0940;",
29 "4: =#,##,##0=\u0925\u0940;",
30 "5: =#,##,##0=\u0935\u0940\u0901;",
31 "6: =#,##,##0=\u091F\u0940;",
32 "7: =#,##,##0=\u0935\u0940\u0901;",
15 "%digits-ordinal:", 33 "%digits-ordinal:",
16 "-x: \u2212>>;", 34 "0: =%digits-ordinal-masculine=;",
17 "0: =#,##,##0=.;",
18 } 35 }
19 SpelloutRules{ 36 SpelloutRules{
20 "%spellout-numbering-year:", 37 "%spellout-numbering-year:",
21 "x.x: =#,###0.#=;", 38 "x.x: =#,###0.#=;",
22 "0: =%spellout-numbering=;", 39 "0: =%spellout-numbering=;",
23 "%spellout-numbering:", 40 "%spellout-numbering:",
24 "0: =%spellout-cardinal=;", 41 "0: =%spellout-cardinal=;",
25 "%spellout-cardinal:", 42 "%spellout-cardinal:",
26 "-x: \u090B\u0923 >>;", 43 "-x: \u090B\u0923 >>;",
27 "x.x: << \u0926\u0936\u092E\u0932\u0935 >>;", 44 "x.x: << \u0926\u0936\u092E\u0932\u0935 >>;",
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 "0: \u0936\u0942\u0928\u094D\u092F\u0935\u0940;", 166 "0: \u0936\u0942\u0928\u094D\u092F\u0935\u0940;",
150 "1: \u092A\u0939\u0932\u0940;", 167 "1: \u092A\u0939\u0932\u0940;",
151 "2: \u0926\u0942\u0938\u0930\u0940;", 168 "2: \u0926\u0942\u0938\u0930\u0940;",
152 "3: \u0924\u0940\u0938\u0930\u0940;", 169 "3: \u0924\u0940\u0938\u0930\u0940;",
153 "4: \u091A\u094C\u0925\u0940;", 170 "4: \u091A\u094C\u0925\u0940;",
154 "5: \u092A\u093E\u0901\u091A\u0935\u0940;", 171 "5: \u092A\u093E\u0901\u091A\u0935\u0940;",
155 "6: \u091B\u0920\u0940;", 172 "6: \u091B\u0920\u0940;",
156 "7: =%spellout-cardinal=\u0935\u0940;", 173 "7: =%spellout-cardinal=\u0935\u0940;",
157 } 174 }
158 } 175 }
159 Version{"2.0.82.42"} 176 Version{"2.1.7.78"}
160 } 177 }
OLDNEW
« no previous file with comments | « source/data/rbnf/he.txt ('k') | source/data/rbnf/hr.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698