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