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/ms.xml | 6 // * Source File: <path>/common/rbnf/ms.xml |
7 // * | 7 // * |
8 // *************************************************************************** | 8 // *************************************************************************** |
9 /** | 9 /** |
10 * ICU <specials> source: <path>/xml/rbnf/ms.xml | 10 * ICU <specials> source: <path>/xml/rbnf/ms.xml |
11 */ | 11 */ |
12 ms{ | 12 ms{ |
13 RBNFRules{ | 13 RBNFRules{ |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
51 "%spellout-ordinal:", | 51 "%spellout-ordinal:", |
52 "-x: minus >>;", | 52 "-x: minus >>;", |
53 "x.x: =#,##0.#=;", | 53 "x.x: =#,##0.#=;", |
54 "0: kekosong;", | 54 "0: kekosong;", |
55 "1: pertama;", | 55 "1: pertama;", |
56 "2: ke=%spellout-cardinal=;", | 56 "2: ke=%spellout-cardinal=;", |
57 } | 57 } |
58 } | 58 } |
59 Version{"2.0.82.42"} | 59 Version{"2.0.82.42"} |
60 } | 60 } |
OLD | NEW |