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/fi.xml | 6 // * Source File: <path>/common/rbnf/fi.xml |
7 // * | 7 // * |
8 // *************************************************************************** | 8 // *************************************************************************** |
9 /** | 9 /** |
10 * ICU <specials> source: <path>/xml/rbnf/fi.xml | 10 * ICU <specials> source: <path>/xml/rbnf/fi.xml |
11 */ | 11 */ |
12 fi{ | 12 fi{ |
13 RBNFRules{ | 13 RBNFRules{ |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
75 "2000000: <%%spellout-ordinal-larger< miljoonas[>>];", | 75 "2000000: <%%spellout-ordinal-larger< miljoonas[>>];", |
76 "1000000000: miljardis[>>];", | 76 "1000000000: miljardis[>>];", |
77 "2000000000: <%%spellout-ordinal-larger< miljardis[>>];", | 77 "2000000000: <%%spellout-ordinal-larger< miljardis[>>];", |
78 "1000000000000: biljoonas[ >>];", | 78 "1000000000000: biljoonas[ >>];", |
79 "2000000000000: <%%spellout-ordinal-larger< biljoonas[ >>];", | 79 "2000000000000: <%%spellout-ordinal-larger< biljoonas[ >>];", |
80 "1000000000000000000: =#,##0=;", | 80 "1000000000000000000: =#,##0=;", |
81 } | 81 } |
82 } | 82 } |
83 Version{"2.0.87.4"} | 83 Version{"2.0.87.4"} |
84 } | 84 } |
OLD | NEW |