1// © 2016 and later: Unicode, Inc. and others. 2// License & terms of use: http://www.unicode.org/copyright.html#License 3ja{ 4 RBNFRules{ 5 OrdinalRules{ 6 "%digits-ordinal:", 7 "-x: \u7B2C\u2212>#,##0>;", 8 "0: \u7B2C=#,##0=;", 9 } 10 SpelloutRules{ 11 "%spellout-numbering-year-latn:", 12 "x.x: =0.0=;", 13 "0: =0=;", 14 "1: \u5143;", 15 "2: =0=;", 16 "%spellout-numbering-year:", 17 "x.x: =0.0=;", 18 "0: =%spellout-numbering=;", 19 "1: \u5143;", 20 "2: =%spellout-numbering=;", 21 "1000: =%%spellout-numbering-year-digits=;", 22 "10000: =%spellout-numbering=;", 23 "%%spellout-numbering-year-digits:", 24 "0: =%spellout-numbering=;", 25 "10: <<>>>;", 26 "100: <<>>>;", 27 "1000: <<>>>;", 28 "%spellout-numbering:", 29 "0: =%spellout-cardinal=;", 30 "%spellout-cardinal-financial:", 31 "-x: \u30DE\u30A4\u30CA\u30B9>>;", 32 "x.x: <<\u70B9>>>;", 33 "0: \u96F6;", 34 "1: \u58F1;", 35 "2: \u5F10;", 36 "3: \u53C2;", 37 "4: \u56DB;", 38 "5: \u4F0D;", 39 "6: \u516D;", 40 "7: \u4E03;", 41 "8: \u516B;", 42 "9: \u4E5D;", 43 "10: \u62FE[>>];", 44 "20: <<\u62FE[>>];", 45 "100: <<\u767E[>>];", 46 "1000: <<\u5343[>>];", 47 "10000: <<\u842C[>>];", 48 "100000000: <<\u5104[>>];", 49 "1000000000000: <<\u5146[>>];", 50 "10000000000000000: <<\u4EAC[>>];", 51 "1000000000000000000: =#,##0=;", 52 "%spellout-cardinal:", 53 "-x: \u30DE\u30A4\u30CA\u30B9>>;", 54 "x.x: <<\u30FB>>>;", 55 "0: \u3007;", 56 "1: \u4E00;", 57 "2: \u4E8C;", 58 "3: \u4E09;", 59 "4: \u56DB;", 60 "5: \u4E94;", 61 "6: \u516D;", 62 "7: \u4E03;", 63 "8: \u516B;", 64 "9: \u4E5D;", 65 "10: \u5341[>>];", 66 "20: <<\u5341[>>];", 67 "100: \u767E[>>];", 68 "200: <<\u767E[>>];", 69 "1000: \u5343[>>];", 70 "2000: <<\u5343[>>];", 71 "10000: <<\u4E07[>>];", 72 "100000000: <<\u5104[>>];", 73 "1000000000000: <<\u5146[>>];", 74 "10000000000000000: <<\u4EAC[>>];", 75 "1000000000000000000: =#,##0=;", 76 "%spellout-ordinal:", 77 "x.x: =#,##0.#=;", 78 "0: \u7B2C=%spellout-numbering=;", 79 } 80 } 81 Version{"36.1"} 82} 83