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/zh.xml | 6 // * Source File: <path>/common/rbnf/zh.xml |
7 // * | 7 // * |
8 // *************************************************************************** | 8 // *************************************************************************** |
9 /** | 9 /** |
10 * ICU <specials> source: <path>/xml/rbnf/zh.xml | 10 * ICU <specials> source: <path>/xml/rbnf/zh.xml |
11 */ | 11 */ |
12 zh{ | 12 zh{ |
13 RBNFRules{ | 13 RBNFRules{ |
14 OrdinalRules{ | 14 OrdinalRules{ |
15 "%digits-ordinal:", | 15 "%digits-ordinal:", |
16 "-x: \u7B2C\u2212>#,###0>;", | 16 "-x: \u7B2C\u2212>#,###0>;", |
17 "0: \u7B2C=#,###0=;", | 17 "0: \u7B2C=#,###0=;", |
18 } | 18 } |
19 SpelloutRules{ | 19 SpelloutRules{ |
20 "%spellout-numbering-year:", | 20 "%spellout-numbering-year:", |
21 "x.x: =#,###0.#=;", | 21 "x.x: =#,###0.#=;", |
22 "0: =%spellout-numbering=;", | 22 "0: =%spellout-numbering=;", |
23 "1000: =%%spellout-numbering-year-digits=;", | 23 "1000: =%%spellout-numbering-year-digits=;", |
24 "10000: =%spellout-numbering=;", | 24 "10000: =%spellout-numbering=;", |
25 "%%spellout-numbering-year-digits:", | 25 "%%spellout-numbering-year-digits:", |
26 "0: =%spellout-numbering=;", | 26 "0: =%spellout-numbering=;", |
27 "10: <<>>>;", | 27 "10: <<>>>;", |
28 "100: <<>>>;", | 28 "100: <<>>>;", |
29 "1000: <<>>>;", | 29 "1000: <<>>>;", |
| 30 "%spellout-numbering-days:", |
| 31 "-x: \u8D1F>>;", |
| 32 "x.x: =#,##0.#=;", |
| 33 "0: \u3007;", |
| 34 "1: \u521D=%spellout-numbering=;", |
| 35 "11: =%spellout-numbering=;", |
| 36 "21: =%%numbering-days=;", |
| 37 "%%numbering-days:", |
| 38 "0: =%spellout-numbering=;", |
| 39 "21: \u5EFF>>;", |
| 40 "30: <<\u5341;", |
| 41 "31: \u4E17>>;", |
| 42 "40: <<\u5341;", |
| 43 "41: \u534C>>;", |
| 44 "50: =%spellout-numbering=;", |
30 "%spellout-numbering:", | 45 "%spellout-numbering:", |
31 "-x: \u8D1F>>;", | 46 "-x: \u8D1F>>;", |
32 "x.x: <<\u70B9>>>;", | 47 "x.x: <<\u70B9>>>;", |
33 "0: \u3007;", | 48 "0: \u3007;", |
34 "1: \u4E00;", | 49 "1: \u4E00;", |
35 "2: \u4E8C;", | 50 "2: \u4E8C;", |
36 "3: \u4E09;", | 51 "3: \u4E09;", |
37 "4: \u56DB;", | 52 "4: \u56DB;", |
38 "5: \u4E94;", | 53 "5: \u4E94;", |
39 "6: \u516D;", | 54 "6: \u516D;", |
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
227 "%%cardinal-alternate2-13:", | 242 "%%cardinal-alternate2-13:", |
228 "1: \u96F6=%spellout-numbering=;", | 243 "1: \u96F6=%spellout-numbering=;", |
229 "10: \u96F6\u4E00=%spellout-cardinal-alternate2=;", | 244 "10: \u96F6\u4E00=%spellout-cardinal-alternate2=;", |
230 "20: \u96F6=%spellout-cardinal-alternate2=;", | 245 "20: \u96F6=%spellout-cardinal-alternate2=;", |
231 "1000000000000: =%spellout-cardinal-alternate2=;", | 246 "1000000000000: =%spellout-cardinal-alternate2=;", |
232 "%spellout-ordinal:", | 247 "%spellout-ordinal:", |
233 "x.x: =#,###0.#=;", | 248 "x.x: =#,###0.#=;", |
234 "0: \u7B2C=%spellout-numbering=;", | 249 "0: \u7B2C=%spellout-numbering=;", |
235 } | 250 } |
236 } | 251 } |
237 Version{"2.0.82.42"} | 252 Version{"2.0.97.32"} |
238 } | 253 } |
OLD | NEW |