| OLD | NEW |
| 1 // *************************************************************************** | 1 // *************************************************************************** |
| 2 // * | 2 // * |
| 3 // * Copyright (C) 2014 International Business Machines | 3 // * Copyright (C) 2015 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/vi.xml | 6 // * Source File: <path>/common/rbnf/vi.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | |
| 10 * ICU <specials> source: <path>/xml/rbnf/vi.xml | |
| 11 */ | |
| 12 vi{ | 9 vi{ |
| 13 RBNFRules{ | 10 RBNFRules{ |
| 14 OrdinalRules{ | 11 OrdinalRules{ |
| 15 "%digits-ordinal:", | 12 "%digits-ordinal:", |
| 16 "-x: \u2212>>;", | 13 "-x: \u2212>>;", |
| 17 "0: th\u1EE9 =#,##0=;", | 14 "0: th\u1EE9 =#,##0=;", |
| 18 } | 15 } |
| 19 SpelloutRules{ | 16 SpelloutRules{ |
| 20 "%spellout-numbering-year:", | 17 "%spellout-numbering-year:", |
| 21 "x.x: =#,###0.#=;", | 18 "x.x: =#,###0.#=;", |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 59 "%spellout-ordinal:", | 56 "%spellout-ordinal:", |
| 60 "x.x: =#,##0.#=;", | 57 "x.x: =#,##0.#=;", |
| 61 "0: th\u1EE9 =%spellout-cardinal=;", | 58 "0: th\u1EE9 =%spellout-cardinal=;", |
| 62 "1: th\u1EE9 nh\u1EA5t;", | 59 "1: th\u1EE9 nh\u1EA5t;", |
| 63 "2: th\u1EE9 nh\u00EC;", | 60 "2: th\u1EE9 nh\u00EC;", |
| 64 "3: th\u1EE9 =%spellout-cardinal=;", | 61 "3: th\u1EE9 =%spellout-cardinal=;", |
| 65 "4: th\u1EE9 t\u01B0;", | 62 "4: th\u1EE9 t\u01B0;", |
| 66 "5: th\u1EE9 =%spellout-cardinal=;", | 63 "5: th\u1EE9 =%spellout-cardinal=;", |
| 67 } | 64 } |
| 68 } | 65 } |
| 69 Version{"2.0.82.42"} | 66 Version{"2.1.19.14"} |
| 70 } | 67 } |
| OLD | NEW |