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/et.xml | 6 // * Source File: <path>/common/rbnf/et.xml |
7 // * | 7 // * |
8 // *************************************************************************** | 8 // *************************************************************************** |
9 /** | 9 /** |
10 * ICU <specials> source: <path>/xml/rbnf/et.xml | 10 * ICU <specials> source: <path>/xml/rbnf/et.xml |
11 */ | 11 */ |
12 et{ | 12 et{ |
13 RBNFRules{ | 13 RBNFRules{ |
(...skipping 30 matching lines...) Expand all Loading... |
44 "2000000000: << miljardit[ >>];", | 44 "2000000000: << miljardit[ >>];", |
45 "1000000000000: << biljon[ >>];", | 45 "1000000000000: << biljon[ >>];", |
46 "2000000000000: << biljonit[ >>];", | 46 "2000000000000: << biljonit[ >>];", |
47 "1000000000000000: << biljard[ >>];", | 47 "1000000000000000: << biljard[ >>];", |
48 "2000000000000000: << biljardit[ >>];", | 48 "2000000000000000: << biljardit[ >>];", |
49 "1000000000000000000: =#,##0=;", | 49 "1000000000000000000: =#,##0=;", |
50 } | 50 } |
51 } | 51 } |
52 Version{"2.0.82.42"} | 52 Version{"2.0.82.42"} |
53 } | 53 } |
OLD | NEW |