| 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/nl.xml | 6 // * Source File: <path>/common/rbnf/nl.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | 9 /** |
| 10 * ICU <specials> source: <path>/xml/rbnf/nl.xml | 10 * ICU <specials> source: <path>/xml/rbnf/nl.xml |
| 11 */ | 11 */ |
| 12 nl{ | 12 nl{ |
| 13 RBNFRules{ | 13 RBNFRules{ |
| (...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 110 "2000: <%spellout-cardinal<\u00ADduizend>%%ord-ste>;", | 110 "2000: <%spellout-cardinal<\u00ADduizend>%%ord-ste>;", |
| 111 "1000000: <%spellout-cardinal<\u00ADmiljoen>%%ord-ste>;", | 111 "1000000: <%spellout-cardinal<\u00ADmiljoen>%%ord-ste>;", |
| 112 "1000000000: <%spellout-cardinal<\u00ADmiljard>%%ord-ste>;", | 112 "1000000000: <%spellout-cardinal<\u00ADmiljard>%%ord-ste>;", |
| 113 "1000000000000: <%spellout-cardinal<\u00ADbiljoen>%%ord-ste>;", | 113 "1000000000000: <%spellout-cardinal<\u00ADbiljoen>%%ord-ste>;", |
| 114 "1000000000000000: <%spellout-cardinal<\u00ADbiljard>%%ord-ste>;", | 114 "1000000000000000: <%spellout-cardinal<\u00ADbiljard>%%ord-ste>;", |
| 115 "1000000000000000000: =#,##0=.;", | 115 "1000000000000000000: =#,##0=.;", |
| 116 } | 116 } |
| 117 } | 117 } |
| 118 Version{"2.0.84.99"} | 118 Version{"2.0.84.99"} |
| 119 } | 119 } |
| OLD | NEW |