]>
Commit | Line | Data |
---|---|---|
4388f060 A |
1 | // *************************************************************************** |
2 | // * | |
2ca993e8 | 3 | // * Copyright (C) 2016 International Business Machines |
57a6839d A |
4 | // * Corporation and others. All Rights Reserved. |
5 | // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter | |
6 | // * Source File: <path>/common/rbnf/ee.xml | |
4388f060 A |
7 | // * |
8 | // *************************************************************************** | |
4388f060 A |
9 | ee{ |
10 | RBNFRules{ | |
11 | OrdinalRules{ | |
12 | "%digits-ordinal:", | |
13 | "-x: \u2212>>;", | |
51004dcb A |
14 | "0: =#,##0= lia;", |
15 | "1: =#,##0= t\u0254;", | |
16 | "2: =#,##0= lia;", | |
4388f060 A |
17 | } |
18 | SpelloutRules{ | |
19 | "%spellout-numbering-year:", | |
20 | "x.x: =#,###0.#=;", | |
57a6839d | 21 | "0: =%spellout-numbering=;", |
4388f060 A |
22 | "%spellout-numbering:", |
23 | "0: =%spellout-cardinal=;", | |
24 | "%%after-hundreds:", | |
25 | "0: kple =%spellout-cardinal=;", | |
26 | "21: =%spellout-cardinal=;", | |
27 | "30: kple =%spellout-cardinal=;", | |
28 | "31: =%spellout-cardinal=;", | |
29 | "40: kple =%spellout-cardinal=;", | |
30 | "41: =%spellout-cardinal=;", | |
31 | "50: kple =%spellout-cardinal=;", | |
32 | "51: =%spellout-cardinal=;", | |
33 | "60: kple =%spellout-cardinal=;", | |
34 | "61: =%spellout-cardinal=;", | |
35 | "70: kple =%spellout-cardinal=;", | |
36 | "71: =%spellout-cardinal=;", | |
37 | "80: kple =%spellout-cardinal=;", | |
38 | "81: =%spellout-cardinal=;", | |
39 | "90: kple =%spellout-cardinal=;", | |
40 | "91: =%spellout-cardinal=;", | |
41 | "%%after-thousands:", | |
42 | "0: ' kple =%spellout-cardinal=;", | |
43 | "100: ' =%spellout-cardinal=;", | |
44 | "%%after-hundred-thousands:", | |
51004dcb | 45 | "0: ' kpakple =%spellout-cardinal=;", |
4388f060 A |
46 | "100: ' =%spellout-cardinal=;", |
47 | "%%after-millions:", | |
51004dcb | 48 | "0: ' kpakple =%spellout-cardinal=;", |
4388f060 A |
49 | "1000: ' kple =%spellout-cardinal=;", |
50 | "100000: ' =%spellout-cardinal=;", | |
51 | "%%after-billions:", | |
51004dcb | 52 | "0: ' kpakple =%spellout-cardinal=;", |
4388f060 | 53 | "1000: ' kple =%spellout-cardinal=;", |
51004dcb | 54 | "100000000: ' kple =%spellout-cardinal=;", |
4388f060 A |
55 | "100000000000: ' =%spellout-cardinal=;", |
56 | "%%spellout-base:", | |
57 | "0: \u0256ekeo;", | |
51004dcb | 58 | "1: \u0256ek\u025B;", |
4388f060 A |
59 | "2: eve;", |
60 | "3: et\u0254\u0303;", | |
61 | "4: ene;", | |
62 | "5: at\u0254\u0303;", | |
63 | "6: ade;", | |
64 | "7: adre;", | |
65 | "8: enyi;", | |
66 | "9: asieke;", | |
67 | "10: ewo;", | |
68 | "11: wui>>;", | |
69 | "20: bla<<[ v\u0254 >>];", | |
70 | "100: alafa <%spellout-cardinal<[ >%%after-hundreds>];", | |
71 | "1000: akpe <%spellout-cardinal<[>%%after-thousands>];", | |
72 | "100000/1000: akpe <%spellout-cardinal<[>%%after-hundred-thousands>];", | |
73 | "1000000: mili\u0254n <%spellout-cardinal<[>%%after-millions>];", | |
51004dcb | 74 | "1000000000: mili\u0254n akpe <%spellout-cardinal<[>%%after-millions>];", |
4388f060 A |
75 | "1000000000000: bili\u0254n <%spellout-cardinal<[>%%after-billions>];", |
76 | "1000000000000000000: =#,##0=;", | |
77 | "%spellout-cardinal:", | |
57a6839d A |
78 | "-x: >> xl\u1EBDyimegbee;", |
79 | "0.x: kak\u025B >>;", | |
80 | "x.x: << kple kak\u025B >>;", | |
4388f060 A |
81 | "0: \u0256ekeo;", |
82 | "1: \u0256eka;", | |
83 | "2: =%%spellout-base=;", | |
84 | "%spellout-ordinal:", | |
57a6839d A |
85 | "-x: >> xl\u1EBDyimegbee;", |
86 | "x.x: =#,##0.0=lia;", | |
4388f060 A |
87 | "0: \u0256ekeolia;", |
88 | "1: gb\u00E3t\u0254;", | |
89 | "2: =%spellout-cardinal=lia;", | |
4388f060 A |
90 | } |
91 | } | |
2ca993e8 | 92 | Version{"2.1.19.14"} |
4388f060 | 93 | } |