| OLD | NEW |
| 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/en.xml | 6 // * Source File: <path>/common/rbnf/en.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | 9 /** |
| 10 * ICU <specials> source: <path>/xml/rbnf/en.xml | 10 * ICU <specials> source: <path>/xml/rbnf/en.xml |
| 11 */ | 11 */ |
| 12 en{ | 12 en{ |
| 13 RBNFRules{ | 13 RBNFRules{ |
| (...skipping 16 matching lines...) Expand all Loading... |
| 30 "%%hr-min-sec:", | 30 "%%hr-min-sec:", |
| 31 "0: :=00=;", | 31 "0: :=00=;", |
| 32 "60/60: <00<>>;", | 32 "60/60: <00<>>;", |
| 33 "3600/60: <#,##0<:>>>;", | 33 "3600/60: <#,##0<:>>>;", |
| 34 "%duration:", | 34 "%duration:", |
| 35 "0: =%in-numerals=;", | 35 "0: =%in-numerals=;", |
| 36 "%%lenient-parse:", | 36 "%%lenient-parse:", |
| 37 "& ':' = '.' = ' ' = '-';", | 37 "& ':' = '.' = ' ' = '-';", |
| 38 } | 38 } |
| 39 OrdinalRules{ | 39 OrdinalRules{ |
| 40 "%%digits-ordinal-indicator:", | |
| 41 "0: th;", | |
| 42 "1: st;", | |
| 43 "2: nd;", | |
| 44 "3: rd;", | |
| 45 "4: th;", | |
| 46 "20: >>;", | |
| 47 "100: >>;", | |
| 48 "%digits-ordinal:", | 40 "%digits-ordinal:", |
| 49 "-x: \u2212>>;", | 41 "-x: \u2212>>;", |
| 50 "0: =#,##0==%%digits-ordinal-indicator=;", | 42 "0: =#,##0=$(ordinal,one{st}two{nd}few{rd}other{th})$;", |
| 51 } | 43 } |
| 52 SpelloutRules{ | 44 SpelloutRules{ |
| 53 "%%2d-year:", | 45 "%%2d-year:", |
| 54 "0: hundred;", | 46 "0: hundred;", |
| 55 "1: oh-=%spellout-numbering=;", | 47 "1: oh-=%spellout-numbering=;", |
| 56 "10: =%spellout-numbering=;", | 48 "10: =%spellout-numbering=;", |
| 57 "%spellout-numbering-year:", | 49 "%spellout-numbering-year:", |
| 58 "-x: minus >>;", | 50 "-x: minus >>;", |
| 59 "x.x: =#,###0.#=;", | 51 "x.x: =#,###0.#=;", |
| 60 "0: =%spellout-numbering=;", | 52 "0: =%spellout-numbering=;", |
| (...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 202 "100: <%spellout-numbering-verbose< hundred>%%and-o>;", | 194 "100: <%spellout-numbering-verbose< hundred>%%and-o>;", |
| 203 "1000: <%spellout-numbering-verbose< thousand>%%and-o>;", | 195 "1000: <%spellout-numbering-verbose< thousand>%%and-o>;", |
| 204 "100000/1000: <%spellout-numbering-verbose< thousand>%%commas-o>;", | 196 "100000/1000: <%spellout-numbering-verbose< thousand>%%commas-o>;", |
| 205 "1000000: <%spellout-numbering-verbose< million>%%commas-o>;", | 197 "1000000: <%spellout-numbering-verbose< million>%%commas-o>;", |
| 206 "1000000000: <%spellout-numbering-verbose< billion>%%commas-o>;", | 198 "1000000000: <%spellout-numbering-verbose< billion>%%commas-o>;", |
| 207 "1000000000000: <%spellout-numbering-verbose< trillion>%%commas-o>;"
, | 199 "1000000000000: <%spellout-numbering-verbose< trillion>%%commas-o>;"
, |
| 208 "1000000000000000: <%spellout-numbering-verbose< quadrillion>%%comma
s-o>;", | 200 "1000000000000000: <%spellout-numbering-verbose< quadrillion>%%comma
s-o>;", |
| 209 "1000000000000000000: =#,##0=.;", | 201 "1000000000000000000: =#,##0=.;", |
| 210 } | 202 } |
| 211 } | 203 } |
| 212 Version{"2.0.82.42"} | 204 Version{"2.1.8.55"} |
| 213 } | 205 } |
| OLD | NEW |