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
|
// © 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
ja{
RBNFRules{
OrdinalRules{
"%digits-ordinal:",
"-x: \u7B2C\u2212>#,##0>;",
"0: \u7B2C=#,##0=;",
}
SpelloutRules{
"%spellout-numbering-year-latn:",
"x.x: =0.0=;",
"0: =0=;",
"1: \u5143;",
"2: =0=;",
"%spellout-numbering-year:",
"x.x: =0.0=;",
"0: =%spellout-numbering=;",
"1: \u5143;",
"2: =%spellout-numbering=;",
"1000: =%%spellout-numbering-year-digits=;",
"10000: =%spellout-numbering=;",
"%%spellout-numbering-year-digits:",
"0: =%spellout-numbering=;",
"10: <<>>>;",
"100: <<>>>;",
"1000: <<>>>;",
"%spellout-numbering:",
"0: =%spellout-cardinal=;",
"%spellout-cardinal-financial:",
"-x: \u30DE\u30A4\u30CA\u30B9>>;",
"x.x: <<\u70B9>>>;",
"0: \u96F6;",
"1: \u58F1;",
"2: \u5F10;",
"3: \u53C2;",
"4: \u56DB;",
"5: \u4F0D;",
"6: \u516D;",
"7: \u4E03;",
"8: \u516B;",
"9: \u4E5D;",
"10: \u62FE[>>];",
"20: <<\u62FE[>>];",
"100: <<\u767E[>>];",
"1000: <<\u5343[>>];",
"10000: <<\u842C[>>];",
"100000000: <<\u5104[>>];",
"1000000000000: <<\u5146[>>];",
"10000000000000000: <<\u4EAC[>>];",
"1000000000000000000: =#,##0=;",
"%spellout-cardinal:",
"-x: \u30DE\u30A4\u30CA\u30B9>>;",
"x.x: <<\u30FB>>>;",
"0: \u3007;",
"1: \u4E00;",
"2: \u4E8C;",
"3: \u4E09;",
"4: \u56DB;",
"5: \u4E94;",
"6: \u516D;",
"7: \u4E03;",
"8: \u516B;",
"9: \u4E5D;",
"10: \u5341[>>];",
"20: <<\u5341[>>];",
"100: \u767E[>>];",
"200: <<\u767E[>>];",
"1000: \u5343[>>];",
"2000: <<\u5343[>>];",
"10000: <<\u4E07[>>];",
"100000000: <<\u5104[>>];",
"1000000000000: <<\u5146[>>];",
"10000000000000000: <<\u4EAC[>>];",
"1000000000000000000: =#,##0=;",
"%spellout-ordinal:",
"x.x: =#,##0.#=;",
"0: \u7B2C=%spellout-numbering=;",
}
}
}
|