1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
|
// © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html
// Generated using tools/cldr/cldr-to-icu/build-icu-data.xml
ff{
RBNFRules{
SpelloutRules{
"%spellout-numbering-year:",
"x.x: =0.0=;",
"0: =%spellout-numbering=;",
"%spellout-numbering:",
"0: =%spellout-cardinal=;",
"%spellout-cardinal:",
"NaN: alaa limoore;",
"Inf: infinity;",
"-x: minus >>;",
"x.x: << poofirgel >>;",
"0: \u0253olum;",
"1: go\u02BCo;",
"2: \u0257i\u0257i;",
"3: tati;",
"4: nawi;",
"5: jowi;",
"6: jeego\u02BCo;",
"7: jee\u0257i\u0257i;",
"8: jeetati;",
"9: jeenawi;",
"10: sappo[ e >>];",
"20: noogas[ e >>];",
"30: cepanze <<[ e >>];",
"100: temedere <<[ e >>];",
"1000: ujunere <<[ e >>];",
"1000000: miliyo <<[, >>];",
"1000000000: miliyaari <<[, >>];",
"1000000000000: biliyo <<[, >>];",
"1000000000000000: biliyaari <<[, >>];",
"1000000000000000000: =#,##0=;",
"%spellout-cardinal-class-o:",
"NaN: alaa limoore;",
"Inf: infinity;",
"-x: minus >>;",
"x.x: << poofirgel >>;",
"0: \u0253olum;",
"1: gooto;",
"2: \u0257i\u0257o;",
"3: tato;",
"4: nawo;",
"5: njowo;",
"6: jeegomo;",
"7: jee\u0257i\u0257o;",
"8: jeetato;",
"9: jeenawo;",
"10: sappo[ e >>];",
"20: noogas[ e >>];",
"30: cepanze <<[ e >>];",
"100: temedere <<[ e >>];",
"1000: ujunere <<[ e >>];",
"1000000: miliyo <<[, >>];",
"1000000000: miliyaari <<[, >>];",
"1000000000000: biliyo <<[, >>];",
"1000000000000000: biliyaari <<[, >>];",
"1000000000000000000: =#,##0=;",
"%spellout-ordinal:",
"NaN: alaa limoore;",
"Inf: infinity;",
"-x: minus >>;",
"x.x: =#,##0.0=;",
"0: \u0253olum;",
"1: arande;",
"2: \u0257i\u0257a\u0253o;",
"3: tatia\u0253o;",
"4: nawa\u0253o;",
"5: jowa\u0253o;",
"6: jeearande;",
"7: jee\u0257i\u0257a\u0253o;",
"8: jeetata\u0253o;",
"9: jeenawa\u0253o;",
"10: sappo[ e >>];",
"20: noogas[ e >>];",
"30: cepanze <<[ e >>];",
"100: temedere <<[ e >>];",
"1000: ujunere <<[ e >>];",
"1000000: miliyo <<[, >>];",
"1000000000: miliyaari <<[, >>];",
"1000000000000: biliyo <<[, >>];",
"1000000000000000: biliyaari <<[, >>];",
"1000000000000000000: =#,##0=;",
}
}
}
|