| 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/bs.xml | 6 // * Source File: <path>/common/rbnf/bs.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | 9 /** |
| 10 * ICU <specials> source: <path>/xml/rbnf/bs.xml | 10 * ICU <specials> source: <path>/xml/rbnf/bs.xml |
| 11 */ | 11 */ |
| 12 bs{ | 12 bs{ |
| 13 RBNFRules{ | 13 RBNFRules{ |
| (...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 120 "1000: <%spellout-cardinal-feminine< hiljada[ >>];", | 120 "1000: <%spellout-cardinal-feminine< hiljada[ >>];", |
| 121 "1000000: <%spellout-cardinal-masculine< milion[ >>];", | 121 "1000000: <%spellout-cardinal-masculine< milion[ >>];", |
| 122 "1000000000: <%spellout-cardinal-masculine< miliard[ >>];", | 122 "1000000000: <%spellout-cardinal-masculine< miliard[ >>];", |
| 123 "1000000000000: <%spellout-cardinal-masculine< bilion[ >>];", | 123 "1000000000000: <%spellout-cardinal-masculine< bilion[ >>];", |
| 124 "1000000000000000: <%spellout-cardinal-masculine< biliard[ >>];", | 124 "1000000000000000: <%spellout-cardinal-masculine< biliard[ >>];", |
| 125 "1000000000000000000: =#,##0=;", | 125 "1000000000000000000: =#,##0=;", |
| 126 } | 126 } |
| 127 } | 127 } |
| 128 Version{"2.0.82.42"} | 128 Version{"2.0.82.42"} |
| 129 } | 129 } |
| OLD | NEW |