OLD | NEW |
(Empty) | |
| 1 // *************************************************************************** |
| 2 // * |
| 3 // * Copyright (C) 2010 International Business Machines |
| 4 // * Corporation and others. All Rights Reserved. |
| 5 // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java |
| 6 // * Source File:<path>/common/rbnf/ja.xml |
| 7 // * |
| 8 // *************************************************************************** |
| 9 /** |
| 10 * ICU <specials> source: <path>/xml/rbnf/ja.xml |
| 11 */ |
| 12 ja{ |
| 13 RBNFRules{ |
| 14 OrdinalRules{ |
| 15 "%digits-ordinal:", |
| 16 "-x: \u7B2C\u2212>#,###0>;", |
| 17 "0: \u7B2C=#,###0=;", |
| 18 } |
| 19 SpelloutRules{ |
| 20 "%spellout-numbering-year:", |
| 21 "x.x: =#,###0.#=;", |
| 22 "0: =%spellout-numbering=;", |
| 23 "%spellout-numbering:", |
| 24 "0: =%spellout-cardinal=;", |
| 25 "%spellout-cardinal-financial:", |
| 26 "-x: \u30DE\u30A4\u30CA\u30B9>>;", |
| 27 "x.x: <<\u70B9>>>;", |
| 28 "0: \u96F6;", |
| 29 "1: \u58F1;", |
| 30 "2: \u5F10;", |
| 31 "3: \u53C2;", |
| 32 "4: \u56DB;", |
| 33 "5: \u4F0D;", |
| 34 "6: \u516D;", |
| 35 "7: \u4E03;", |
| 36 "8: \u516B;", |
| 37 "9: \u4E5D;", |
| 38 "10: \u62FE[>>];", |
| 39 "20: <<\u62FE[>>];", |
| 40 "100: <<\u767E[>>];", |
| 41 "1000: <<\u5343[>>];", |
| 42 "10000: <<\u842C[>>];", |
| 43 "100000000: <<\u5104[>>];", |
| 44 "1000000000000: <<\u5146[>>];", |
| 45 "10000000000000000: <<\u4EAC[>>];", |
| 46 "1000000000000000000: =#,###0=;", |
| 47 "%spellout-cardinal:", |
| 48 "-x: \u30DE\u30A4\u30CA\u30B9>>;", |
| 49 "x.x: <<\u30FB>>>;", |
| 50 "0: \u3007;", |
| 51 "1: \u4E00;", |
| 52 "2: \u4E8C;", |
| 53 "3: \u4E09;", |
| 54 "4: \u56DB;", |
| 55 "5: \u4E94;", |
| 56 "6: \u516D;", |
| 57 "7: \u4E03;", |
| 58 "8: \u516B;", |
| 59 "9: \u4E5D;", |
| 60 "10: \u5341[>>];", |
| 61 "20: <<\u5341[>>];", |
| 62 "100: \u767E[>>];", |
| 63 "200: <<\u767E[>>];", |
| 64 "1000: \u5343[>>];", |
| 65 "2000: <<\u5343[>>];", |
| 66 "10000: <<\u4E07[>>];", |
| 67 "100000000: <<\u5104[>>];", |
| 68 "1000000000000: <<\u5146[>>];", |
| 69 "10000000000000000: <<\u4EAC[>>];", |
| 70 "1000000000000000000: =#,###0=;", |
| 71 "%spellout-ordinal:", |
| 72 "x.x: =#,###0.#=;", |
| 73 "0: \u7B2C=%spellout-numbering=;", |
| 74 } |
| 75 } |
| 76 Version{"2.0.41.26"} |
| 77 } |
OLD | NEW |