OLD | NEW |
(Empty) | |
| 1 // *************************************************************************** |
| 2 // * |
| 3 // * Copyright (C) 2010 International Business Machines |
| 4 // * Corporation and others. All Rights Reserved. |
| 5 // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java |
| 6 // * Source File:<path>/common/rbnf/id.xml |
| 7 // * |
| 8 // *************************************************************************** |
| 9 /** |
| 10 * ICU <specials> source: <path>/xml/rbnf/id.xml |
| 11 */ |
| 12 id{ |
| 13 RBNFRules{ |
| 14 OrdinalRules{ |
| 15 "%digits-ordinal:", |
| 16 "-x: ke\u2212>#,##0>;", |
| 17 "0: ke=#,##0=;", |
| 18 } |
| 19 SpelloutRules{ |
| 20 "%spellout-numbering-year:", |
| 21 "x.x: =#,###0.#=;", |
| 22 "0: =%spellout-numbering=;", |
| 23 "%spellout-numbering:", |
| 24 "0: =%spellout-cardinal=;", |
| 25 "%spellout-cardinal:", |
| 26 "-x: minus >>;", |
| 27 "x.x: << titik >>;", |
| 28 "0: kosong;", |
| 29 "1: satu;", |
| 30 "2: dua;", |
| 31 "3: tiga;", |
| 32 "4: empat;", |
| 33 "5: lima;", |
| 34 "6: enam;", |
| 35 "7: tujuh;", |
| 36 "8: delapan;", |
| 37 "9: sembilan;", |
| 38 "10: sepuluh;", |
| 39 "11: sebelas;", |
| 40 "12: >> belas;", |
| 41 "20: << puluh[ >>];", |
| 42 "100: seratus[ >>];", |
| 43 "200: << ratus[ >>];", |
| 44 "1000: seribu[ >>];", |
| 45 "2000: << ribu[ >>];", |
| 46 "1000000: << juts[ >>];", |
| 47 "1000000000: << milyar[ >>];", |
| 48 "1000000000000: << bilyun[ >>];", |
| 49 "1000000000000000: << bilyar[ >>];", |
| 50 "1000000000000000000: =#,##0.#=;", |
| 51 "%spellout-ordinal:", |
| 52 "x.x: =#,##0.#=;", |
| 53 "0: ke=%spellout-cardinal=;", |
| 54 } |
| 55 } |
| 56 Version{"2.0.41.26"} |
| 57 } |
OLD | NEW |