OLD | NEW |
1 // *************************************************************************** | 1 // *************************************************************************** |
2 // * | 2 // * |
3 // * Copyright (C) 2013 International Business Machines | 3 // * Copyright (C) 2014 International Business Machines |
4 // * Corporation and others. All Rights Reserved. | 4 // * Corporation and others. All Rights Reserved. |
5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter | 5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter |
6 // * Source File: <path>/common/rbnf/ja.xml | 6 // * Source File: <path>/common/rbnf/ja.xml |
7 // * | 7 // * |
8 // *************************************************************************** | 8 // *************************************************************************** |
9 /** | 9 /** |
10 * ICU <specials> source: <path>/xml/rbnf/ja.xml | 10 * ICU <specials> source: <path>/xml/rbnf/ja.xml |
11 */ | 11 */ |
12 ja{ | 12 ja{ |
13 RBNFRules{ | 13 RBNFRules{ |
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
77 "1000000000000: <<\u5146[>>];", | 77 "1000000000000: <<\u5146[>>];", |
78 "10000000000000000: <<\u4EAC[>>];", | 78 "10000000000000000: <<\u4EAC[>>];", |
79 "1000000000000000000: =#,###0=;", | 79 "1000000000000000000: =#,###0=;", |
80 "%spellout-ordinal:", | 80 "%spellout-ordinal:", |
81 "x.x: =#,###0.#=;", | 81 "x.x: =#,###0.#=;", |
82 "0: \u7B2C=%spellout-numbering=;", | 82 "0: \u7B2C=%spellout-numbering=;", |
83 } | 83 } |
84 } | 84 } |
85 Version{"2.0.82.42"} | 85 Version{"2.0.82.42"} |
86 } | 86 } |
OLD | NEW |