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/vi.xml |
| 7 // * |
| 8 // *************************************************************************** |
| 9 /** |
| 10 * ICU <specials> source: <path>/xml/rbnf/vi.xml |
| 11 */ |
| 12 vi{ |
| 13 RBNFRules{ |
| 14 OrdinalRules{ |
| 15 "%digits-ordinal:", |
| 16 "-x: \u2212>>;", |
| 17 "0: th\u1EE9 =#,##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:", |
| 26 "-x: tr\u1EEB >>;", |
| 27 "x.x: << ph\u1EA9y >>;", |
| 28 "0: kh\u00F4ng;", |
| 29 "1: m\u1ED9t;", |
| 30 "2: hai;", |
| 31 "3: ba;", |
| 32 "4: b\u1ED1n;", |
| 33 "5: n\u0103m;", |
| 34 "6: s\u00E1u;", |
| 35 "7: b\u1EA3y;", |
| 36 "8: t\u00E1m;", |
| 37 "9: ch\u00EDn;", |
| 38 "10: m\u01B0\u1EDDi[ >>];", |
| 39 "20: << m\u01B0\u1EDDi[ >>];", |
| 40 "100: << tr\u0103m[ >>];", |
| 41 "1000: << ngh\u00ECn[ >>];", |
| 42 "1000000: << tri\u1EC7u[ >>];", |
| 43 "1000000000: << t\u1EF7[ >>];", |
| 44 "1000000000000000000: =#,##0=;", |
| 45 "%spellout-ordinal:", |
| 46 "x.x: =#,##0.#=;", |
| 47 "0: th\u1EE9 =%spellout-cardinal=;", |
| 48 } |
| 49 } |
| 50 Version{"2.0.41.26"} |
| 51 } |
OLD | NEW |