| OLD | NEW |
| 1 // *************************************************************************** | 1 // *************************************************************************** |
| 2 // * | 2 // * |
| 3 // * Copyright (C) 2014 International Business Machines | 3 // * Copyright (C) 2015 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/ms.xml | 6 // * Source File: <path>/common/rbnf/ms.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | |
| 10 * ICU <specials> source: <path>/xml/rbnf/ms.xml | |
| 11 */ | |
| 12 ms{ | 9 ms{ |
| 13 RBNFRules{ | 10 RBNFRules{ |
| 14 OrdinalRules{ | 11 OrdinalRules{ |
| 15 "%digits-ordinal:", | 12 "%digits-ordinal:", |
| 16 "-x: ke\u2212>#,##0>;", | 13 "-x: ke\u2212>#,##0>;", |
| 17 "0: ke=#,##0=;", | 14 "0: ke=#,##0=;", |
| 18 } | 15 } |
| 19 SpelloutRules{ | 16 SpelloutRules{ |
| 20 "%spellout-numbering-year:", | 17 "%spellout-numbering-year:", |
| 21 "x.x: =#,###0.#=;", | 18 "x.x: =#,###0.#=;", |
| (...skipping 27 matching lines...) Expand all Loading... |
| 49 "1000000000000000: << bilyar[ >>];", | 46 "1000000000000000: << bilyar[ >>];", |
| 50 "1000000000000000000: =#,##0=;", | 47 "1000000000000000000: =#,##0=;", |
| 51 "%spellout-ordinal:", | 48 "%spellout-ordinal:", |
| 52 "-x: minus >>;", | 49 "-x: minus >>;", |
| 53 "x.x: =#,##0.#=;", | 50 "x.x: =#,##0.#=;", |
| 54 "0: kekosong;", | 51 "0: kekosong;", |
| 55 "1: pertama;", | 52 "1: pertama;", |
| 56 "2: ke=%spellout-cardinal=;", | 53 "2: ke=%spellout-cardinal=;", |
| 57 } | 54 } |
| 58 } | 55 } |
| 59 Version{"2.0.82.42"} | 56 Version{"2.1.19.14"} |
| 60 } | 57 } |
| OLD | NEW |