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/af.xml | 6 // * Source File: <path>/common/rbnf/af.xml |
7 // * | 7 // * |
8 // *************************************************************************** | 8 // *************************************************************************** |
9 /** | 9 /** |
10 * ICU <specials> source: <path>/xml/rbnf/af.xml | 10 * ICU <specials> source: <path>/xml/rbnf/af.xml |
11 */ | 11 */ |
12 af{ | 12 af{ |
13 RBNFRules{ | 13 RBNFRules{ |
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
93 "1000: <%spellout-numbering< duisend>%%ord-ste>;", | 93 "1000: <%spellout-numbering< duisend>%%ord-ste>;", |
94 "1000000: <%spellout-numbering< miljoen>%%ord-ste>;", | 94 "1000000: <%spellout-numbering< miljoen>%%ord-ste>;", |
95 "1000000000: <%spellout-numbering< miljard>%%ord-ste>;", | 95 "1000000000: <%spellout-numbering< miljard>%%ord-ste>;", |
96 "1000000000000: <%spellout-numbering< biljoen>%%ord-ste>;", | 96 "1000000000000: <%spellout-numbering< biljoen>%%ord-ste>;", |
97 "1000000000000000: <%spellout-numbering< biljard>%%ord-ste>;", | 97 "1000000000000000: <%spellout-numbering< biljard>%%ord-ste>;", |
98 "1000000000000000000: =#,##0=.;", | 98 "1000000000000000000: =#,##0=.;", |
99 } | 99 } |
100 } | 100 } |
101 Version{"2.0.82.42"} | 101 Version{"2.0.82.42"} |
102 } | 102 } |
OLD | NEW |